]> Shamusworld >> Repos - apple2/blob - src/firmware/apple2e-enh.h
Added Apple II/IIe firmware, fixed HD write emulation.
[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