mirror of
https://github.com/V2RetroComputing/analog.git
synced 2024-11-22 11:33:26 +00:00
8 lines
158 B
C
8 lines
158 B
C
|
#include "z80buf.h"
|
||
|
|
||
|
volatile uint32_t z80_vect = 0x000000;
|
||
|
volatile uint8_t z80_irq = 0;
|
||
|
volatile uint8_t z80_nmi = 0;
|
||
|
volatile uint8_t z80_res = 0;
|
||
|
|