#ifndef _APPLE_I_RAM_H_ #define _APPLE_I_RAM_H_ #include "types.h" mr ram; // random access memory void ram_read(); void ram_write(); #endif