]> Shamusworld >> Repos - apple2/blobdiff - src/firmware/firmware.h
Miscellaneous bugfixes.
[apple2] / src / firmware / firmware.h
index caac1abd8fbd426df26d3ea6e581f35ccbeaf492..3a869f8763445cba98c6885b031cb1e04b85790d 100644 (file)
@@ -3,8 +3,9 @@
 
 #include <stdint.h>
 
-extern uint8_t diskROM[0x100]; // Loads at $C600 (slot 6)
-extern uint8_t hdROM[0x100];   // Loads at $C700 (slot 7)
+extern uint8_t diskROM[0x100];
+extern uint8_t diskROM13[0x100];
+extern uint8_t hdROM[0x100];   // Loads at $C700 (slot 7) [unused]
 extern uint8_t parallelROM[0x100];// (slot 1)
 //Not sure what the heck this is...
 extern uint8_t slot2e[0x100];