Annotation of generator/hdr/cpuz80.h, revision 1.1.1.3

1.1.1.3 ! root        1: #ifdef RAZE
        !             2: #  include "raze.h"
        !             3: #else
        !             4: #  include "mz80.h"
        !             5: CONTEXTMZ80 cpuz80_z80; /* extern'd for save state code */
        !             6: #endif
1.1.1.2   root        7: 
1.1       root        8: #define LEN_SRAM 0x2000
                      9: 
                     10: extern uint8 *cpuz80_ram;
                     11: extern uint32 cpuz80_bank;
                     12: extern unsigned int cpuz80_active;
                     13: 
                     14: void cpuz80_reset(void);
                     15: void cpuz80_resetcpu(void);
                     16: void cpuz80_unresetcpu(void);
                     17: void cpuz80_bankwrite(uint8 data);
                     18: void cpuz80_stop(void);
                     19: void cpuz80_start(void);
                     20: void cpuz80_endfield(void);
                     21: void cpuz80_sync(void);
                     22: void cpuz80_interrupt(void);
1.1.1.3 ! root       23: void cpuz80_uninterrupt(void); /* debug */
1.1       root       24: uint8 cpuz80_portread(uint8 port);
                     25: void cpuz80_portwrite(uint8 port, uint8 value);
                     26: int cpuz80_init(void);
1.1.1.2   root       27: void cpuz80_updatecontext(void);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.