summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Joakim Larsson Edström <joakimlarsson42@gmail.com>2017-01-16 23:55:05 +0100
committer GitHub <noreply@github.com>2017-01-16 23:55:05 +0100
commit976d3d5c7f2fc126aa3483dfc3f131d896513095 (patch)
tree25f0478d3326c7810c633921bc93ed3db2206334 /scripts/src/machine.lua
parent1dc632ee097ed0571579f2661043d0dead71a45e (diff)
parenta2f105b8e44283a6f3d467d98095903e6fd23abb (diff)
Merge pull request #1990 from JoakimLarsson/mpcc_1
- WIP: Refactored device: MPCC 68561 (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua4
1 files changed, 2 insertions, 2 deletions
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",