comparison rom.db @ 776:cbf97d335444

Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
author Michael Pavone <pavone@retrodev.com>
date Mon, 20 Jul 2015 21:15:34 -0700
parents 41dc895e85ff
children c63ed5db68b6
comparison
equal deleted inserted replaced
775:22728a57d7f3 776:cbf97d335444
172 8 scl 172 8 scl
173 } 173 }
174 } 174 }
175 } 175 }
176 } 176 }
177 MK-12056 {
178 name Super Street Fighter 2: The New Challengers
179 map {
180 0 {
181 device ROM
182 last 7FFFF
183 }
184 80000 {
185 device Sega mapper
186 last 3FFFFF
187 offset 80000
188 }
189 }
190 }
191 T-12056 {
192 name Super Street Fighter 2: The New Challengers
193 map {
194 0 {
195 device ROM
196 last 7FFFF
197 }
198 80000 {
199 device Sega mapper
200 last 3FFFFF
201 offset 80000
202 }
203 }
204 }