summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2025-09-23 12:32:12 +0200
committer hap <happppp@users.noreply.github.com>2025-09-23 12:32:29 +0200
commit824eeb489a8eb31f6d613bf81c7dd05f14a859d6 (patch)
treee37015957c29f46c10ba1162ff2c1df281734b28 /scripts/src/machine.lua
parent373dc11bce951ab07fca86a70fcccd820c1cbe5f (diff)
pluto6: replace serialvfd device with msc1937_device,
roc10937: move this vfd controller from machine folder to video folder
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 4eddf23ec6b..19a480061cd 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3083,18 +3083,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/roc10937.h,MACHINES["ROC10937"] = true
----------------------------------------------------
-
-if (MACHINES["ROC10937"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/roc10937.cpp",
- MAME_DIR .. "src/devices/machine/roc10937.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/rp5c01.h,MACHINES["RP5C01"] = true
---------------------------------------------------