summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2021-10-06 18:19:45 -0800
committer GitHub <noreply@github.com>2021-10-06 22:19:45 -0400
commit0a1a74b7350d74500641c811e5bff8a8fa195783 (patch)
treeb912e2c408efc96c90f2b22a0a1792fdc39a66ee /src/mame/machine
parent34de176b6d6213766ee1ae3f9eb2e0d3b8622ba6 (diff)
bus/nes: Added support for K-3033 and 970670C type multicart. (#8665)
New working software list additions (nes.xml) ----------------------------------- 2 in 1 (NT-811) [Consolethinks] 4 in 1 1999 [Consolethinks] 35 in 1 (K-3033) [anonymous]
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/nes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/nes.cpp b/src/mame/machine/nes.cpp
index d5fd83f2201..993215b9b1c 100644
--- a/src/mame/machine/nes.cpp
+++ b/src/mame/machine/nes.cpp
@@ -79,6 +79,7 @@ void nes_state::machine_start()
BMC_70IN1,
BMC_800IN1,
BMC_8157,
+ BMC_970630C,
BMC_GOLD150,
BMC_TELETUBBIES,
BMC_VT5201,