X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=1fd7422e0d9c29b52dfd8e62705624a91dc996ec;hb=5f20bb80364b4a30149bbb6a7e73af3209532e56;hp=6be369ad03d532416cd43319e1432985a2c64427;hpb=bf5fbbb4b9c10cf1f47bc5c7da887adfc73a3a90;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index 6be369a..1fd7422 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -405,12 +405,12 @@ PICO_INTERNAL void z80_exit(void); #define EL_INTSW 0x0010 /* log irq switching on/off */ #define EL_ASVDP 0x0020 /* VDP accesses during active scan */ #define EL_VDPDMA 0x0040 /* VDP DMA transfers and their timing */ -#define EL_BUSREQ 0x0080 /* z80 busreq r/w */ +#define EL_BUSREQ 0x0080 /* z80 busreq r/w or reset w */ #define EL_Z80BNK 0x0100 /* z80 i/o through bank area */ #define EL_SRAMIO 0x0200 /* sram i/o */ #define EL_EEPROM 0x0400 /* eeprom debug */ #define EL_UIO 0x0800 /* unmapped i/o */ -#define EL_IO 0x1000 /* all i/o */ +#define EL_IO 0x1000 /* all i/o (TODO) */ #define EL_STATUS 0x4000 /* status messages */ #define EL_ANOMALY 0x8000 /* some unexpected conditions */