diff options
author | 2021-10-09 16:30:47 -0800 | |
---|---|---|
committer | 2021-10-09 20:30:47 -0400 | |
commit | c7d04d404a3dc5f2035deabc7daf188f14800f08 (patch) | |
tree | ea8f6b1aad65b6e903086aaedca90f18c53f7cfb /src/devices/bus/nes/nes_ines.hxx | |
parent | 3961612bf3fdadb53cdda85b6d283b633350ef1b (diff) |
bus/nes: Added support for a couple Korean educational titles. (#8675)
- Also replaced the underdumped ROMs for brillco2, which is now fully working.
New working software list additions (nes.xml)
-----------------------------------
Yeongjaekeom Cocoma Pack 1 (Korea) [MLX]
Diffstat (limited to 'src/devices/bus/nes/nes_ines.hxx')
-rw-r--r-- | src/devices/bus/nes/nes_ines.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/nes_ines.hxx b/src/devices/bus/nes/nes_ines.hxx index b8c1a5a59c3..0075482f87f 100644 --- a/src/devices/bus/nes/nes_ines.hxx +++ b/src/devices/bus/nes/nes_ines.hxx @@ -479,7 +479,7 @@ static const nes_mmc mmc_list[] = { 513, SACHEN_SA9602B }, // 514 seems to be for skaraok, currently set to UNKNOWN in nes.xml // 515 Korean Family Noraebang karaoke cart with expansion cart, mic, and YM2413! - // 516 is this for brillco2 and another related title not in nes.xml? + { 516, COCOMA_BOARD }, // 517 another Korean karaoke cart with mic // 518 Subor UNL-DANCE2000 and a few others { 519, UNL_EH8813A }, // Dr Mario II Chinese pirate |