From 2ec391faca45c26e60978859e9d7a336eeb6d356 Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 5 May 2015 19:11:19 +0200 Subject: [PATCH] actually hmcs40 is/should/will be in MAME: it's the hitachi mcu used in some old alpha denshi games --- scripts/target/mame/mame.lua | 2 +- scripts/target/mess/mess.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/target/mame/mame.lua b/scripts/target/mame/mame.lua index 510218c9598..b8959dc8c63 100644 --- a/scripts/target/mame/mame.lua +++ b/scripts/target/mame/mame.lua @@ -125,7 +125,7 @@ CPUS["ARC"] = true CPUS["ARCOMPACT"] = true --CPUS["AMIS2000"] = true --CPUS["UCOM4"] = true ---CPUS["HMCS40"] = true +CPUS["HMCS40"] = true --CPUS["E0C6200"] = true -------------------------------------------------- diff --git a/scripts/target/mess/mess.lua b/scripts/target/mess/mess.lua index d8f49be5b93..5c1c1a7e3f5 100644 --- a/scripts/target/mess/mess.lua +++ b/scripts/target/mess/mess.lua @@ -103,7 +103,7 @@ CPUS["SUPERFX"] = true CPUS["Z8"] = true CPUS["I8008"] = true CPUS["SCMP"] = true -CPUS["MN10200"] = true +--CPUS["MN10200"] = true CPUS["COSMAC"] = true CPUS["UNSP"] = true CPUS["HCD62121"] = true