summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 7619769a554..f11b5f5ae1a 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3391,7 +3391,7 @@ end
--@src/devices/machine/sega_md_ioport.h,MACHINES["SEGA_MD_IOPORT"] = true
---------------------------------------------------
-if (BUSES["SEGA_MD_IOPORT"]~=null) then
+if (MACHINES["SEGA_MD_IOPORT"]~=null) then
files {
MAME_DIR .. "src/devices/machine/sega_md_ioport.cpp",
MAME_DIR .. "src/devices/machine/sega_md_ioport.h",