]> Shamusworld >> Repos - apple2/blobdiff - src/apple2.cpp
Added support for the Apple High Speed SCSI card.
[apple2] / src / apple2.cpp
index 72e6f3c8f22705ada373fd55ee1c071ff341d5a5..ce38ed1721890d9de75bddf65e75adf3d95a550b 100644 (file)
@@ -46,7 +46,8 @@
 #include <string>
 #include <time.h>
 #include "firmware.h"
-//#include "floppydisk.h"
+#include "floppydrive.h"
+#include "harddrive.h"
 #include "log.h"
 #include "mmu.h"
 #include "mockingboard.h"
@@ -546,6 +547,7 @@ int main(int /*argc*/, char * /*argv*/[])
        // Install devices in slots
        InstallFloppy(SLOT6);
        InstallMockingboard(SLOT4);
+       InstallHardDrive(SLOT7);
 
        // Set up V65C02 execution context
        memset(&mainCPU, 0, sizeof(V65C02REGS));