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

1.1       root        1: #define LEN_SRAM 0x2000
                      2: 
                      3: extern uint8 *cpuz80_ram;
                      4: extern uint32 cpuz80_bank;
                      5: extern unsigned int cpuz80_active;
                      6: 
                      7: void cpuz80_reset(void);
                      8: void cpuz80_resetcpu(void);
                      9: void cpuz80_unresetcpu(void);
                     10: void cpuz80_bankwrite(uint8 data);
                     11: void cpuz80_stop(void);
                     12: void cpuz80_start(void);
                     13: void cpuz80_endfield(void);
                     14: void cpuz80_sync(void);
                     15: void cpuz80_interrupt(void);
                     16: uint8 cpuz80_portread(uint8 port);
                     17: void cpuz80_portwrite(uint8 port, uint8 value);
                     18: int cpuz80_init(void);

unix.superglobalmegacorp.com

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