1.1 --- a/src/state.h Tue Mar 01 21:33:32 2011 +0000 1.2 +++ b/src/state.h Wed Mar 02 07:16:32 2011 +0000 1.3 @@ -50,6 +50,9 @@ 1.4 bool dma_reading; ///< True if Disc DMA reads from the controller, false otherwise 1.5 uint8_t leds; ///< LED status, 1=on, in order red3/green2/yellow1/red0 from bit3 to bit0 1.6 1.7 + bool timer_enabled; 1.8 + bool timer_asserted; 1.9 + 1.10 //// GENERAL CONTROL REGISTER 1.11 /// GENCON.ROMLMAP -- false ORs the address with 0x800000, forcing the 1.12 /// 68010 to access ROM instead of RAM when booting. TRM page 2-36.