From a2f105b8e44283a6f3d467d98095903e6fd23abb Mon Sep 17 00:00:00 2001 From: Joakim Larsson Edstrom Date: Mon, 16 Jan 2017 23:49:55 +0100 Subject: - WIP: Refactored device: MPCC 68561 (nw) - 68230 PIT: Added support for the PSR register, H1-H4 sense and direct pin levels - WIP: fccpu20: added mpcc device and serial interface (nw) --- scripts/src/machine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index b4db9d9dcce..8e33f586b68 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -260,10 +260,10 @@ end --------------------------------------------------- -- ---@src/devices/machine/68561mpcc.h,MACHINES += 68561MPCC +--@src/devices/machine/68561mpcc.h,MACHINES["MPCC68561"] = true --------------------------------------------------- -if (MACHINES["68561MPCC"]~=null) then +if (MACHINES["MPCC68561"]~=null) then files { MAME_DIR .. "src/devices/machine/68561mpcc.cpp", MAME_DIR .. "src/devices/machine/68561mpcc.h", -- cgit v1.2.3-70-g09d2