annotate rom.db @ 1408:71b6e2298e4a

Better handling of S&K lock on support. Pre-combined ROMs and large (>2MB) S&K hacks should now work. Implemented correct behavior from locking on a 4MB cart
author Michael Pavone <pavone@retrodev.com>
date Mon, 19 Jun 2017 19:18:50 -0700
parents 4c58695c1e1f
children 3d7f668dce3d
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
1408
71b6e2298e4a Better handling of S&K lock on support. Pre-combined ROMs and large (>2MB) S&K hacks should now work. Implemented correct behavior from locking on a 4MB cart
Michael Pavone <pavone@retrodev.com>
parents: 1407
diff changeset
446 offset 200000
1016
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
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 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
449 }
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
450 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
451 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
452 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
453 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
454 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
455 }
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 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
457 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
458 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
459 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
460 }
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 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
462 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
463 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
464 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
465 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
466 }
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 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
468 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
469 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
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 }
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
473 }
1351
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
474 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
475 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
476 EEPROM {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
477 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
478 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
479 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
480 map {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
481 0 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
482 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
483 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
484 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
485 200000 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
486 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
487 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
488 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
489 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
490 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
491 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
492 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
493 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
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 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
497 }
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
498 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
499 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
500 #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
501 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
502 }
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
503 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
504 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
505 #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
506 #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
507 #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
508 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
509 }
1386
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
510 G-005545 {
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
511 name Light Crusader
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
512 #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
513 #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
514 #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
515 regions J
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
516 }
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
517
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
518 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
519 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
520 #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
521 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
522 }
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
523 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
524 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
525 #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
526 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
527 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
528 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
529 }
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
530 }
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
531 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
532 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
533 #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
534 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
535 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
536 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
537 }
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
538 }
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
539 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
540 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
541 #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
542 #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
543 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
544 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
545 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
546 }
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
547 }
1382
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
548 T-113106 {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
549 name Second Samurai
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
550 #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
551 device_overrides {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
552 1 gamepad3.1
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
553 2 gamepad3.2
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
554 }
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
555 }
1389
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
556 MK-1304 {
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
557 name Dungeons & Dragons - Warriors of the Eternal Sun
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
558 #Switching characters cycles too fast with a 6-button controller
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
559 device_overrides {
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
560 1 gamepad3.1
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
561 2 gamepad3.2
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
562 }
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
563 }
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
564 #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
565 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
566 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
567 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
568 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
569 }
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
570 }
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
571 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
572 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
573 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
574 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
575 }
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 }
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 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
578 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
579 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
580 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
581 }
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 }
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 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
584 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
585 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
586 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
587 }
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
588 }
1388
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
589 T-97056- {
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
590 name Fun 'n' Games
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
591 device_overrides {
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
592 2 mouse.1
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
593 }
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
594 }
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
595 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
596 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
597 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
598 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
599 }
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
600 }
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
601 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
602 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
603 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
604 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
605 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
606 }
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
607 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
608 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
609 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
610 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
611 }
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
612 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
613 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
614 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
615 }
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
616 }
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
617 }
1067
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
618 MK-1215 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
619 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
620 EEPROM {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
621 type i2c
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
622 size 128
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 map {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
625 0 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
626 device ROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
627 last 1FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
628 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
629 200000 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
630 device EEPROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
631 last 3FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
632 bits_read {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
633 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
634 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
635 bits_write {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
636 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
637 1 scl
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
638 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
639 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
640 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
641 }
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
642 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
643 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
644 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
645 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
646 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
647 }
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
648 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
649 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
650 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
651 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
652 }
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
653 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
654 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
655 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
656 }
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
657 }
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
658 }
1387
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
659 T-50166 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
660 name Might and Magic - Gates to Another World
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
661 SRAM {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
662 size 32768
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
663 bus odd
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
664 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
665 map {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
666 0 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
667 device ROM
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
668 last 1FFFFF
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
669 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
670 200000 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
671 device SRAM
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
672 last 3FFFFF
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
673 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
674 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
675 }
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
676 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
677 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
678 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
679 }
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
680 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
681 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
682 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
683 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
684 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
685 }
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
686 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
687 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
688 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
689 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
690 }
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
691 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
692 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
693 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
694 }
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
695 }
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
696 }
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
697 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
698 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
699 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
700 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
701 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
702 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
703 }
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
704 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
705 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
706 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
707 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
708 }
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
709 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
710 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
711 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
712 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
713 }
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
714 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
715 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
716 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
717 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
718 }
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
719 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
720 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
721 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
722 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
723 }
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
724 }
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
725 }
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
726 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
727 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
728 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
729 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
730 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
731 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
732 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
733 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
734 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
735 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
736 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
737 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
739 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
740 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
741 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
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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
746 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
747 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
748 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
749 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
750 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
751 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
752 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
753 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
754 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
755 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
756 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
758 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
759 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
760 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
761 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
763 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
764 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
765 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
766 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
768 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
769 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
770 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
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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
775 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
776 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
777 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
778 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
779 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
780 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
782 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
783 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
784 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
785 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
787 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
788 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
789 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
790 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
792 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
793 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
794 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
795 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
797 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
798 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
799 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
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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
804 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
805 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
806 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
807 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
808 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
809 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
811 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
812 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
813 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
814 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
816 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
817 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
818 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
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 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
821 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
822 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
823 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
824 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
826 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
827 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
828 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
829 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
833 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
834 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
835 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
836 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
837 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
838 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
839 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
840 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
841 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
842 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
843 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
844 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
845 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
846 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
847 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
848 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
849 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
850 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
851 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
852 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
853 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
854 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
855 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
856 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
857 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
858 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
859 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
860 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
861 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
862 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
863 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
864 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
865 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
866 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
867 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
868 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
869 }
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
870
1007
5165537244e2 Added IO overrides for games I've tested with mouse support and to Ms. Pac-Man that requires a 3-button controller to work properly
Michael Pavone <pavone@retrodev.com>
parents: 993
diff changeset
871 #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
872 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
873 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
874 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
875 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
876 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
877 }
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
878 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
879 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
880 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
881 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
882 }
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
883 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
884 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
885 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
886 }
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
887 }
913
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
888 device_overrides {
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
889 1 gamepad3.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
890 2 mouse.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
891 ext none
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
892 }
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
893 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
894 }
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
895
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
896 6568b3a4e096159776ef8687a80d43589741fd60 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
897 name Magistr 16 BIOS
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
898 NOR {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
899 size 262144
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
900 page_size 128
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
901 product_id DA45
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
902 bus even
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
903 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
904 map {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
905 0 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
906 device ROM
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
907 last 3FFFFF
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
908 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
909 400000 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
910 device NOR
1407
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
911 last 5FFFFF
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
912 }
1407
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
913 # 600000 {
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
914 # device Super IO
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
915 # last 7FFFFF
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
916 # }
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
917 E00000 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
918 device RAM
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
919 size 40000
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
920 last FFFFFF
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
921 bus both
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
922 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
923 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
924 }