diff options
author | 2020-08-11 09:25:01 +0200 | |
---|---|---|
committer | 2020-08-11 09:25:01 +0200 | |
commit | 96403e68f09d2c20f2f4c0cc2b0f6716a0d952c9 (patch) | |
tree | 05baaf59c5e83f81b997af434943639a73f87d33 | |
parent | 2a342ec7c9843debc6e8bf6955a94c09a6bf495f (diff) |
nl.lua: fixed NL subtarget compile
-rw-r--r-- | scripts/target/mame/nl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua index fc28d892fe1..d8dc91c8531 100644 --- a/scripts/target/mame/nl.lua +++ b/scripts/target/mame/nl.lua @@ -97,7 +97,7 @@ MACHINES["CXD1095"] = true --MACHINES["TTL74153"] = true --MACHINES["TTL7474"] = true --MACHINES["RIOT6532"] = true ---MACHINES["PIT8253"] = true +MACHINES["PIT8253"] = true --MACHINES["Z80CTC"] = true --MACHINES["68681"] = true --MACHINES["BANKDEV"] = true |