summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-10-02 23:25:51 +0100
committer GitHub <noreply@github.com>2020-10-02 18:25:51 -0400
commitddb13a5861fd6a1c9a1673ecfe4eb011f04d6b90 (patch)
treeb6d4c610d79a6a1421fb0cbf2ee2b8b606256189 /scripts/target
parent51a4222299877ae4e27bef80ca8971704487c7db (diff)
- split off the handhelds that seem to be based around gpl162xx technology into their own file from generalplus_gpl_unknown.cpp (#7312)
* - split off the handhelds that seem to be based around gpl162xx technology into their own file from generalplus_gpl_unknown.cpp to generalplus_gpl162xx_lcdtype.cpp - identify unkunsp based on new information * typo
Diffstat (limited to 'scripts/target')
-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 dc3013584ff..6d6e9a42dff 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -4032,6 +4032,7 @@ files {
MAME_DIR .. "src/mame/machine/generalplus_gpl16250.cpp",
MAME_DIR .. "src/mame/machine/generalplus_gpl16250.h",
MAME_DIR .. "src/mame/drivers/generalplus_gpl32612.cpp",
+ MAME_DIR .. "src/mame/drivers/generalplus_gpl162xx_lcdtype.cpp",
MAME_DIR .. "src/mame/drivers/generalplus_gpl_unknown.cpp",
MAME_DIR .. "src/mame/drivers/xavix.cpp",
MAME_DIR .. "src/mame/includes/xavix.h",