1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-05 05:28:54 +00:00
C02/lib6502/file6502.h

10 lines
222 B
C

/* file6502.h - File I/O Command Processor Header File */
#include "lib6502.h"
typedef uint8_t byte;
typedef uint16_t word;
extern void setdebug(int dbg);
extern int filecmd(M6502 *mpu, word addr, byte data);