diff options
author | 2020-10-21 14:07:20 +1100 | |
---|---|---|
committer | 2020-10-21 14:07:20 +1100 | |
commit | 907f4fcffa1807b56455f4697c5ea2247595e62d (patch) | |
tree | 685b2a8e9632dae19e531bbe1380776cc145b8cf | |
parent | 3a15ffccd107b0e7201b34b8f719cf9efafbc077 (diff) |
Fixed mess build.
-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 4bdad6e049b..967ed562c5c 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -699,7 +699,7 @@ MACHINES["UPD1990A"] = true MACHINES["UPD4701"] = true MACHINES["UPD7001"] = true MACHINES["UPD7002"] = true ---MACHINES["UPD7004"] = true +MACHINES["UPD7004"] = true MACHINES["UPD71071"] = true MACHINES["UPD765"] = true MACHINES["FDC_PLL"] = true |