diff options
author | 2019-03-29 14:08:24 -0400 | |
---|---|---|
committer | 2019-03-29 14:08:24 -0400 | |
commit | 5aecde7b839755d28356fa480ea835a0d44eb0cf (patch) | |
tree | 300b9a52c8626ee7b69987b481eff856a4366999 /scripts | |
parent | 897cebc52224008bb5c83d30521e6960309b29e7 (diff) |
fix arcade build (nw)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/target/mame/arcade.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 4de0b3a2d72..40ef9fc3e16 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -639,6 +639,7 @@ MACHINES["GENPC"] = true MACHINES["GEN_LATCH"] = true MACHINES["WATCHDOG"] = true MACHINES["SMARTMEDIA"] = true +MACHINES["I82586"] = true MACHINES["INPUT_MERGER"] = true MACHINES["K054321"] = true MACHINES["ADC0844"] = true |