annotate rom.db @ 1386:d0008f2620cc

Force J region for Japanese version of Light Crusader
author Michael Pavone <pavone@retrodev.com>
date Wed, 31 May 2017 21:34:59 -0700
parents bea0fdaff03f
children 4b56907626d9
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 }
1381
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
412 T-12053 {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
413 name Rockman Mega World
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
414 EEPROM {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
415 type i2c
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
416 size 128
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
417 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
418 map {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
419 0 {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
420 device ROM
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
421 last 1FFFFF
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
422 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
423 200000 {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
424 device EEPROM
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
425 last 3FFFFF
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
426 bits_read {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
427 0 sda
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
428 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
429 bits_write {
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
430 0 sda
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
431 1 scl
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
432 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
433 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
434 }
0c1f60a4e12a Added Rockman Mega World to ROM DB as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1367
diff changeset
435 }
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
436 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
437 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
438 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
439 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
440 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
441 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
442 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
443 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
444 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
445 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
446 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
447 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
448 }
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
449 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
450 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
451 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
452 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
453 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
454 }
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
455 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
456 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
457 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
458 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
459 }
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
460 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
461 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
462 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
463 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
464 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
465 }
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
466 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
467 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
468 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
469 }
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
470 }
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
471 }
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
472 }
1351
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
473 G-4524 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
474 name Ninja Burai Densetsu
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
475 EEPROM {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
476 type i2c
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
477 size 128
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
478 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
479 map {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
480 0 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
481 device ROM
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
482 last 1FFFFF
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
483 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
484 200000 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
485 device EEPROM
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
486 last 3FFFFF
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
487 bits_read {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
488 0 sda
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
489 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
490 bits_write {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
491 0 sda
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
492 1 scl
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
493 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
494 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
495 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
496 }
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
497 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
498 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
499 #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
500 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
501 }
1349
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
502 G-004130 {
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
503 name Alien Soldier
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
504 #Japanese version of this game seems to indicate support for European consoles in
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
505 #the header. While the game does indeed run, most people probably expect 60Hz
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
506 #if they are running the Japanese version rather than the European one
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
507 regions J
6c7bcb49e840 Added a region override for the Japanese version of Alien Soldier so it doesn't end up running at 50Hz
Michael Pavone <pavone@retrodev.com>
parents: 1347
diff changeset
508 }
1386
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
509 G-005545 {
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
510 name Light Crusader
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
511 #Japanese version of this game seems to indicate support for European consoles in
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
512 #the header. While the game does indeed run, most people probably expect 60Hz
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
513 #if they are running the Japanese version rather than the European one
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
514 regions J
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
515 }
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
516
1350
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
517 00004042 {
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
518 name Castle of Illusion: Fushigi no Oshiro Daibouken
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
519 #Has JAPAN in header rather than J, A gets interpreted as a "new-style" code
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
520 regions J
0b864a7d90fd Added region override for Japanese version of Castle of Illusion to deal with an invalid region header
Michael Pavone <pavone@retrodev.com>
parents: 1349
diff changeset
521 }
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
522 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
523 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
524 #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
525 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
526 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
527 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
528 }
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
529 }
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
530 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
531 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
532 #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
533 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
534 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
535 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
536 }
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
537 }
1367
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
538 T-119106 {
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
539 name Combat Cars
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
540 #Routine in the main game seems to work fine with 6-button controllers,
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
541 #but options menu has problems.
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
542 device_overrides {
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
543 1 gamepad3.1
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
544 2 gamepad3.2
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
545 }
52c99430ba5f Force 3-button pad for combat cars as the options menu has some issues with a 6-button pad
Michael Pavone <pavone@retrodev.com>
parents: 1351
diff changeset
546 }
1382
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
547 T-113106 {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
548 name Second Samurai
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
549 #Pause doesn't work right with a 6-button controller
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
550 device_overrides {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
551 1 gamepad3.1
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
552 2 gamepad3.2
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
553 }
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
554 }
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
555 #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
556 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
557 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
558 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
559 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
560 }
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
561 }
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
562 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
563 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
564 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
565 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
566 }
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
567 }
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
568 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
569 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
570 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
571 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
572 }
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
573 }
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
574 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
575 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
576 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
577 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
578 }
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
579 }
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
580 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
581 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
582 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
583 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
584 }
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
585 }
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
586 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
587 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
588 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
589 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
590 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
591 }
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
592 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
593 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
594 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
595 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
596 }
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
597 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
598 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
599 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
600 }
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
601 }
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
602 }
1067
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
603 MK-1215 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
604 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
605 EEPROM {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
606 type i2c
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
607 size 128
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
608 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
609 map {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
610 0 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
611 device ROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
612 last 1FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
613 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
614 200000 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
615 device EEPROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
616 last 3FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
617 bits_read {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
618 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
619 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
620 bits_write {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
621 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
622 1 scl
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
623 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
624 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
625 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
626 }
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
627 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
628 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
629 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
630 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
631 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
632 }
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
633 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
634 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
635 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
636 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
637 }
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
638 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
639 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
640 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
641 }
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
642 }
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
643 }
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
644
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
645 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
646 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
647 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
648 }
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
649 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
650 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
651 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
652 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
653 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
654 }
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
655 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
656 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
657 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
658 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
659 }
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
660 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
661 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
662 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
663 }
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
664 }
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
665 }
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
666 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
667 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
668 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
669 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
670 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
671 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
672 }
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
673 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
674 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
675 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
676 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
677 }
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
678 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
679 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
680 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
681 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
682 }
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
683 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
684 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
685 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
686 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
687 }
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
688 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
689 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
690 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
691 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
692 }
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
693 }
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
694 }
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
695 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
696 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
697 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
698 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
699 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
700 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
701 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
703 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
704 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
705 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
706 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
708 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
709 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
710 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
711 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
715 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
716 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
717 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
718 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
719 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
720 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
722 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
723 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
724 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
725 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
727 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
728 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
729 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
730 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
732 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
733 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
734 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
735 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
737 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
738 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
739 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
740 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
744 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
745 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
746 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
747 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
748 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
749 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
751 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
752 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
753 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
754 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
755 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
756 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
757 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
758 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
759 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
760 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
761 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
762 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
763 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
764 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
765 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
766 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
767 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
768 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
769 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
770 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
771 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
772 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
773 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
774 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
775 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
776 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
777 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
778 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
779 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
780 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
781 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
782 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
783 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
784 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
785 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
786 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
787 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
788 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
789 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
790 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
791 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
792 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
793 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
794 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
795 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
796 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
797 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
798 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
799 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
800 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
801 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
802 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
803 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
804 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
805 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
806 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
807 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
808 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
809 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
810 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
811 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
812 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
813 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
814 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
815 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
816 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
817 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
818 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
819 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
820 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
821 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
822 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
823 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
824 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
825 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
826 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
827 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
828 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
829 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
830 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
831 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
832 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
833 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
834 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
835 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
836 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
837 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
838 }
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
839
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
840 #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
841 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
842 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
843 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
844 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
845 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
846 }
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
847 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
848 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
849 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
850 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
851 }
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
852 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
853 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
854 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
855 }
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
856 }
913
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
857 device_overrides {
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
858 1 gamepad3.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
859 2 mouse.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
860 ext none
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
861 }
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
862 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
863 }