diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-22 23:40:05 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-22 23:40:05 -0700 |
commit | e7e41dd4b314ce34c2c4f1152d243b606ded8565 (patch) | |
tree | a468d4f140f388beca285168b49026a1d4f20bc6 /rom.db | |
parent | babdbb88c01875362875c9b0ef2e3930f8ce97c3 (diff) |
Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Diffstat (limited to 'rom.db')
-rw-r--r-- | rom.db | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -433,6 +433,26 @@ T-12053 { } } } +MK-1079 { + #This entry is needed only to make this play nicely with + #S&K lock-on support. Normal 2MB cartridges with SRAM won't + #work right, but Sonic 3 has the limited SRAM-only variant + #of Sega's mapper commonly found on 4MB carts with SRAM + name Sonic the Hedgehog 3 + map { + 0 { + device ROM + last 1FFFFF + } + 200000 { + device Sega mapper + variant save-only + offset 200000 + last 3FFFFF + } + } + +} MK-1563 { name Sonic & Knuckles map { |