mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
minor timing change
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@254 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
f02439758e
commit
5f20bb8036
4 changed files with 13 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue