diff options
| author | 2018-08-22 10:19:16 +0200 | |
|---|---|---|
| committer | 2018-08-22 10:19:16 +0200 | |
| commit | 403196c318fa275fccbb08ac21c9a83371d3123c (patch) | |
| tree | 40937f2c2eb7701b6825c40f258b4e187ded11fb /scripts/src/machine.lua | |
| parent | fbfab1d7a57d66c89273f31f02bf19f3781ae36a (diff) | |
New Working Game
-------------------------------
Nightmare [Tomasz Slanina, Roberto Fresca, Jordi Beltran, Paco Ortiz, Recreativas.org]
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 51129ed6be2..af0d98782a9 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2543,6 +2543,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/sda2006.h,MACHINES["SDA2006"] = true +--------------------------------------------------- + +if (MACHINES["SDA2006"]~=null) then + files { + MAME_DIR .. "src/devices/machine/sda2006.cpp", + MAME_DIR .. "src/devices/machine/sda2006.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/smc91c9x.h,MACHINES["SMC91C9X"] = true --------------------------------------------------- |
