Mercurial > repos > blastem
diff rom.db @ 1470:1e3e0205640f
Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using that support as it expects the cart area to be writable
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 14 Oct 2017 05:03:38 -0700 |
parents | 93c1b056ccdd |
children | 8f3b6a64b658 |
line wrap: on
line diff
--- a/rom.db Mon Oct 09 07:48:48 2017 -0700 +++ b/rom.db Sat Oct 14 05:03:38 2017 -0700 @@ -1287,3 +1287,15 @@ } } } +31c66bd13abf4ae8271c09ec5286a0ee0289dbbc { + #Designed to run on Sega Channel hardware which is RAM-based + #writes to the this RAM qutie a bit to select games + name Game no Kanzume Otokuyou + map { + 0 { + device ROM + last 3FFFFF + writeable yes + } + } +}