summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2020-12-22 12:45:55 -0500
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2020-12-22 12:47:48 -0500
commita23ea5367326a93af541e87ab71522ad4957a433 (patch)
tree5d38d2fbb04ff1c48009d3b259594719cc1ca83e /scripts
parentb8c6c52e0a8ca6a56bdea58a460c2a7bc65f0c7a (diff)
Add skeleton driver for MGA MIUCHIZ handhelds [Lord Nightmare, ChrisMiuchiz]
New machines marked as NOT_WORKING ------------------ MIUCHIZ Virtual Companions
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index bfc7b1a738a..e96b17cf4b7 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -4489,6 +4489,7 @@ files {
MAME_DIR .. "src/mame/drivers/mini2440.cpp",
MAME_DIR .. "src/mame/drivers/miniframe.cpp",
MAME_DIR .. "src/mame/drivers/minitel_2_rpic.cpp",
+ MAME_DIR .. "src/mame/drivers/miuchiz.cpp",
MAME_DIR .. "src/mame/drivers/ml20.cpp",
MAME_DIR .. "src/mame/drivers/mmd1.cpp",
MAME_DIR .. "src/mame/drivers/mmd2.cpp",