From 2ad88fd875f04a801cedb87a27d5d93d9b4bf302 Mon Sep 17 00:00:00 2001 From: Ariane Fugmann Date: Sat, 24 Mar 2018 13:40:45 +0100 Subject: M1COMM: Add preliminary MB89374 emulation (#3378) * M1COMM: Add preliminary MB89374 emulation (nw) * M1COMM: moved knowns roms to device. (nw) * MB89374: arrays and savestates (nw) --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index fc21510f620..120c158a560 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1658,6 +1658,18 @@ if (MACHINES["MB89371"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/mb89374.h,MACHINES["MB89374"] = true +--------------------------------------------------- + +if (MACHINES["MB89374"]~=null) then + files { + MAME_DIR .. "src/devices/machine/mb89374.cpp", + MAME_DIR .. "src/devices/machine/mb89374.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/mc146818.h,MACHINES["MC146818"] = true -- cgit v1.2.3-70-g09d2