X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fapple2.cpp;fp=src%2Fapple2.cpp;h=72e6f3c8f22705ada373fd55ee1c071ff341d5a5;hb=31d2453ee7e0b2f8b550fdc17f13b92bb9fab7ee;hp=33b9e22da4b3d6d90b93aeacc08a8e8d38112dd3;hpb=66a747c7d92af86ebdfaf136cf5506a7ab714fd0;p=apple2 diff --git a/src/apple2.cpp b/src/apple2.cpp index 33b9e22..72e6f3c 100644 --- a/src/apple2.cpp +++ b/src/apple2.cpp @@ -544,8 +544,8 @@ int main(int /*argc*/, char * /*argv*/[]) ResetMMUPointers(); // Install devices in slots - InstallFloppy(6); - InstallMockingboard(4); + InstallFloppy(SLOT6); + InstallMockingboard(SLOT4); // Set up V65C02 execution context memset(&mainCPU, 0, sizeof(V65C02REGS));