From 82e77c92151961b2adbf564f1c1cbbd876b3299e Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Tue, 15 Jul 2014 21:28:26 -0700 Subject: [PATCH] Cleanup: Added exception docs for MIP_FF_FF_00_00 --- source/Memory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Memory.cpp b/source/Memory.cpp index 5db10e6a..665d408f 100644 --- a/source/Memory.cpp +++ b/source/Memory.cpp @@ -1399,6 +1399,7 @@ void MemReset () memmain[ iByte+1 ] = 0xFF; } + // Exceptions: xx28 xx29 xx68 xx69 Apple //e for( iByte = 0x0000; iByte < 0xC000; iByte += 512 ) { memmain[ iByte + 0x28 ] = MemReturnRandomData( 1 ); @@ -1424,7 +1425,7 @@ void MemReset () { memset( &memmain[ iByte ], 0xFF, 128 ); - // Exceptions: Emulate the //c cold start memory 'blaster' pattern + // Exceptions: Emulate the Apple //c cold start memory 'blaster' pattern // 2010: C0 C0 2111:C0 C0 // 2414: C0 C0 2515:C0 C0 // 2818: C0 C0 2919:C0 C0