diff options
author | 2013-05-13 14:29:50 +0000 | |
---|---|---|
committer | 2013-05-13 14:29:50 +0000 | |
commit | 8c510ba3696269000572928d49e3e699ba2bbac5 (patch) | |
tree | 2231470bc27c167ca9cbca71f2e92f5c7bb4b586 /src/mess/machine/nes_pcb.c | |
parent | 591f8de3da268063bea9d597c7044cdad9a93829 (diff) |
(MESS) nes.c: added a new fds conversion dump found in a big chinese pack. emulation
is only partial, unfortunately. nw.
Diffstat (limited to 'src/mess/machine/nes_pcb.c')
-rw-r--r-- | src/mess/machine/nes_pcb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/machine/nes_pcb.c b/src/mess/machine/nes_pcb.c index 1398da275b1..2ab6b78a9a1 100644 --- a/src/mess/machine/nes_pcb.c +++ b/src/mess/machine/nes_pcb.c @@ -288,9 +288,9 @@ static const nes_pcb pcb_list[] = { "ks7013b", KAISER_KS7013B }, { "mmalee2", UNL_MMALEE }, { "unl_2708", UNL_2708 }, - { "a9746", UNL_A9746 }, { "unl_lh10", UNL_LH10 }, { "unl_lh32", UNL_LH32 }, + { "unl_lh53", UNL_LH53 }, { "unl_ac08", UNL_AC08 }, { "unl_bb", UNL_BB }, { "unl_malisb", UNL_MALISB }, @@ -307,6 +307,7 @@ static const nes_pcb pcb_list[] = { "unl_dance", UNSUPPORTED_BOARD }, { "bmc_hik_kof", UNSUPPORTED_BOARD }, { "onebus", UNSUPPORTED_BOARD }, + { "a9746", UNSUPPORTED_BOARD }, { "test", TEST_BOARD }, { "unknown", UNKNOWN_BOARD } // a few pirate dumps uses the wrong mapper... }; |