|
|
1.1.1.2 ! root 1: #include "z80/mz80.h" ! 2: 1.1 root 3: #define LEN_SRAM 0x2000 4: 5: extern uint8 *cpuz80_ram; 6: extern uint32 cpuz80_bank; 7: extern unsigned int cpuz80_active; 1.1.1.2 ! root 8: CONTEXTMZ80 cpuz80_z80; /* extern'd for save state code */ 1.1 root 9: 10: void cpuz80_reset(void); 11: void cpuz80_resetcpu(void); 12: void cpuz80_unresetcpu(void); 13: void cpuz80_bankwrite(uint8 data); 14: void cpuz80_stop(void); 15: void cpuz80_start(void); 16: void cpuz80_endfield(void); 17: void cpuz80_sync(void); 18: void cpuz80_interrupt(void); 19: uint8 cpuz80_portread(uint8 port); 20: void cpuz80_portwrite(uint8 port, uint8 value); 21: int cpuz80_init(void); 1.1.1.2 ! root 22: void cpuz80_updatecontext(void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.