diff rom.db @ 774:41dc895e85ff

Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
author Michael Pavone <pavone@retrodev.com>
date Sun, 19 Jul 2015 20:51:09 -0700
parents 2f48a3c187c6
children cbf97d335444
line wrap: on
line diff
--- a/rom.db	Sat Jul 18 10:42:15 2015 -0700
+++ b/rom.db	Sun Jul 19 20:51:09 2015 -0700
@@ -107,7 +107,10 @@
 		}
 		200000 {
 			device EEPROM
-			last 3FFFFF
+			#This is almost certainly not correct based on the address pins
+			#available to the Acclaim mapper. It's probably available up to
+			#2FFFFF at least and just fights with D0 from the mask ROM
+			last 200001
 			bits_read {
 				0 sda
 			}
@@ -116,6 +119,11 @@
 				8 scl
 			}
 		}
+		200002 {
+			device ROM
+			last 3FFFFF
+			offset 200000
+		}
 	}
 }
 T-81576 {