1.1 diff -r caa916e038e5 -r 7d14fab5e4aa src/state.h 1.2 --- a/src/state.h Fri Dec 03 00:20:36 2010 +0000 1.3 +++ b/src/state.h Fri Dec 03 01:43:57 2010 +0000 1.4 @@ -32,6 +32,9 @@ 1.5 uint16_t bsr0; ///< Bus Status Register 0 1.6 uint16_t bsr1; ///< Bus Status Register 1 1.7 1.8 + // MISCELLANEOUS CONTROL REGISTER 1.9 + uint8_t leds; ///< LED status, 1=on, in order red3/green2/yellow1/red0 from bit3 to bit0 1.10 + 1.11 // GENERAL CONTROL REGISTER 1.12 /// GENCON.ROMLMAP -- false ORs the address with 0x800000, forcing the 1.13 /// 68010 to access ROM instead of RAM when booting. TRM page 2-36.