Mercurial > repos > blastem
comparison 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 |
comparison
equal
deleted
inserted
replaced
1469:723f6381cffa | 1470:1e3e0205640f |
---|---|
1285 device multi-game | 1285 device multi-game |
1286 last 3FFFFF | 1286 last 3FFFFF |
1287 } | 1287 } |
1288 } | 1288 } |
1289 } | 1289 } |
1290 31c66bd13abf4ae8271c09ec5286a0ee0289dbbc { | |
1291 #Designed to run on Sega Channel hardware which is RAM-based | |
1292 #writes to the this RAM qutie a bit to select games | |
1293 name Game no Kanzume Otokuyou | |
1294 map { | |
1295 0 { | |
1296 device ROM | |
1297 last 3FFFFF | |
1298 writeable yes | |
1299 } | |
1300 } | |
1301 } |