diff options
author | 2016-05-01 16:43:52 +0200 | |
---|---|---|
committer | 2016-05-01 16:44:58 +0200 | |
commit | 73521257e8948896aa919465b6ecb3f4f5823155 (patch) | |
tree | da7dfba27dc3fe5cb53bd5071e693306a7ecb0b0 /scripts/src/machine.lua | |
parent | 1583947c50f3fc213c12d8b763b1cdd79e5fe4ac (diff) |
saturn and stv split (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 589bf746219..72bde3ab5ce 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2032,17 +2032,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/saturn.h,MACHINES["SATURN"] = true ---------------------------------------------------- - -if (MACHINES["SATURN"]~=null) then - files { - MAME_DIR .. "src/devices/machine/saturn.cpp", - } -end - ---------------------------------------------------- --- --@src/devices/machine/serflash.h,MACHINES["SERFLASH"] = true --------------------------------------------------- @@ -2085,6 +2074,7 @@ end if (MACHINES["STVCD"]~=null) then files { MAME_DIR .. "src/devices/machine/stvcd.cpp", + MAME_DIR .. "src/devices/machine/stvcd.h", } end |