X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FCyclone.h;h=9ef70900592390247c822eabc6a4e39fed0b7228;hb=449ecf9257636348c23bf78bf502c424a48c4201;hp=6e7ce02f5531d8f6c3ede168062eeda5cf6dad6b;hpb=651b1a25c2b087f8f37cd1b70b1428aecdab71d1;p=picodrive.git diff --git a/cpu/Cyclone/Cyclone.h b/cpu/Cyclone/Cyclone.h index 6e7ce02..9ef7090 100644 --- a/cpu/Cyclone/Cyclone.h +++ b/cpu/Cyclone/Cyclone.h @@ -29,7 +29,7 @@ struct Cyclone unsigned int osp; // [r7,#0x48] Other Stack Pointer (USP/SSP) unsigned int xc; // [r7,#0x4c] Extend flag (bit29: ??X? _) unsigned int prev_pc; // [r7,#0x50] Set to start address of currently executed opcode + 2 (if enabled in config.h) - unsigned int reserved;// [r7,#0x54] Reserved for possible future use + unsigned int jumptab; // [r7,#0x54] Jump table pointer int state_flags; // [r7,#0x58] bit: 0: stopped state, 1: trace state, 2: activity bit, 3: addr error, 4: fatal halt int cycles; // [r7,#0x5c] Number of cycles to execute - 1. Updates to cycles left after CycloneRun() int membase; // [r7,#0x60] Memory Base (ARM address minus 68000 address)