summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2026-04-12 23:00:45 +0200
committer hap <happppp@users.noreply.github.com>2026-04-12 23:01:02 +0200
commit149871cb7097679ee67236324ecca65631fd82ae (patch)
tree16ce62fb1f14a051d311bdf79935fc2477016f1f /scripts/src
parent0f5872aa2eeb46ae87c6a715946cce1704749d84 (diff)
grandmas/emirage: move chessboard to a device
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 5cd973dc5b1..874842acad6 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2264,6 +2264,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/gmboard.h,MACHINES["MB_GMBOARD"] = true
+---------------------------------------------------
+
+if MACHINES["MB_GMBOARD"] then
+ files {
+ MAME_DIR .. "src/devices/machine/gmboard.cpp",
+ MAME_DIR .. "src/devices/machine/gmboard.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/mb14241.h,MACHINES["MB14241"] = true
---------------------------------------------------