From c890b82556de966e52d9b5b0f4fe09cd39a6f33a Mon Sep 17 00:00:00 2001 From: nick_westgate Date: Tue, 3 Feb 2009 02:24:50 +0000 Subject: [PATCH] - Comment change only: correction to comment about disk firmware patch removal --- AppleWin/source/Disk.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AppleWin/source/Disk.cpp b/AppleWin/source/Disk.cpp index 5a4978da..79839d49 100644 --- a/AppleWin/source/Disk.cpp +++ b/AppleWin/source/Disk.cpp @@ -763,7 +763,8 @@ void DiskLoadRom(LPBYTE pCxRomPeripheral, UINT uSlot) // patching $C64C with $A9,$00,$EA. Now not doing this since: // . Authentic Speed should be authentic // . Enhanced Speed runs emulation unthrottled, so removing the delay has negligible effect - // . Patching the f/w breaks the ADC & EOR checksums used by "The CIA Files" (Tricy Dick) + // . Patching the firmware breaks the ADC checksum used by "The CIA Files" (Tricky Dick) + // . In this case we can patch to compensate for an ADC or EOR checksum but not both RegisterIoHandler(uSlot, Disk_IORead, Disk_IOWrite, NULL, NULL, NULL, NULL); }