diff options
| author | 2019-05-29 16:39:57 +1000 | |
|---|---|---|
| committer | 2019-05-29 16:39:57 +1000 | |
| commit | 03d57d3147e406e6aea1b8d0d35aa0c464e7aecb (patch) | |
| tree | 9c51ff37b9b90bcfc914d412ef19b58d51cf1157 /scripts | |
| parent | 40a592184557a1976bb84b1a09f49bd273e553c8 (diff) | |
(nw) fixed the build.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 269d649a0ea..0c5d956db6e 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -758,7 +758,7 @@ BUSES["GAMEBOY"] = true BUSES["GAMEGEAR"] = true BUSES["GBA"] = true BUSES["GENERIC"] = true -BUSES["GIO"] = true +BUSES["GIO64"] = true BUSES["HEXBUS"] = true BUSES["HPHIL"] = true BUSES["HPDIO"] = true |
