diff options
author | 2020-10-10 13:28:41 +0700 | |
---|---|---|
committer | 2020-10-10 13:28:41 +0700 | |
commit | e67a06058f57fd253c6e8c2a56b66d119f1cdd00 (patch) | |
tree | 21c9a4daf2c3a34621786fb6c30626695b057a09 /scripts/target | |
parent | 29fc166c54cd63414b9f9e8c6be48ef6580a1f9a (diff) |
ns32202: new device (wip)
Diffstat (limited to 'scripts/target')
-rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 82f6bfc26ea..1401795fd94 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -781,6 +781,7 @@ MACHINES["WTL3132"] = true MACHINES["CXD1185"] = true MACHINES["BL_HANDHELDS_MENUCONTROL"] = true MACHINES["NS32081"] = true +MACHINES["NS32202"] = true -------------------------------------------------- -- specify available bus cores |