diff rom.db @ 1413:3d7f668dce3d

Sonic 3 & Knuckles lock-on is now 100% functional with working saves
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Jun 2017 23:40:05 -0700
parents 71b6e2298e4a
children 11ac0b511cff
line wrap: on
line diff
--- a/rom.db	Thu Jun 22 19:36:51 2017 -0700
+++ b/rom.db	Thu Jun 22 23:40:05 2017 -0700
@@ -433,6 +433,26 @@
 		}
 	}
 }
+MK-1079 {
+	#This entry is needed only to make this play nicely with
+	#S&K lock-on support. Normal 2MB cartridges with SRAM won't
+	#work right, but Sonic 3 has the limited SRAM-only variant
+	#of Sega's mapper commonly found on 4MB carts with SRAM
+	name Sonic the Hedgehog 3
+	map {
+		0 {
+			device ROM
+			last 1FFFFF
+		}
+		200000 {
+			device Sega mapper
+			variant save-only
+			offset 200000
+			last 3FFFFF
+		}
+	}
+	
+}
 MK-1563 {
 	name Sonic & Knuckles
 	map {