diff options
| author | 2025-10-11 12:14:47 -0400 | |
|---|---|---|
| committer | 2025-10-11 12:14:47 -0400 | |
| commit | a85db62e1d19daff5c990d9637ff5dbd50fe4aec (patch) | |
| tree | 22fe00bff3dd1ae71bac3c2e53fe50e3bc2791d9 | |
| parent | a12da40c5fa1658daef935008510b5ac62c23647 (diff) | |
wol260: Add bank switch
| -rw-r--r-- | src/mame/nintendo/nes_vt42xx.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/nintendo/nes_vt42xx.cpp b/src/mame/nintendo/nes_vt42xx.cpp index 83437000acf..2ef2bd5b8c5 100644 --- a/src/mame/nintendo/nes_vt42xx.cpp +++ b/src/mame/nintendo/nes_vt42xx.cpp @@ -605,5 +605,4 @@ CONS( 200?, mc_8x6ss, 0, 0, nes_vt42xx_1mb, nes_vt42xx, nes_vt42xx_state, // Uses DIP switch to select console or cartridge, as cartridge is fake and just toggles a GPIO CONS( 2017, fapocket, 0, 0, nes_vt42xx_fa, nes_vt42xx_fa, nes_vt42xx_fapocket_state, empty_init, "<unknown>", "Family Pocket 638 in 1", MACHINE_IMPERFECT_GRAPHICS ) // has external banking (4x 16mbyte banks) -// has a 32Mbyte ROM, needs extra banking (Commando for example is in the 2nd half) -CONS( 201?, wol260, 0, 0, nes_vt42xx_16mb, nes_vt42xx, nes_vt42xx_state, empty_init, "Wolsen", "260 in 1 Handheld Game (Wolsen)", MACHINE_NOT_WORKING ) +CONS( 201?, wol260, 0, 0, nes_vt42xx_gprnrs16_2x16mb, nes_vt42xx, nes_vt42xx_bitboy_state, empty_init, "Wolsen", "260 in 1 Handheld Game (Wolsen)", MACHINE_NOT_WORKING ) |
