diff options
| author | 2017-01-16 23:55:05 +0100 | |
|---|---|---|
| committer | 2017-01-16 23:55:05 +0100 | |
| commit | 976d3d5c7f2fc126aa3483dfc3f131d896513095 (patch) | |
| tree | 25f0478d3326c7810c633921bc93ed3db2206334 /scripts | |
| parent | 1dc632ee097ed0571579f2661043d0dead71a45e (diff) | |
| parent | a2f105b8e44283a6f3d467d98095903e6fd23abb (diff) | |
Merge pull request #1990 from JoakimLarsson/mpcc_1
- WIP: Refactored device: MPCC 68561 (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 4 |
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", |
