robmcmullen-apple2/src/firmware/apple2e-enh.h

10 lines
142 B
C

#ifndef __APPLE2E_ENH_H__
#define __APPLE2E_ENH_H__
#include <stdint.h>
extern uint8_t apple2eEnhROM[0x4000];
#endif // __APPLE2E_ENH_H__