summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-21 00:41:39 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-21 00:41:39 -0700
commit0f58f43d7125de5144614de7b3c57db813d2464d (patch)
tree084f9d18e7d7bccd2ca3334791629bc5b1d305ce
parent25488e46291a19514f81194f8fd1cef10e2a7549 (diff)
Add more EEPROM games to ROM DB
-rw-r--r--rom.db160
1 files changed, 156 insertions, 4 deletions
diff --git a/rom.db b/rom.db
index a2a00fe..57f448c 100644
--- a/rom.db
+++ b/rom.db
@@ -59,7 +59,10 @@ T-081276 {
}
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
}
@@ -68,6 +71,11 @@ T-081276 {
8 scl
}
}
+ 200002 {
+ device ROM
+ offset 200000
+ last 2FFFFF
+ }
}
}
T-81406 {
@@ -83,7 +91,10 @@ T-81406 {
}
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
}
@@ -92,6 +103,11 @@ T-81406 {
8 scl
}
}
+ 200002 {
+ device ROM
+ offset 200000
+ last 2FFFFF
+ }
}
}
T-081586 {
@@ -139,7 +155,10 @@ T-81576 {
}
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
}
@@ -148,6 +167,11 @@ T-81576 {
8 scl
}
}
+ 200002 {
+ device ROM
+ offset 200000
+ last 2FFFFF
+ }
}
}
T-81476 {
@@ -163,7 +187,10 @@ T-81476 {
}
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
}
@@ -172,6 +199,131 @@ T-81476 {
8 scl
}
}
+ 200002 {
+ device ROM
+ last 3FFFFF
+ offset 200000
+ }
+ }
+}
+T-50176 {
+ name Rings of Power
+ EEPROM {
+ type i2c
+ size 128
+ }
+ map {
+ 0 {
+ device ROM
+ last FFFFF
+ }
+ 200000 {
+ device EEPROM
+ last 3FFFFF
+ bits_read {
+ 7 sda
+ }
+ bits_write {
+ 6 scl
+ 7 sda
+ }
+ }
+ }
+}
+T-50396 {
+ name NHLPA Hockey '93
+ EEPROM {
+ type i2c
+ size 128
+ }
+ map {
+ 0 {
+ device ROM
+ last 7FFFF
+ }
+ 200000 {
+ device EEPROM
+ last 3FFFFF
+ bits_read {
+ 7 sda
+ }
+ bits_write {
+ 6 scl
+ 7 sda
+ }
+ }
+ }
+}
+T-50446 {
+ name John Madden Football '93
+ EEPROM {
+ type i2c
+ size 128
+ }
+ map {
+ 0 {
+ device ROM
+ last FFFFF
+ }
+ 200000 {
+ device EEPROM
+ last 3FFFFF
+ bits_read {
+ 7 sda
+ }
+ bits_write {
+ 6 scl
+ 7 sda
+ }
+ }
+ }
+}
+T-50516 {
+ name John Madden Football '93: Championship Edition
+ EEPROM {
+ type i2c
+ size 128
+ }
+ map {
+ 0 {
+ device ROM
+ last FFFFF
+ }
+ 200000 {
+ device EEPROM
+ last 3FFFFF
+ bits_read {
+ 7 sda
+ }
+ bits_write {
+ 6 scl
+ 7 sda
+ }
+ }
+ }
+}
+T-50606 {
+ name Bill Walsh College Football
+ EEPROM {
+ type i2c
+ size 128
+ }
+ map {
+ 0 {
+ device ROM
+ last FFFFF
+ }
+ 200000 {
+ device EEPROM
+ last 3FFFFF
+ bits_read {
+ 7 sda
+ }
+ bits_write {
+ 6 scl
+ 7 sda
+ }
+ }
}
}
MK-12056 {