Files
super6502/sw/io.h
2022-03-05 21:17:33 -06:00

7 lines
77 B
C

#ifndef _IO_H
#define IO_H
#define IO_REMAP *(unsigned char*)0x7f00
#endif