X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=blobdiff_plain;f=Cyclone.h;fp=Cyclone.h;h=1933a46837dcca2b67676e7c15da510f12092480;hp=c2c27d8d0d654948e95b1439fd84441cd4361815;hb=c6237d9e43c8a8854155757b80b77161a9570535;hpb=7ddcd35c8b2a8248257bd89ef989095639c29c08 diff --git a/Cyclone.h b/Cyclone.h index c2c27d8..1933a46 100644 --- a/Cyclone.h +++ b/Cyclone.h @@ -25,7 +25,7 @@ struct Cyclone unsigned int a[8]; // [r7,#0x20] unsigned int pc; // [r7,#0x40] Memory Base (.membase) + 68k PC unsigned char srh; // [r7,#0x44] Status Register high (T_S__III) - unsigned char unused; // [r7,#0x45] Unused + unsigned char not_pol;// [r7,#0x45] not polling unsigned char flags; // [r7,#0x46] Flags (ARM order: ____NZCV) [68k order is XNZVC] unsigned char irq; // [r7,#0x47] IRQ level unsigned int osp; // [r7,#0x48] Other Stack Pointer (USP/SSP)