minor timing change
[picodrive.git] / Pico / PicoInt.h
index 6be369a..1fd7422 100644 (file)
@@ -405,12 +405,12 @@ PICO_INTERNAL void z80_exit(void);
 #define EL_INTSW   0x0010 /* log irq switching on/off */\r
 #define EL_ASVDP   0x0020 /* VDP accesses during active scan */\r
 #define EL_VDPDMA  0x0040 /* VDP DMA transfers and their timing */\r
-#define EL_BUSREQ  0x0080 /* z80 busreq r/w */\r
+#define EL_BUSREQ  0x0080 /* z80 busreq r/w or reset w */\r
 #define EL_Z80BNK  0x0100 /* z80 i/o through bank area */\r
 #define EL_SRAMIO  0x0200 /* sram i/o */\r
 #define EL_EEPROM  0x0400 /* eeprom debug */\r
 #define EL_UIO     0x0800 /* unmapped i/o */\r
-#define EL_IO      0x1000 /* all i/o */\r
+#define EL_IO      0x1000 /* all i/o (TODO) */\r
 \r
 #define EL_STATUS  0x4000 /* status messages */\r
 #define EL_ANOMALY 0x8000 /* some unexpected conditions */\r