summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nes.cpp
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-01-21 16:33:00 -0900
committer GitHub <noreply@github.com>2022-01-21 20:33:00 -0500
commit3a1eea0cb1791e05424139a423cef9788aa0f77f (patch)
treea9cd2af7756cafd19ce89aec6ad4ce535821bf53 /src/mame/machine/nes.cpp
parentf8605ad8eed8f99e2e3989c75cade9288c5e6c12 (diff)
bus/nes: Added support for KC885 and JY-302 boards. (#9191)
New working software list additions (nes.xml) ----------------------------------- Heros 8 in 1 (JY-207) [MLX] Super 8 in 1 (JY-301) [MLX] King 8 in 1 (JY-302) [MLX] Super 19 in 1 (VIP19) [NewRisingSun]
Diffstat (limited to 'src/mame/machine/nes.cpp')
-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 8b3530cbe55..ed62101c4af 100644
--- a/src/mame/machine/nes.cpp
+++ b/src/mame/machine/nes.cpp
@@ -90,6 +90,7 @@ void nes_state::machine_start()
BMC_8157,
BMC_970630C,
BMC_GOLD150,
+ BMC_KC885,
BMC_TELETUBBIES,
BMC_VT5201,
BTL_PALTHENA,