summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2021-09-20 10:21:31 -0800
committer GitHub <noreply@github.com>2021-09-21 04:21:31 +1000
commit501c949c257dcd6b4db084ea8f293f6a319d2ad0 (patch)
tree76917098fc51bfa2b839ec20a93c93e4fade2f03 /src/mame/machine
parentda1af2b0d6816a5da1544176b882407bd0dad2ee (diff)
bus/nes: Several small separate fixes. (#8580)
* Fixed empty menu in Supervision 16 in 1. * Fixed softlist loading of GB 63 in 1 and hooked it up with a compatible board type. Removed old partially-working code. * Removed a spurious line in PCB loader that set WRAM in SMB2J bootlegs--they don't have any! Software list items promoted to working (nes.xml) --------------------------------------- Ghostbusters 63 in 1 Super 128k - 16 in 1
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/nes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/nes.cpp b/src/mame/machine/nes.cpp
index 46f5d6b332f..29831ada9a8 100644
--- a/src/mame/machine/nes.cpp
+++ b/src/mame/machine/nes.cpp
@@ -79,7 +79,6 @@ void nes_state::machine_start()
BMC_70IN1,
BMC_800IN1,
BMC_8157,
- BMC_G63IN1,
BMC_GOLD150,
BMC_VT5201,
BTL_PALTHENA,