thiagoauler-apple1/src/inc/rom.h

11 lines
123 B
C
Raw Normal View History

2017-11-12 02:31:55 +00:00
#ifndef _APPLE_I_ROM_H_
#define _APPLE_I_ROM_H_
#include "types.h"
mr rom; // read only memory
void rom_read();
#endif