comparison rom.db @ 2253:fd68fe5f723e

Add support for mapper used in Super Fighter Team release of Legend of Wukong
author Michael Pavone <pavone@retrodev.com>
date Mon, 12 Dec 2022 20:51:19 -0800
parents ab19edd77c5e
children f071a976b79a
comparison
equal deleted inserted replaced
2252:6a07b13894f7 2253:fd68fe5f723e
1506 device SRAM 1506 device SRAM
1507 last 3FFFFF 1507 last 3FFFFF
1508 } 1508 }
1509 } 1509 }
1510 } 1510 }
1511 SF-002 {
1512 name Legend of Wukong
1513 SRAM {
1514 size 8192
1515 bus odd
1516 }
1517 map {
1518 0 {
1519 device sft-wukong-fixed
1520 last 1FFFFF
1521 }
1522 200000 {
1523 device sft-wukong-remap
1524 offset 200000
1525 last 3BFFFF
1526 }
1527 3C0000 {
1528 device SRAM
1529 last 3FFFFF
1530 }
1531 }
1532 }