summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Sandro Ronco <sandro.ronco@gmx.com>2021-05-01 23:07:51 +0200
committer Sandro Ronco <sandro.ronco@gmx.com>2021-05-01 23:07:51 +0200
commit800a422e42da5e3bdd5e75d91a5ceb7e2d3b536f (patch)
treeb8945de418c37c36eefb2af84a67cd68bf7ef80c /scripts/src/machine.lua
parent82784249b80aa15bfbfb1a15552d0eee027254d8 (diff)
ertictac.cpp: convert to use IOC and MEMC devices.
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 b6bb6d7aec8..25d518e5065 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -634,18 +634,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/aakart.h,MACHINES["AAKARTDEV"] = true
----------------------------------------------------
-
-if (MACHINES["AAKARTDEV"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/aakart.cpp",
- MAME_DIR .. "src/devices/machine/aakart.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/adc0804.h,MACHINES["ADC0804"] = true
---------------------------------------------------