]> Shamusworld >> Repos - apple2/blob - src/firmware/apple2-fw.h
Added Apple II/IIe firmware, fixed HD write emulation.
[apple2] / src / firmware / apple2-fw.h
1 #ifndef __APPLE2_FW_H__
2 #define __APPLE2_FW_H__
3
4 #include <stdint.h>
5
6 extern uint8_t apple2ROM[0x3000];
7
8 #endif  // __APPLE2_FW_H__
9