comparison rom.db @ 1413:3d7f668dce3d

Sonic 3 & Knuckles lock-on is now 100% functional with working saves
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Jun 2017 23:40:05 -0700
parents 71b6e2298e4a
children 11ac0b511cff
comparison
equal deleted inserted replaced
1412:909c72c4e5a1 1413:3d7f668dce3d
430 0 sda 430 0 sda
431 1 scl 431 1 scl
432 } 432 }
433 } 433 }
434 } 434 }
435 }
436 MK-1079 {
437 #This entry is needed only to make this play nicely with
438 #S&K lock-on support. Normal 2MB cartridges with SRAM won't
439 #work right, but Sonic 3 has the limited SRAM-only variant
440 #of Sega's mapper commonly found on 4MB carts with SRAM
441 name Sonic the Hedgehog 3
442 map {
443 0 {
444 device ROM
445 last 1FFFFF
446 }
447 200000 {
448 device Sega mapper
449 variant save-only
450 offset 200000
451 last 3FFFFF
452 }
453 }
454
435 } 455 }
436 MK-1563 { 456 MK-1563 {
437 name Sonic & Knuckles 457 name Sonic & Knuckles
438 map { 458 map {
439 0 { 459 0 {