]> Shamusworld >> Repos - apple2/blobdiff - src/firmware/apple2-fw.h
Added Apple II/IIe firmware, fixed HD write emulation.
[apple2] / src / firmware / apple2-fw.h
diff --git a/src/firmware/apple2-fw.h b/src/firmware/apple2-fw.h
new file mode 100644 (file)
index 0000000..6865535
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __APPLE2_FW_H__
+#define __APPLE2_FW_H__
+
+#include <stdint.h>
+
+extern uint8_t apple2ROM[0x3000];
+
+#endif // __APPLE2_FW_H__
+