diff options
author | 2020-10-02 23:25:51 +0100 | |
---|---|---|
committer | 2020-10-02 18:25:51 -0400 | |
commit | ddb13a5861fd6a1c9a1673ecfe4eb011f04d6b90 (patch) | |
tree | b6d4c610d79a6a1421fb0cbf2ee2b8b606256189 /scripts/target | |
parent | 51a4222299877ae4e27bef80ca8971704487c7db (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.lua | 1 |
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", |