summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-08-31 06:05:54 +1000
committer Vas Crabb <vas@vastheman.com>2025-08-31 06:05:54 +1000
commit78e5dd0bb17735ab8d050b99426c1182c0fc1186 (patch)
tree798a5164d08d3598d9448e51bd275ae45bd03b7a
parenta17c87d7e5c6c635cdeedb1a7d6d2d5b8fca556c (diff)
Correct markup for file moved from one project to another.
-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",