robmcmullen-apple2/src/firmware/apple2-fw.h

10 lines
132 B
C

#ifndef __APPLE2_FW_H__
#define __APPLE2_FW_H__
#include <stdint.h>
extern uint8_t apple2ROM[0x3000];
#endif // __APPLE2_FW_H__