annotate rom.db @ 1442:59e1dbb795a7

Update README in anticipation of 0.5.1 release
author Michael Pavone <pavone@retrodev.com>
date Fri, 25 Aug 2017 20:12:21 -0700
parents 0ba6760f4c6d
children 93c1b056ccdd
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 }
1413
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
436 MK-1079 {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
437 #This entry is needed only to make this play nicely with
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
438 #S&K lock-on support. Normal 2MB cartridges with SRAM won't
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
439 #work right, but Sonic 3 has the limited SRAM-only variant
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
440 #of Sega's mapper commonly found on 4MB carts with SRAM
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
441 name Sonic the Hedgehog 3
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
442 map {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
443 0 {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
444 device ROM
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
445 last 1FFFFF
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
446 }
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
447 200000 {
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
448 device Sega mapper
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
449 variant save-only
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
450 offset 200000
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
451 last 3FFFFF
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
452 }
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
453 }
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
454
3d7f668dce3d Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone <pavone@retrodev.com>
parents: 1408
diff changeset
455 }
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
456 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
457 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
458 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
459 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
460 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
461 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
462 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
463 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
464 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
465 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
466 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
467 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
468 }
5fb64487b6e1 Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone <pavone@retrodev.com>
parents: 1007
diff changeset
469 }
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
470 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
471 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
472 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
473 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
474 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
475 }
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
476 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
477 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
478 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
479 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
480 }
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
481 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
482 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
483 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
484 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
485 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
486 }
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
487 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
488 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
489 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
490 }
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
491 }
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
492 }
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
493 }
1351
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
494 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
495 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
496 EEPROM {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
497 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
498 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
499 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
500 map {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
501 0 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
502 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
503 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
504 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
505 200000 {
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
506 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
507 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
508 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
509 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
510 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
511 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
512 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
513 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
514 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
515 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
516 }
bb0318a73b54 Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROM
Michael Pavone <pavone@retrodev.com>
parents: 1350
diff changeset
517 }
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
518 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
519 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
520 #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
521 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
522 }
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
523 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
524 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
525 #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
526 #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
527 #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
528 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
529 }
1386
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
530 G-005545 {
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
531 name Light Crusader
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
532 #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
533 #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
534 #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
535 regions J
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
536 }
d0008f2620cc Force J region for Japanese version of Light Crusader
Michael Pavone <pavone@retrodev.com>
parents: 1382
diff changeset
537
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
538 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
539 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
540 #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
541 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
542 }
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
543 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
544 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
545 #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
546 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
547 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
548 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
549 }
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
550 }
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
551 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
552 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
553 #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
554 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
555 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
556 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
557 }
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
558 }
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
559 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
560 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
561 #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
562 #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
563 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
564 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
565 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
566 }
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
567 }
1382
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
568 T-113106 {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
569 name Second Samurai
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
570 #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
571 device_overrides {
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
572 1 gamepad3.1
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
573 2 gamepad3.2
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
574 }
bea0fdaff03f Second Samurai is slightly incompatible with 6-button controllers
Michael Pavone <pavone@retrodev.com>
parents: 1381
diff changeset
575 }
1389
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
576 MK-1304 {
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
577 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
578 #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
579 device_overrides {
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
580 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
581 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
582 }
92fdc2566b5e D&D - Warriors of the Eternal Sun has 6-button pad issues
Michael Pavone <pavone@retrodev.com>
parents: 1388
diff changeset
583 }
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
584 #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
585 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
586 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
587 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
588 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
589 }
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
590 }
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
591 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
592 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
593 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
594 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
595 }
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 }
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 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
598 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
599 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
600 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
601 }
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
602 }
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
603 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
604 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
605 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
606 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
607 }
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
608 }
1388
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
609 T-97056- {
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
610 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
611 device_overrides {
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
612 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
613 }
af870e265226 Add device override for Fun n Games as it supports the mouse
Michael Pavone <pavone@retrodev.com>
parents: 1387
diff changeset
614 }
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
615 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
616 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
617 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
618 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
619 }
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
620 }
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
621 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
622 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
623 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
624 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
625 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
626 }
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
627 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
628 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
629 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
630 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
631 }
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
632 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
633 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
634 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
635 }
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
636 }
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
637 }
1067
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
638 MK-1215 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
639 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
640 EEPROM {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
641 type i2c
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
642 size 128
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
643 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
644 map {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
645 0 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
646 device ROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
647 last 1FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
648 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
649 200000 {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
650 device EEPROM
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
651 last 3FFFFF
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
652 bits_read {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
653 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
654 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
655 bits_write {
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
656 0 sda
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
657 1 scl
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
658 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
659 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
660 }
96db3e289ed1 Added Evander 'Real Deal' Holyfield's Boxing to the ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 1041
diff changeset
661 }
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
662 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
663 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
664 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
665 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
666 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
667 }
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
668 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
669 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
670 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
671 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
672 }
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
673 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
674 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
675 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
676 }
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
677 }
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
678 }
1387
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
679 T-50166 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
680 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
681 SRAM {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
682 size 32768
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
683 bus odd
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
684 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
685 map {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
686 0 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
687 device ROM
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
688 last 1FFFFF
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
689 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
690 200000 {
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
691 device SRAM
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
692 last 3FFFFF
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
693 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
694 }
4b56907626d9 Might and Magic - Gates to Another World has a bad SRAM header
Michael Pavone <pavone@retrodev.com>
parents: 1386
diff changeset
695 }
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
696 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
697 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
698 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
699 }
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
700 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
701 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
702 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
703 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
704 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
705 }
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
706 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
707 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
708 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
709 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
710 }
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
711 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
712 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
713 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
714 }
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
715 }
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
716 }
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
717 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
718 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
719 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
720 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
721 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
722 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
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 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
725 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
726 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
727 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
728 }
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
729 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
730 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
731 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
732 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
733 }
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
734 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
735 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
736 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
737 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
738 }
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
739 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
740 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
741 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
742 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
743 }
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
744 }
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
745 }
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
746 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
747 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
748 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
749 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
750 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
751 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
752 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
753 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
754 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
755 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
756 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
757 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
759 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
760 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
761 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
762 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
764 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
765 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
766 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
767 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
768 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
769 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
770 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
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 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
773 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
774 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
775 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
776 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
778 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
779 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
780 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
781 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
783 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
784 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
785 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
786 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
788 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
789 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
790 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
791 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
793 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
794 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
795 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
796 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
797 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
798 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
799 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
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 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
802 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
803 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
804 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
805 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
807 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
808 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
809 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
810 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
812 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
813 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
814 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
815 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
817 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
818 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
819 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
820 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
824 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
825 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
826 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
827 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
828 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
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 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
831 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
832 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
833 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
834 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
836 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
837 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
838 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
839 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
841 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
842 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
843 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
844 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
846 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
847 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
848 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
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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
853 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
854 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
855 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
856 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
857 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
858 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
860 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
861 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
862 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
863 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed 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 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
865 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
866 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
867 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
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 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
870 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
871 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
872 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
873 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
874 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
875 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
876 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
877 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
878 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
879 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
880 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
881 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
882 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
883 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
884 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
885 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
886 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
887 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
888 }
1e0c63e1cf07 Update ROM DB to override region for Japanese version of Atomic Robo-Kid (incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
Michael Pavone <pavone@retrodev.com>
parents: 1305
diff changeset
889 }
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
890
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
891 #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
892 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
893 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
894 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
895 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
896 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
897 }
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
898 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
899 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
900 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
901 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
902 }
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
903 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
904 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
905 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
906 }
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
907 }
913
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
908 device_overrides {
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
909 1 gamepad3.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
910 2 mouse.1
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
911 ext none
a5a51465f8b0 Allow IO device config to be overriden by ROM DB
Michael Pavone <pavone@retrodev.com>
parents: 866
diff changeset
912 }
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
913 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
914 }
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
915
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
916 6568b3a4e096159776ef8687a80d43589741fd60 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
917 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
918 NOR {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
919 size 262144
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
920 page_size 128
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
921 product_id DA45
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
922 bus even
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 map {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
925 0 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
926 device ROM
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
927 last 3FFFFF
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
928 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
929 400000 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
930 device NOR
1407
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
931 last 5FFFFF
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
932 }
1407
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
933 # 600000 {
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
934 # device Super IO
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
935 # last 7FFFFF
4c58695c1e1f WIP ROM DB entry changes for Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1395
diff changeset
936 # }
1395
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
937 E00000 {
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
938 device RAM
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
939 size 40000
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
940 last FFFFFF
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
941 bus both
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
942 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
943 }
efa7225e0f07 Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone <pavone@retrodev.com>
parents: 1389
diff changeset
944 }
1416
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
945
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
946 7313c20071de0ab1cd84ac1352cb0ed1c4a4afa8 {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
947 #This appears to be an underdump, but it seems to be the only copy floating around
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
948 name 12-in-1
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
949 map {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
950 0 {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
951 device multi-game
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
952 last 3FFFFF
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
953 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
954 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
955 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
956 6b2a6de2622735f6d56c6c9c01f74daa90e355cb {
1421
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
957 name Super 15-in-1
1416
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
958 map {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
959 0 {
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
960 device multi-game
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
961 last 3FFFFF
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
962 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
963 }
11ac0b511cff Support a couple of bootleg X-in-1 carts
Michael Pavone <pavone@retrodev.com>
parents: 1413
diff changeset
964 }
1421
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
965 e1c041ba69da087c428dcda16850159f3caebd4b {
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
966 name Super 19-in-1
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
967 map {
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
968 0 {
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
969 device multi-game
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
970 last 3FFFFF
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
971 }
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
972 }
0ba6760f4c6d Added ROM DB entry for Super 19-in-1 based on hash reported by Sasha
Michael Pavone <pavone@retrodev.com>
parents: 1416
diff changeset
973 }