]> Shamusworld >> Repos - apple2/blob - src/firmware/apple2e-enh.h
05242bb7df6e52c9b326212725653b5ead6e89c3
[apple2] / src / firmware / apple2e-enh.h
1 #ifndef __APPLE2E_ENH_H__
2 #define __APPLE2E_ENH_H__
3
4 #include <stdint.h>
5
6 extern uint8_t apple2eEnhROM[0x4000];
7
8 #endif  // __APPLE2E_ENH_H__
9