]> Shamusworld >> Repos - apple2/blobdiff - src/mmu.cpp
Add support for .hdv hard drive images, new "Rob Color TV" palette.
[apple2] / src / mmu.cpp
index c1ca98acef77af3ae5024340de9acc746cb8f198..dc5e57c68c4a68371c0ba78ffbd55651548e3788 100644 (file)
@@ -362,7 +362,7 @@ void InstallSlotHandler(uint8_t slot, SlotData * slotData)
        // Sanity check
        if (slot > 7)
        {
-               WriteLog("InstallSlotHanlder: Caller attempted to put device into slot #%u...\n", slot);
+               WriteLog("InstallSlotHandler: Caller attempted to put device into slot #%u...\n", slot);
                return;
        }