annotate rom.db @ 2496:187bc857a76a default tip

Fix bug in MED mapper protection bit implementation
author Michael Pavone <pavone@retrodev.com>
date Sun, 28 Apr 2024 23:33:11 -0700
parents 79a8cccb6ac1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1 T-081326 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
2 name NBA Jam
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
3 EEPROM {
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
4 type i2c
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
5 size 256
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
6 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
7 map {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
8 0 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
9 device ROM
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
10 last 1FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
11 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
12 200000 {
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
13 device EEPROM
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
14 last 3FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
15 bits_read {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
16 1 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
17 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
18 bits_write {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
19 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
20 1 scl
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
21 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
22 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
23 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
24 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
25 T-81033 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
26 name NBA Jam
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
27 EEPROM {
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
28 type i2c
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
29 size 256
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
30 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
31 map {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
32 0 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
33 device ROM
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
34 last 1FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
35 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
36 200000 {
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
37 device EEPROM
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
38 last 3FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
39 bits_read {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
40 1 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
41 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
42 bits_write {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
43 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
44 1 scl
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
45 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
46 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
47 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
48 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
49 T-081276 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
50 name NFL Quarterback Club
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
51 EEPROM {
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
52 type i2c
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
53 size 256
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
54 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
55 map {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
56 0 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
57 device ROM
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
58 last 1FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
59 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
60 200000 {
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
61 device EEPROM
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
62 #This is almost certainly not correct based on the address pins
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
63 #available to the Acclaim mapper. It's probably available up to
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
64 #2FFFFF at least and just fights with D0 from the mask ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
65 last 200001
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
66 bits_read {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
67 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
68 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
69 bits_write {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
70 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
71 8 scl
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
72 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
73 }
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
74 200002 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
75 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
76 offset 200000
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
77 last 2FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
78 }
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
79 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
80 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
81 T-81406 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
82 name NBA Jam TE
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
83 EEPROM {
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
84 type i2c
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
85 size 512
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
86 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
87 map {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
88 0 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
89 device ROM
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
90 last 1FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
91 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
92 200000 {
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
93 device EEPROM
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
94 #This is almost certainly not correct based on the address pins
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
95 #available to the Acclaim mapper. It's probably available up to
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
96 #2FFFFF at least and just fights with D0 from the mask ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
97 last 200001
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
98 bits_read {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
99 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
100 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
101 bits_write {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
102 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
103 8 scl
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
104 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
105 }
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
106 200002 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
107 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
108 offset 200000
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
109 last 2FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
110 }
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
111 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
112 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
113 T-081586 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
114 name NFL Quarterback Club '96
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
115 EEPROM {
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
116 type i2c
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
117 size 2048
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
118 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
119 map {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
120 0 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
121 device ROM
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
122 last 1FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
123 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
124 200000 {
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
125 device EEPROM
774
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
126 #This is almost certainly not correct based on the address pins
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
127 #available to the Acclaim mapper. It's probably available up to
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
128 #2FFFFF at least and just fights with D0 from the mask ROM
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
129 last 200001
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
130 bits_read {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
131 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
132 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
133 bits_write {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
134 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
135 8 scl
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
136 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
137 }
774
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
138 200002 {
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
139 device ROM
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
140 last 3FFFFF
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
141 offset 200000
41dc895e85ff Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 768
diff changeset
142 }
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
143 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
144 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
145 T-81576 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
146 name College Slam
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
147 EEPROM {
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
148 type i2c
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
149 size 8192
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
150 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
151 map {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
152 0 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
153 device ROM
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
154 last 1FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
155 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
156 200000 {
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
157 device EEPROM
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
158 #This is almost certainly not correct based on the address pins
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
159 #available to the Acclaim mapper. It's probably available up to
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
160 #2FFFFF at least and just fights with D0 from the mask ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
161 last 200001
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
162 bits_read {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
163 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
164 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
165 bits_write {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
166 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
167 8 scl
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
168 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
169 }
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
170 200002 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
171 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
172 offset 200000
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
173 last 2FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
174 }
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
175 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
176 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
177 T-81476 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
178 name Frank Thomas Big Hurt Baseball
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
179 EEPROM {
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
180 type i2c
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
181 size 8192
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
182 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
183 map {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
184 0 {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
185 device ROM
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
186 last 1FFFFF
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
187 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
188 200000 {
768
2f48a3c187c6 Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
Michael Pavone <pavone@retrodev.com>
parents: 764
diff changeset
189 device EEPROM
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
190 #This is almost certainly not correct based on the address pins
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
191 #available to the Acclaim mapper. It's probably available up to
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
192 #2FFFFF at least and just fights with D0 from the mask ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
193 last 200001
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
194 bits_read {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
195 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
196 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
197 bits_write {
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
198 0 sda
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
199 8 scl
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
200 }
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
201 }
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
202 200002 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
203 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
204 last 3FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
205 offset 200000
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
206 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
207 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
208 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
209 T-50176 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
210 name Rings of Power
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
211 EEPROM {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
212 type i2c
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
213 size 128
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
214 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
215 map {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
216 0 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
217 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
218 last FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
219 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
220 200000 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
221 device EEPROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
222 last 3FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
223 bits_read {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
224 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
225 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
226 bits_write {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
227 6 scl
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
228 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
229 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
230 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
231 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
232 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
233 T-50396 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
234 name NHLPA Hockey '93
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
235 EEPROM {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
236 type i2c
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
237 size 128
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
238 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
239 map {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
240 0 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
241 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
242 last 7FFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
243 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
244 200000 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
245 device EEPROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
246 last 3FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
247 bits_read {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
248 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
249 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
250 bits_write {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
251 6 scl
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
252 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
253 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
254 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
255 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
256 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
257 T-50446 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
258 name John Madden Football '93
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
259 EEPROM {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
260 type i2c
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
261 size 128
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
262 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
263 map {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
264 0 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
265 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
266 last FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
267 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
268 200000 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
269 device EEPROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
270 last 3FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
271 bits_read {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
272 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
273 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
274 bits_write {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
275 6 scl
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
276 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
277 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
278 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
279 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
280 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
281 T-50516 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
282 name John Madden Football '93: Championship Edition
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
283 EEPROM {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
284 type i2c
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
285 size 128
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
286 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
287 map {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
288 0 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
289 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
290 last FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
291 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
292 200000 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
293 device EEPROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
294 last 3FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
295 bits_read {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
296 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
297 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
298 bits_write {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
299 6 scl
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
300 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
301 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
302 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
303 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
304 }
1041
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
305 T-172196 {
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
306 name Madden NFL 98
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
307 SRAM {
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
308 size 16318
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
309 bus odd
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
310 }
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
311 map {
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
312 0 {
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
313 device ROM
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
314 last 1FFFFF
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
315 }
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
316 200000 {
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
317 device SRAM
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
318 last 3FFFFF
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
319 }
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
320 }
70338a4a9889 Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header and will not work without it
Michael Pavone <pavone@retrodev.com>
parents: 1038
diff changeset
321 }
782
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
322 T-50606 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
323 name Bill Walsh College Football
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
324 EEPROM {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
325 type i2c
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
326 size 128
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
327 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
328 map {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
329 0 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
330 device ROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
331 last FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
332 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
333 200000 {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
334 device EEPROM
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
335 last 3FFFFF
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
336 bits_read {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
337 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
338 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
339 bits_write {
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
340 6 scl
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
341 7 sda
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
342 }
c63ed5db68b6 Add more EEPROM games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 776
diff changeset
343 }
764
bb60259e8edf Initial work on ROM database
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
344 }
776
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
345 }
1443
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
346 MK-1228 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
347 name Greatest Heavyweights of the Ring
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
348 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
349 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
350 size 128
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
351 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
352 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
353 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
354 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
355 last 1FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
356 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
357 200000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
358 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
359 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
360 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
361 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
362 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
363 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
364 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
365 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
366 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
367 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
368 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
369 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
370 G-5538 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
371 name Greatest Heavyweights of the Ring
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
372 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
373 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
374 size 128
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
375 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
376 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
377 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
378 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
379 last 1FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
380 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
381 200000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
382 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
383 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
384 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
385 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
386 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
387 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
388 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
389 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
390 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
391 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
392 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
393 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
394 PR-1993 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
395 name Greatest Heavyweights of the Ring (Prototype)
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
396 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
397 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
398 size 128
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
399 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
400 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
401 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
402 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
403 last 1FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
404 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
405 200000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
406 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
407 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
408 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
409 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
410 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
411 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
412 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
413 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
414 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
415 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
416 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
417 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
418 00001211 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
419 name Sports Talk Baseball
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
420 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
421 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
422 size 128
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
423 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
424 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
425 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
426 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
427 last 1FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
428 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
429 200000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
430 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
431 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
432 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
433 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
434 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
435 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
436 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
437 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
438 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
439 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
440 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
441 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
442 00004076 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
443 name Honoo no Toukyuuji Dodge Danpei
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
444 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
445 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
446 size 128
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
447 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
448 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
449 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
450 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
451 last 1FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
452 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
453 200000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
454 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
455 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
456 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
457 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
458 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
459 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
460 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
461 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
462 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
463 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
464 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
465 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
466 00054503 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
467 name Game Toshokan
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
468 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
469 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
470 size 128
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
471 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
472 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
473 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
474 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
475 last 1FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
476 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
477 200000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
478 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
479 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
480 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
481 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
482 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
483 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
484 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
485 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
486 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
487 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
488 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
489 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
490 T-120106 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
491 name Brian Lara Cricket
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
492 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
493 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
494 size 1024
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
495 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
496 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
497 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
498 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
499 last 2FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
500 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
501 300000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
502 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
503 last 37FFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
504 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
505 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
506 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
507 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
508 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
509 380000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
510 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
511 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
512 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
513 7 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
514 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
515 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
516 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
517 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
518 T-120146 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
519 name Brian Lara Cricket 96
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
520 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
521 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
522 size 8192
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
523 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
524 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
525 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
526 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
527 last 2FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
528 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
529 300000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
530 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
531 last 37FFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
532 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
533 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
534 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
535 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
536 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
537 380000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
538 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
539 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
540 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
541 7 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
542 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
543 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
544 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
545 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
546 e8ff759679a0df2b3f9ece37ef686f248d3cf37b {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
547 name Micro Machines: Turbo Tournament '96
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
548 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
549 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
550 size 2048
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
551 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
552 #TODO: J-Cart
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
553 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
554 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
555 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
556 last 2FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
557 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
558 300000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
559 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
560 last 37FFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
561 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
562 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
563 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
564 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
565 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
566 380000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
567 device EEPROM
1610
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
568 last 387FFF
1443
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
569 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
570 7 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
571 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
572 }
1610
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
573 388000 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
574 device jcart
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
575 last 38FFFF
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
576 }
1443
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
577 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
578 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
579 9f47fcc7bb2f5921cb1c3beb06b668ffb292cb08 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
580 name Micro Machines: Turbo Tournament '96
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
581 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
582 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
583 size 2048
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
584 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
585 #TODO: J-Cart
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
586 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
587 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
588 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
589 last 2FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
590 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
591 300000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
592 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
593 last 37FFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
594 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
595 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
596 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
597 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
598 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
599 380000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
600 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
601 last 3FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
602 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
603 7 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
604 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
605 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
606 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
607 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
608 6d3df64ab8bb0b559f216adca62d1cdd74704a26 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
609 name Micro Machines: Military
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
610 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
611 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
612 size 1024
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
613 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
614 #TODO: J-Cart
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
615 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
616 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
617 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
618 last 2FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
619 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
620 300000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
621 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
622 last 37FFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
623 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
624 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
625 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
626 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
627 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
628 380000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
629 device EEPROM
1610
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
630 last 387FFF
1443
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
631 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
632 7 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
633 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
634 }
1610
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
635 388000 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
636 device jcart
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
637 last 38FFFF
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
638 }
1443
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
639 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
640 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
641 T-120096 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
642 name Micro Machines 2: Turbo Tournament
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
643 EEPROM {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
644 type i2c
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
645 size 2048
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
646 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
647 #TODO: J-Cart
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
648 map {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
649 0 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
650 device ROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
651 last 2FFFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
652 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
653 300000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
654 device EEPROM
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
655 last 37FFFF
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
656 bits_write {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
657 0 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
658 1 scl
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
659 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
660 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
661 380000 {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
662 device EEPROM
1610
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
663 last 387FFF
1443
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
664 bits_read {
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
665 7 sda
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
666 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
667 }
1610
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
668 388000 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
669 device jcart
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
670 last 38FFFF
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
671 }
1443
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
672 }
93c1b056ccdd Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone <pavone@retrodev.com>
parents: 1421
diff changeset
673 }
776
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
674 MK-12056 {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
675 name Super Street Fighter 2: The New Challengers
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
676 map {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
677 0 {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
678 device ROM
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
679 last 7FFFF
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
680 }
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
681 80000 {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
682 device Sega mapper
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
683 last 3FFFFF
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
684 offset 80000
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
685 }
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
686 }
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
687 }
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
688 T-12056 {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
689 name Super Street Fighter 2: The New Challengers
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
690 map {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
691 0 {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
692 device ROM
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
693 last 7FFFF
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
694 }
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
695 80000 {
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
696 device Sega mapper
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
697 last 3FFFFF
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
698 offset 80000
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
699 }
cbf97d335444 Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Michael Pavone <pavone@retrodev.com>
parents: 774
diff changeset
700 }
866
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
701 }
1302
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
702 T-12043 {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
703 name Super Street Fighter 2: The New Challengers
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
704 map {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
705 0 {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
706 device ROM
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
707 last 7FFFF
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
708 }
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
709 80000 {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
710 device Sega mapper
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
711 last 3FFFFF
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
712 offset 80000
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
713 }
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
714 }
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
715 }
968
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
716 T-12046 {
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
717 name Mega Man - The Wily Wars
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
718 EEPROM {
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
719 type i2c
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
720 size 128
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
721 }
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
722 map {
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
723 0 {
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
724 device ROM
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
725 last 1FFFFF
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
726 }
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
727 200000 {
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
728 device EEPROM
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
729 last 3FFFFF
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
730 bits_read {
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
731 0 sda
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
732 }
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
733 bits_write {
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
734 0 sda
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
735 1 scl
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
736 }
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
737 }
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
738 }
8ff39670781a Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone <pavone@retrodev.com>
parents: 915
diff changeset
739 }
1381
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
740 T-12053 {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
741 name Rockman Mega World
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
742 EEPROM {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
743 type i2c
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
744 size 128
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
745 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
746 map {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
747 0 {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
748 device ROM
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
749 last 1FFFFF
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
750 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
751 200000 {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
752 device EEPROM
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
753 last 3FFFFF
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
754 bits_read {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
755 0 sda
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
756 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
757 bits_write {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
758 0 sda
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
759 1 scl
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
760 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
761 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
762 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
763 }
1413
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
764 MK-1079 {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
765 #This entry is needed only to make this play nicely with
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
766 #S&K lock-on support. Normal 2MB cartridges with SRAM won't
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
767 #work right, but Sonic 3 has the limited SRAM-only variant
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
768 #of Sega's mapper commonly found on 4MB carts with SRAM
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
769 name Sonic the Hedgehog 3
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
770 map {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
771 0 {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
772 device ROM
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
773 last 1FFFFF
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
774 }
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
775 200000 {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
776 device Sega mapper
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
777 variant save-only
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
778 offset 200000
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
779 last 3FFFFF
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
780 }
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
781 }
2052
3748a2a8a4b7 Support Sega mapper without 'SEGA SSF' in header or ROM DB entry and implement a subset of the extended Sega mapper implemented in the Mega Everdrive when 'SEGA SSF' is present
Michael Pavone <pavone@retrodev.com>
parents: 2027
diff changeset
782
1413
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
783 }
1016
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
784 MK-1563 {
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
785 name Sonic & Knuckles
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
786 map {
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
787 0 {
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
788 device ROM
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
789 last 1FFFFF
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
790 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
791 200000 {
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
792 device LOCK-ON
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
793 last 3FFFFF
1408
71b6e2298e4a Better handling of S&K lock on support. Pre-combined ROMs and large (>2MB) S&K hacks should now work. Implemented correct behavior from locking on a 4MB cart
Michael Pavone <pavone@retrodev.com>
parents: 1407
diff changeset
794 offset 200000
1016
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
795 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
796 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
797 }
1038
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
798 G-4060 {
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
799 name Wonder Boy in Monster World
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
800 EEPROM {
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
801 type i2c
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
802 size 128
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
803 }
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
804 map {
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
805 0 {
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
806 device ROM
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
807 last 1FFFFF
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
808 }
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
809 200000 {
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
810 device EEPROM
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
811 last 3FFFFF
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
812 bits_read {
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
813 0 sda
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
814 }
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
815 bits_write {
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
816 0 sda
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
817 1 scl
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
818 }
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
819 }
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
820 }
07a65e2ffb1f Add ROM DB entry for Wonder Boy in Monster World that was accidentally removed in a previous commit
Michael Pavone <pavone@retrodev.com>
parents: 1036
diff changeset
821 }
1351
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
822 G-4524 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
823 name Ninja Burai Densetsu
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
824 EEPROM {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
825 type i2c
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
826 size 128
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
827 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
828 map {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
829 0 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
830 device ROM
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
831 last 1FFFFF
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
832 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
833 200000 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
834 device EEPROM
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
835 last 3FFFFF
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
836 bits_read {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
837 0 sda
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
838 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
839 bits_write {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
840 0 sda
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
841 1 scl
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
842 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
843 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
844 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
845 }
1193
0e69409634f3 Added a ROM DB entry for the European version of Another World since it has an invalid region header and does not like being run at 60Hz
Michael Pavone <pavone@retrodev.com>
parents: 1067
diff changeset
846 T-70106- {
0e69409634f3 Added a ROM DB entry for the European version of Another World since it has an invalid region header and does not like being run at 60Hz
Michael Pavone <pavone@retrodev.com>
parents: 1067
diff changeset
847 name Another World
0e69409634f3 Added a ROM DB entry for the European version of Another World since it has an invalid region header and does not like being run at 60Hz
Michael Pavone <pavone@retrodev.com>
parents: 1067
diff changeset
848 #European version of this game has EUROPE in the region field rather than just E
0e69409634f3 Added a ROM DB entry for the European version of Another World since it has an invalid region header and does not like being run at 60Hz
Michael Pavone <pavone@retrodev.com>
parents: 1067
diff changeset
849 regions E
0e69409634f3 Added a ROM DB entry for the European version of Another World since it has an invalid region header and does not like being run at 60Hz
Michael Pavone <pavone@retrodev.com>
parents: 1067
diff changeset
850 }
1349
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
851 G-004130 {
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
852 name Alien Soldier
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
853 #Japanese version of this game seems to indicate support for European consoles in
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
854 #the header. While the game does indeed run, most people probably expect 60Hz
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
855 #if they are running the Japanese version rather than the European one
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
856 regions J
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
857 }
1386
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
858 G-005545 {
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
859 name Light Crusader
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
860 #Japanese version of this game seems to indicate support for European consoles in
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
861 #the header. While the game does indeed run, most people probably expect 60Hz
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
862 #if they are running the Japanese version rather than the European one
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
863 regions J
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
864 }
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
865
1350
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
866 00004042 {
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
867 name Castle of Illusion: Fushigi no Oshiro Daibouken
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
868 #Has JAPAN in header rather than J, A gets interpreted as a "new-style" code
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
869 regions J
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
870 }
1007
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
871 T-48036 {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
872 name Ms. Pac-Man
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
873 #Ms. Pac-Man doesn't like 6-button controllers
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
874 device_overrides {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
875 1 gamepad3.1
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
876 2 gamepad3.2
993
38f1d897e804 Add Wonder Boy in Monster World to ROM DB as it needs working EEPROM support to work
Michael Pavone <pavone@retrodev.com>
parents: 968
diff changeset
877 }
1007
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
878 }
1347
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
879 T-103026 {
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
880 name King of the Monsters
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
881 #This game won't work at all with a properly emualted 6-button controller
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
882 device_overrides {
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
883 1 gamepad3.1
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
884 2 gamepad3.2
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
885 }
4c4beb22b042 King of the Monsters worked with my older more inaccurage 6-butotn pad emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
Michael Pavone <pavone@retrodev.com>
parents: 1307
diff changeset
886 }
1367
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
887 T-119106 {
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
888 name Combat Cars
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
889 #Routine in the main game seems to work fine with 6-button controllers,
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
890 #but options menu has problems.
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
891 device_overrides {
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
892 1 gamepad3.1
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
893 2 gamepad3.2
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
894 }
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
895 }
1382
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
896 T-113106 {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
897 name Second Samurai
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
898 #Pause doesn't work right with a 6-button controller
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
899 device_overrides {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
900 1 gamepad3.1
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
901 2 gamepad3.2
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
902 }
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
903 }
1389
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
904 MK-1304 {
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
905 name Dungeons & Dragons - Warriors of the Eternal Sun
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
906 #Switching characters cycles too fast with a 6-button controller
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
907 device_overrides {
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
908 1 gamepad3.1
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
909 2 gamepad3.2
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
910 }
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
911 }
2324
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
912 00004016 {
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
913 name Forgotten Worlds
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
914 #Immediage game over with a 6-button controller due to a bad detection routine
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
915 device_overrides {
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
916 1 gamepad3.1
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
917 2 gamepad3.2
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
918 }
215c2afbe896 Add ROM DB entry for Forgotten Worlds
Michael Pavone <pavone@retrodev.com>
parents: 2323
diff changeset
919 }
1007
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
920 #Automatically hook up the mouse in the appropriate port for the games I've tested
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
921 T-76076 {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
922 name Nobunaga's Ambition
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
923 device_overrides {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
924 2 mouse.1
993
38f1d897e804 Add Wonder Boy in Monster World to ROM DB as it needs working EEPROM support to work
Michael Pavone <pavone@retrodev.com>
parents: 968
diff changeset
925 }
38f1d897e804 Add Wonder Boy in Monster World to ROM DB as it needs working EEPROM support to work
Michael Pavone <pavone@retrodev.com>
parents: 968
diff changeset
926 }
1007
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
927 T-97056 {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
928 name Fun 'N' Games
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
929 device_overrides {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
930 2 mouse.1
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
931 }
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
932 }
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
933 MK-1552 {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
934 name Richard Scarry's Busytown
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
935 device_overrides {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
936 1 mouse.1
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
937 }
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
938 }
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
939 MK-1713 {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
940 name Wacky Worlds
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
941 device_overrides {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
942 2 mouse.1
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
943 }
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
944 }
1388
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
945 T-97056- {
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
946 name Fun 'n' Games
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
947 device_overrides {
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
948 2 mouse.1
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
949 }
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
950 }
1007
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
951 T-130016 {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
952 name Shanghai II: Dragon's Eye
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
953 device_overrides {
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
954 1 mouse.1
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
955 }
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
956 }
1036
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
957 T-50286 {
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
958 name Buck Rogers: Countdown to Doomsday
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
959 SRAM {
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
960 size 8192
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
961 bus odd
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
962 }
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
963 map {
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
964 0 {
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
965 device ROM
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
966 last 1FFFFF
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
967 }
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
968 200000 {
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
969 device SRAM
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
970 last 3FFFFF
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
971 }
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
972 }
fc29a122f817 Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the header
Michael Pavone <pavone@retrodev.com>
parents: 1016
diff changeset
973 }
1067
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
974 MK-1215 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
975 name Evander 'Real Deal' Holyfield's Boxing
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
976 EEPROM {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
977 type i2c
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
978 size 128
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
979 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
980 map {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
981 0 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
982 device ROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
983 last 1FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
984 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
985 200000 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
986 device EEPROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
987 last 3FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
988 bits_read {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
989 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
990 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
991 bits_write {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
992 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
993 1 scl
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
994 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
995 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
996 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
997 }
1280
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
998 ACLD012 {
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
999 name Hardball III
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1000 SRAM {
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1001 size 32768
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1002 bus odd
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1003 }
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1004 map {
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1005 0 {
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1006 device ROM
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1007 last 1FFFFF
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1008 }
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1009 200000 {
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1010 device SRAM
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1011 last 3FFFFF
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1012 }
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1013 }
6a6cc3b3949b Added a ROM DB entry for Hardball III. This game lacks a proper SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1193
diff changeset
1014 }
1387
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1015 T-50166 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1016 name Might and Magic - Gates to Another World
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1017 SRAM {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1018 size 32768
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1019 bus odd
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1020 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1021 map {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1022 0 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1023 device ROM
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1024 last 1FFFFF
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1025 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1026 200000 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1027 device SRAM
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1028 last 3FFFFF
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1029 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1030 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
1031 }
1306
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1032 9bed099693c27a6575b394bdd150efb7cc53c5c6 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1033 name Atomic Robo-Kid
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1034 regions J
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1035 }
1307
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1036 d366d05644eb59a14baf3c2e7281c1584630c021 {
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1037 name Might and Magic III - Isles of Terra
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1038 SRAM {
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1039 size 32768
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1040 bus odd
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1041 }
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1042 map {
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1043 0 {
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1044 device ROM
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1045 last 1FFFFF
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1046 }
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1047 200000 {
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1048 device SRAM
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1049 last 3FFFFF
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1050 }
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1051 }
3cdc4e33a2c4 Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
Michael Pavone <pavone@retrodev.com>
parents: 1306
diff changeset
1052 }
1305
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1053 8fe0806427e123717ba20478ab1410c25fa942e6 {
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1054 name Ya Se Chuan Shuo
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1055 map {
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1056 0 {
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1057 device ROM
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1058 last 3FFFFF
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1059 }
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1060 400000 {
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1061 device fixed
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1062 value 6300
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1063 last 400001
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1064 }
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1065 400002 {
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1066 device fixed
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1067 value 9800
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1068 last 400003
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1069 }
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1070 400004 {
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1071 device fixed
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1072 value C900
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1073 last 400005
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1074 }
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1075 400006 {
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1076 device fixed
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1077 value 1800
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1078 last 400007
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1079 }
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1080 }
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1081 }
1306
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1082 7857c797245b52641a3d1d4512089bccb0ed5359 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1083 name 16 Zhang Ma Jiang
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1084 map {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1085 0 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1086 device ROM
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1087 last 3FFFFF
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1088 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1089 400002 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1090 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1091 value AA00
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1092 last 400003
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1093 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1094 400006 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1095 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1096 value F000
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1097 last 400007
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1098 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1099 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1100 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1101 5fc4591fbb1acc64e184466c7b6287c7f64e0b7a {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1102 name Elf Wor
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1103 map {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1104 0 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1105 device ROM
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1106 last 3FFFFF
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1107 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1108 400000 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1109 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1110 value 5500
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1111 last 400001
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1112 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1113 400002 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1114 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1115 value 0F00
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1116 last 400003
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1117 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1118 400004 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1119 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1120 value C900
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1121 last 400005
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1122 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1123 400006 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1124 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1125 value 1800
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1126 last 400007
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1127 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1128 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1129 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1130 df7a2527875317406b466175f0614d343dd32117 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1131 name Huan Le Tao Qi Shu: Smart Mouse
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1132 map {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1133 0 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1134 device ROM
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1135 last 3FFFFF
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1136 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1137 400000 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1138 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1139 value 5500
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1140 last 400001
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1141 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1142 400002 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1143 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1144 value 0F00
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1145 last 400003
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1146 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1147 400004 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1148 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1149 value AA00
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1150 last 400005
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1151 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1152 400006 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1153 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1154 value F000
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1155 last 400007
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1156 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1157 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1158 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1159 25d2d6a5ab20e16b8b42b67e5fb338421b64b29b {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1160 name Mighty Morphin' Power Rangers: The Fighting Edition
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1161 map {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1162 0 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1163 device ROM
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1164 last 3FFFFF
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1165 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1166 400000 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1167 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1168 value 5500
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1169 last 400001
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1170 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1171 400002 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1172 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1173 value 0F00
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1174 last 400003
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1175 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1176 400004 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1177 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1178 value C900
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1179 last 400005
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1180 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1181 400006 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1182 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1183 value 1800
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1184 last 400007
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1185 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1186 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1187 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1188 03f40c14624f1522d6e3105997d14e8eaba12257 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1189 name Super Bubble Bobble MD
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1190 map {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1191 0 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1192 device ROM
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1193 last 3FFFFF
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1194 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1195 400000 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1196 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1197 value 5500
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1198 last 400001
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1199 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1200 400002 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1201 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1202 value 0F00
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1203 last 400003
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1204 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1205 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1206 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1207 3dca68795b6c9a16cafa5e71218d5ce83aa465fc {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1208 name Thunderbolt II
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1209 map {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1210 0 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1211 device ROM
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1212 last 3FFFFF
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1213 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1214 400000 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1215 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1216 value 5500
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1217 last 400001
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1218 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1219 400006 {
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1220 device fixed
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1221 value F000
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1222 last 400007
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1223 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1224 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
1225 }
1611
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1226 2a561b6e47c93272fe5947084837d9f6f514ed38 {
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1227 name Squirrel King
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1228 map {
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1229 0 {
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1230 device ROM
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1231 last 3FFFFF
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1232 }
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1233 400000 {
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1234 device RAM
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1235 size 2
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1236 bus both
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1237 last 7FFFFF
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1238 }
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1239 }
dafe2a8769fd Added ROM DB entry for Squirrel King as it has a flip flop or some type of RAM at $400000 as a copy protection measure
Michael Pavone <pavone@retrodev.com>
parents: 1610
diff changeset
1240 }
1305
5ceb316c479a Allow games to be specified in ROM DB via sha1 instead of product ID. Added a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
Michael Pavone <pavone@retrodev.com>
parents: 1302
diff changeset
1241
1007
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
1242 #This entry is used by the GUI ROM
866
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1243 BlstMenu {
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1244 map {
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1245 0 {
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1246 device ROM
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1247 last FFFFF
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1248 }
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1249 100000 {
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1250 device RAM
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1251 size 80000
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1252 last 17FFFF
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1253 }
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1254 180000 {
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1255 device MENU
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1256 last 1FFFFF
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1257 }
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1258 }
913
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
1259 device_overrides {
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
1260 1 gamepad3.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
1261 2 mouse.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
1262 ext none
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
1263 }
915
9e882eca717e Initial support for relative mouse mode and skeleton of support for capture mode. Avoid mouse position overflow in absolute mode. Allow absolute mode to be set by ROM DB.
Michael Pavone <pavone@retrodev.com>
parents: 913
diff changeset
1264 mouse_mode absolute
866
69a6ec208111 Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone <pavone@retrodev.com>
parents: 782
diff changeset
1265 }
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1266
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1267 6568b3a4e096159776ef8687a80d43589741fd60 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1268 name Magistr 16 BIOS
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1269 NOR {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1270 size 262144
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1271 page_size 128
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1272 product_id DA45
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1273 bus even
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1274 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1275 map {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1276 0 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1277 device ROM
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1278 last 3FFFFF
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1279 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1280 400000 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1281 device NOR
1407
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
1282 last 5FFFFF
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1283 }
1407
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
1284 # 600000 {
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
1285 # device Super IO
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
1286 # last 7FFFFF
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
1287 # }
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1288 E00000 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1289 device RAM
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1290 size 40000
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1291 last FFFFFF
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1292 bus both
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1293 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1294 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
1295 }
1416
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1296
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1297 7313c20071de0ab1cd84ac1352cb0ed1c4a4afa8 {
2052
3748a2a8a4b7 Support Sega mapper without 'SEGA SSF' in header or ROM DB entry and implement a subset of the extended Sega mapper implemented in the Mega Everdrive when 'SEGA SSF' is present
Michael Pavone <pavone@retrodev.com>
parents: 2027
diff changeset
1298 #This appears to be an underdump, but it seems to be the only copy floating around
1416
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1299 name 12-in-1
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1300 map {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1301 0 {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1302 device multi-game
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1303 last 3FFFFF
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1304 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1305 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1306 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1307 6b2a6de2622735f6d56c6c9c01f74daa90e355cb {
1421
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1308 name Super 15-in-1
1416
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1309 map {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1310 0 {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1311 device multi-game
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1312 last 3FFFFF
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1313 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1314 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
1315 }
1421
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1316 e1c041ba69da087c428dcda16850159f3caebd4b {
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1317 name Super 19-in-1
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1318 map {
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1319 0 {
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1320 device multi-game
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1321 last 3FFFFF
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1322 }
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1323 }
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
1324 }
1470
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1325 31c66bd13abf4ae8271c09ec5286a0ee0289dbbc {
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1326 #Designed to run on Sega Channel hardware which is RAM-based
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1327 #writes to the this RAM qutie a bit to select games
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1328 name Game no Kanzume Otokuyou
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1329 map {
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1330 0 {
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1331 device ROM
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1332 last 3FFFFF
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1333 writeable yes
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1334 }
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1335 }
1e3e0205640f Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
Michael Pavone <pavone@retrodev.com>
parents: 1443
diff changeset
1336 }
1513
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1337 cda73e4caf53cbc8f0750b69e5e7f394ad3735d1 {
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1338 name MegaWiFi Bootloader
1519
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1339 NOR {
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1340 size 4194304
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1341 page_size 128
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1342 product_id DA45
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1343 bus both
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1344 init ROM
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1345 cmd_address1 AAB
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1346 cmd_address2 555
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1347 }
1513
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1348 map {
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1349 0 {
1519
1f745318f10a Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Michael Pavone <pavone@retrodev.com>
parents: 1513
diff changeset
1350 device NOR
1513
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1351 last 3FFFFF
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1352 }
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1353 A130C0 {
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1354 device megawifi
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1355 last A130CF
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1356 }
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1357 }
8f3b6a64b658 Initial work on MegaWiFi support
Michael Pavone <pavone@retrodev.com>
parents: 1470
diff changeset
1358 }
1610
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1359 222a66cdb8865a7f89e5a72418413888bb400176 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1360 #I've personally confirmed this version had a J-Cart
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1361 #release, but unlike the other revision it runs without it
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1362 name Pete Sampras Tennis
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1363 map {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1364 0 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1365 device ROM
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1366 last 1FFFFF
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1367 }
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1368 200000 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1369 device jcart
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1370 last 3FFFFF
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1371 }
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1372 }
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1373 }
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1374 4c830ace4590294bb374b4cab71ebebf44d9a07a {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1375 #This version will not accept input if J-Cart hardware is missing
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1376 name Pete Sampras Tennis
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1377 map {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1378 0 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1379 device ROM
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1380 last 1FFFFF
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1381 }
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1382 200000 {
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1383 device jcart
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1384 last 3FFFFF
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1385 }
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1386 }
c206a422d466 Added J-Cart support
Michael Pavone <pavone@retrodev.com>
parents: 1519
diff changeset
1387 }
2023
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1388 5e5ca20b39122c86b8f662bd8014af674f9dbed7 {
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1389 name Rock Heaven
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1390 map {
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1391 0 {
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1392 device ROM
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1393 last 3FFFFF
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1394 }
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1395 500008 {
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1396 device fixed
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1397 value 5082
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1398 last 500009
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1399 }
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1400 }
bf0f8e99eaf4 Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman graphics
Michael Pavone <pavone@retrodev.com>
parents: 1988
diff changeset
1401 }
2024
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1402 68366449fd1497538741b5a1949e342202d48948 {
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1403 name Rock World
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1404 map {
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1405 0 {
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1406 device ROM
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1407 last 3FFFFF
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1408 }
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1409 500008 {
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1410 device fixed
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1411 value 4000
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1412 last 500009
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1413 }
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1414 500208 {
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1415 device fixed
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1416 value A000
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1417 last 500209
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1418 }
2052
3748a2a8a4b7 Support Sega mapper without 'SEGA SSF' in header or ROM DB entry and implement a subset of the extended Sega mapper implemented in the Mega Everdrive when 'SEGA SSF' is present
Michael Pavone <pavone@retrodev.com>
parents: 2027
diff changeset
1419
2024
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1420 }
ba5d206dcfea Add ROM DB entry for bootleg game Rock World
Michael Pavone <pavone@retrodev.com>
parents: 2023
diff changeset
1421 }
2027
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1422 T-122026 {
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1423 name Outback Joey
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1424 HeartbeatTrainer {
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1425 size 512
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1426 }
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1427 device_overrides {
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1428 1 heartbeat_trainer.1
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1429 2 gamepad3.2
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1430 }
0f54a898db03 Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outback Joey
Michael Pavone <pavone@retrodev.com>
parents: 2024
diff changeset
1431 }
2323
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1432 T-122036 {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1433 name Outworld 2375 AD
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1434 HeartbeatTrainer {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1435 size 512
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1436 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1437 device_overrides {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1438 1 heartbeat_trainer.1
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1439 2 gamepad3.2
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1440 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1441 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1442 T-122016 {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1443 name NHLPA Hockey
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1444 HeartbeatTrainer {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1445 size 512
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1446 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1447 device_overrides {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1448 1 heartbeat_trainer.1
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1449 2 gamepad3.2
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1450 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1451 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1452 T-50086 {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1453 name PGA Tour Golf II
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1454 HeartbeatTrainer {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1455 size 512
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1456 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1457 device_overrides {
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1458 1 heartbeat_trainer.1
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1459 2 gamepad3.2
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1460 }
7020868ff741 Add recently dumped Heartbeat Personal Trainer games to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2300
diff changeset
1461 }
2150
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1462 T-172116 {
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1463 name Triple Play: Gold Edition
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1464 SRAM {
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1465 size 32768
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1466 bus odd
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1467 }
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1468 map {
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1469 0 {
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1470 device ROM
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1471 last 1FFFFF
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1472 }
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1473 200000 {
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1474 device SRAM
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1475 last 2FFFFF
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1476 }
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1477 300000 {
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1478 device ROM
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1479 last 3FFFFF
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1480 offset 300000
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1481 }
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1482 }
a418fa599b2e Add ROM DB entry to fix SRAM on Triple Play: Gold Edition and make some code changes so that 3MB dumps will work too
Michael Pavone <pavone@retrodev.com>
parents: 2052
diff changeset
1483 }
2155
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1484 T-172036 {
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1485 name NHL '96
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1486 SRAM {
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1487 size 8192
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1488 bus odd
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1489 }
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1490 map {
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1491 0 {
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1492 device ROM
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1493 last 1FFFFF
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1494 }
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1495 200000 {
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1496 device SRAM
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1497 last 3FFFFF
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1498 }
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1499 }
6f58af5bd6fa Add ROM DB entry for NHL 96 as it is missing SRAM info in the header
Michael Pavone <pavone@retrodev.com>
parents: 2150
diff changeset
1500 }
2165
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1501 T-49116 {
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1502 name Beast Wrestler
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1503 device_overrides {
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1504 1 gamepad3.1
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1505 2 gamepad3.2
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1506 }
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1507 }
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1508 T-49186 {
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1509 name Exile
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1510 device_overrides {
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1511 1 gamepad3.1
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1512 2 gamepad3.2
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1513 }
c1800fb99e78 Add 3-button pad overrides for Beast Wrestler and Exile
Michael Pavone <pavone@retrodev.com>
parents: 2155
diff changeset
1514 }
2168
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1515 T-172186 {
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1516 name NBA Live 98
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1517 SRAM {
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1518 size 8192
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1519 bus odd
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1520 }
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1521 map {
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1522 0 {
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1523 device ROM
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1524 last 1FFFFF
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1525 }
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1526 200000 {
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1527 device SRAM
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1528 last 3FFFFF
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1529 }
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1530 }
42a0f6db81c3 Add NBA Live 98 to ROM DB as it has SRAM not noted in header
Michael Pavone <pavone@retrodev.com>
parents: 2165
diff changeset
1531 }
2221
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1532 T-172176 {
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1533 name NHL 98
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1534 SRAM {
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1535 size 32768
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1536 bus odd
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1537 }
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1538 map {
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1539 0 {
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1540 device ROM
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1541 last 1FFFFF
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1542 }
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1543 200000 {
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1544 device SRAM
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1545 last 3FFFFF
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1546 }
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1547 }
ab19edd77c5e Add ROM DB entry for NHL 98 as it has an incorrect header
Michael Pavone <pavone@retrodev.com>
parents: 2168
diff changeset
1548 }
2253
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1549 SF-002 {
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1550 name Legend of Wukong
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1551 SRAM {
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1552 size 8192
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1553 bus odd
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1554 }
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1555 map {
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1556 0 {
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1557 device sft-wukong-fixed
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1558 last 1FFFFF
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1559 }
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1560 200000 {
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1561 device sft-wukong-remap
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1562 offset 200000
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1563 last 3BFFFF
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1564 }
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1565 3C0000 {
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1566 device SRAM
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1567 last 3FFFFF
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1568 }
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1569 }
fd68fe5f723e Add support for mapper used in Super Fighter Team release of Legend of Wukong
Michael Pavone <pavone@retrodev.com>
parents: 2221
diff changeset
1570 }
2300
f071a976b79a Add ROM DB entry for European version of Alisia Dragoon
Michael Pavone <pavone@retrodev.com>
parents: 2253
diff changeset
1571 c8a3667631fdbd4d0073e42ada9f7199d09c0cfa {
f071a976b79a Add ROM DB entry for European version of Alisia Dragoon
Michael Pavone <pavone@retrodev.com>
parents: 2253
diff changeset
1572 # European version of this game specifies JU in header
f071a976b79a Add ROM DB entry for European version of Alisia Dragoon
Michael Pavone <pavone@retrodev.com>
parents: 2253
diff changeset
1573 # but is not entirely 60Hz tolerant
f071a976b79a Add ROM DB entry for European version of Alisia Dragoon
Michael Pavone <pavone@retrodev.com>
parents: 2253
diff changeset
1574 name Alisia Dragoon
f071a976b79a Add ROM DB entry for European version of Alisia Dragoon
Michael Pavone <pavone@retrodev.com>
parents: 2253
diff changeset
1575 regions E
f071a976b79a Add ROM DB entry for European version of Alisia Dragoon
Michael Pavone <pavone@retrodev.com>
parents: 2253
diff changeset
1576 }
2328
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1577 de10115ce6a7eb416de9cd167df9cf24e34687b1 {
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1578 name Super Mario 2 1998
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1579 map {
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1580 0 {
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1581 device ROM
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1582 last 3FFFFF
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1583 }
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1584 A13000 {
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1585 device fixed
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1586 last A130FF
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1587 value 0A0A
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1588 }
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1589 }
7f8d0fdc5bca Add bootleg Super Mario 2 1998 to ROM db
Michael Pavone <pavone@retrodev.com>
parents: 2324
diff changeset
1590 }
2332
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1591 d0cd594ddb321f707ddba8a044fa3e9b906e720a {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1592 name Othello
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1593 map {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1594 0 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1595 device ROM
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1596 last 7FFF
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1597 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1598 8000 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1599 device RAM
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1600 size 800
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1601 last BFFF
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1602 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1603 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1604 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1605 242c29989149b94ff27d59a94f067d0f1c84b4a7 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1606 name Othello
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1607 map {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1608 0 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1609 device ROM
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1610 last 7FFF
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1611 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1612 8000 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1613 device RAM
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1614 size 800
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1615 last BFFF
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1616 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1617 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1618 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1619 2681786bffccf58b59410c331865d30a4d027087 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1620 name The Castle
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1621 map {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1622 0 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1623 device ROM
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1624 last 7FFF
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1625 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1626 8000 {
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1627 device RAM
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1628 size 2000
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1629 last BFFF
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1630 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1631 }
7518db62d232 Add a couple of SG-1000 games with on-cart RAM to ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2328
diff changeset
1632 }
2341
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1633 b620c2bebd5bab39bc9258a925169b4c93614599 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1634 name A Bug's Life
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1635 map {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1636 0 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1637 device ROM
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1638 last 3FFFFF
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1639 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1640 A13000 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1641 device fixed
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1642 last A13001
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1643 value 2828
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1644 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1645 A13002 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1646 device fixed
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1647 last A13003
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1648 value 0101
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1649 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1650 A13004 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1651 device fixed
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1652 last A13005
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1653 value 1F1F
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1654 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1655 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1656 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1657 5649fa1fbfb28d58b0608e8ebc5dc7bd5c4c9678 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1658 name The Lion King II
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1659 map {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1660 0 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1661 device ROM
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1662 last 3FFFFF
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1663 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1664 400000 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1665 device RAM
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1666 size 2
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1667 last 400007
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1668 bus both
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1669 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1670 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1671 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1672 6c68e4c7a5a14f926dc69ea5d5a452d9ead29a8e {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1673 name Tiny Toon Adventures 3
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1674 map {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1675 0 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1676 device ROM
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1677 last 3FFFFF
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1678 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1679 400000 {
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1680 device RAM
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1681 size 2
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1682 last 400007
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1683 bus both
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1684 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1685 }
e81c6a44274c Add some missing unlicensed games to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 2332
diff changeset
1686 }
2437
79a8cccb6ac1 Add region override for German version of The Lion King for Pico
Michael Pavone <pavone@retrodev.com>
parents: 2341
diff changeset
1687 MK-49037-18 {
79a8cccb6ac1 Add region override for German version of The Lion King for Pico
Michael Pavone <pavone@retrodev.com>
parents: 2341
diff changeset
1688 name Der Koenig der Loewen - Abenteuer
79a8cccb6ac1 Add region override for German version of The Lion King for Pico
Michael Pavone <pavone@retrodev.com>
parents: 2341
diff changeset
1689 #German version of this game has 8G in the region field
79a8cccb6ac1 Add region override for German version of The Lion King for Pico
Michael Pavone <pavone@retrodev.com>
parents: 2341
diff changeset
1690 regions E
79a8cccb6ac1 Add region override for German version of The Lion King for Pico
Michael Pavone <pavone@retrodev.com>
parents: 2341
diff changeset
1691 }