thiagoauler-apple1/src/inc/rom.h

11 lines
123 B
C

#ifndef _APPLE_I_ROM_H_
#define _APPLE_I_ROM_H_
#include "types.h"
mr rom; // read only memory
void rom_read();
#endif