annotate rom.db @ 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
author Michael Pavone <pavone@retrodev.com>
date Sat, 06 May 2017 00:09:14 -0700
parents 3cdc4e33a2c4
children 6c7bcb49e840
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 }
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
346 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
347 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
348 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
349 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
350 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
351 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
352 }
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
353 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
354 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
355 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
356 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
357 }
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
358 }
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
359 }
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
360 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
361 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
362 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
363 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
364 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
365 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
366 }
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
367 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
368 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
369 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
370 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
371 }
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
372 }
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
373 }
1302
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
374 T-12043 {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
375 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
376 map {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
377 0 {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
378 device ROM
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
379 last 7FFFF
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
380 }
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
381 80000 {
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
382 device Sega mapper
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
383 last 3FFFFF
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
384 offset 80000
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
385 }
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
386 }
d2cb97ab3cff Add Japanese version of SSF2 to ROM database
Michael Pavone <pavone@retrodev.com>
parents: 1280
diff changeset
387 }
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
388 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
389 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
390 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
391 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
392 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
393 }
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
394 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
395 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
396 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
397 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
398 }
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
399 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
400 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
401 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
402 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
403 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
404 }
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
405 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
406 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
407 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
408 }
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
409 }
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
410 }
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
411 }
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
412 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
413 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
414 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
415 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
416 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
417 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
418 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
419 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
420 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
421 last 3FFFFF
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
422 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
423 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
424 }
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
425 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
426 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
427 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
428 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
429 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
430 }
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
431 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
432 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
433 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
434 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
435 }
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
436 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
437 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
438 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
439 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
440 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
441 }
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
442 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
443 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
444 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
445 }
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
446 }
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
447 }
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
448 }
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
449 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
450 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
451 #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
452 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
453 }
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
454 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
455 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
456 #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
457 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
458 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
459 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
460 }
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
461 }
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
462 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
463 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
464 #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
465 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
466 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
467 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
468 }
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
469 }
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
470 #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
471 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
472 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
473 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
474 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
475 }
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
476 }
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
477 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
478 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
479 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
480 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
481 }
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
482 }
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
483 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
484 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
485 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
486 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
487 }
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
488 }
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
489 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
490 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
491 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
492 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
493 }
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
494 }
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
495 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
496 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
497 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
498 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
499 }
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
500 }
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
501 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
502 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
503 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
504 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
505 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
506 }
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
507 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
508 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
509 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
510 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
511 }
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
512 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
513 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
514 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
515 }
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
516 }
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
517 }
1067
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
518 MK-1215 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
519 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
520 EEPROM {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
521 type i2c
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
522 size 128
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
523 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
524 map {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
525 0 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
526 device ROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
527 last 1FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
528 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
529 200000 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
530 device EEPROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
531 last 3FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
532 bits_read {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
533 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
534 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
535 bits_write {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
536 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
537 1 scl
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
538 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
539 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
540 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
541 }
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
542 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
543 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
544 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
545 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
546 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
547 }
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
548 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
549 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
550 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
551 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
552 }
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
553 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
554 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
555 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
556 }
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
557 }
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
558 }
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
559
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
560 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
561 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
562 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
563 }
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
564 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
565 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
566 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
567 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
568 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
569 }
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
570 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
571 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
572 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
573 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
574 }
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
575 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
576 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
577 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
578 }
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
579 }
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
580 }
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
581 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
582 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
583 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
584 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
585 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
586 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
587 }
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
588 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
589 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
590 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
591 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
592 }
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
593 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
594 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
595 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
596 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
597 }
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
598 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
599 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
600 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
601 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
602 }
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
603 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
604 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
605 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
606 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
607 }
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
608 }
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
609 }
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
610 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
611 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
612 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
613 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
614 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
615 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
616 }
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
617 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
618 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
619 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
620 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
621 }
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
622 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
623 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
624 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
625 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
626 }
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
627 }
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
628 }
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
629 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
630 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
631 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
632 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
633 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
634 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
635 }
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
636 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
637 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
638 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
639 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
640 }
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
641 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
642 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
643 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
644 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
645 }
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
646 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
647 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
648 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
649 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
650 }
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
651 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
652 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
653 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
654 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
655 }
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
656 }
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
657 }
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
658 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
659 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
660 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
661 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
662 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
663 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
664 }
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
665 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
666 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
667 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
668 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
669 }
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
670 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
671 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
672 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
673 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
674 }
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
675 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
676 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
677 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
678 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
679 }
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
680 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
681 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
682 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
683 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
684 }
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
685 }
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
686 }
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
687 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
688 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
689 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
690 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
691 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
692 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
693 }
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
694 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
695 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
696 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
697 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
698 }
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
699 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
700 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
701 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
702 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
703 }
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
704 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
705 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
706 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
707 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
708 }
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
709 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
710 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
711 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
712 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
713 }
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
714 }
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
715 }
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
716 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
717 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
718 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
719 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
720 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
721 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
722 }
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
723 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
724 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
725 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
726 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
727 }
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
728 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
729 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
730 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
731 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
732 }
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
733 }
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
734 }
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
735 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
736 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
737 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
738 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
739 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
740 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
741 }
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
742 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
743 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
744 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
745 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
746 }
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
747 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
748 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
749 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
750 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
751 }
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
752 }
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
753 }
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
754
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
755 #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
756 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
757 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
758 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
759 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
760 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
761 }
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
762 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
763 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
764 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
765 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
766 }
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
767 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
768 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
769 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
770 }
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
771 }
913
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
772 device_overrides {
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
773 1 gamepad3.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
774 2 mouse.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
775 ext none
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
776 }
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
777 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
778 }