summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2019-11-30 21:13:15 +0000
committer Robert <Robbbert@users.noreply.github.com>2019-12-01 08:13:15 +1100
commit1a2d2e865830c86ed2a9924e259a6d79d2c31b5a (patch)
treea5153747c0d30290beb260586c7fc760de308303 /scripts
parent478347e1a88a49f9d60f65bd73a7d2b07771f154 (diff)
new NOT WORKING machines (Lexibook) (#5989)
* new NOT WORKING machines --- Lexibook JG7425 221-in-1 [TeamEurope] * comments (nw) * acknowledge that there is S+Core code in here at least (nw) * mapping the code from ROM to RAM at 500000 after skipping the first 0x20 bytes means a lot of jumps go to the word after a 'br r3' so is probably where it gets copied to
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 0dbc619cdb0..1eb4d2deb51 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3754,6 +3754,7 @@ files {
MAME_DIR .. "src/mame/machine/xavix2002_io.h",
MAME_DIR .. "src/mame/drivers/xavix2.cpp",
MAME_DIR .. "src/mame/drivers/titan_soc.cpp",
+ MAME_DIR .. "src/mame/drivers/lexibook_jg7425.cpp",
}
createMESSProjects(_target, _subtarget, "ultimachine")