summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-12-24 16:35:03 +0000
committer GitHub <noreply@github.com>2020-12-24 11:35:03 -0500
commit531eedcc7f9eb31872900263fb13b4241023dd1f (patch)
treed2ad5d73c7048f53d10fbf7f62860246327a044f /scripts/target/mame/mess.lua
parentcfd2932c2dd5c90666eef7baa7b2292d37c0b52e (diff)
shuffle a few things around re: the BBL ST2302U based handhelds, give bbl338 its own map due to internal ROM etc. (#7584)
* shuffle a few things around re: the BBL ST2302U based handhelds, give bbl338 its own map due to internal ROM etc. * fake some interrupts on bbl338 * better document test draw command, so that we can verify we're in test mode
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 16df2ae0eb0..b0692d43719 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -4106,8 +4106,8 @@ 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/st22xx_bbl338.cpp",
- MAME_DIR .. "src/mame/drivers/unk6502_st2xxx.cpp",
+ MAME_DIR .. "src/mame/drivers/st2302u_bbl_rom.cpp",
+ MAME_DIR .. "src/mame/drivers/st2302u_bbl_spi.cpp",
MAME_DIR .. "src/mame/video/bl_handhelds_lcdc.cpp",
MAME_DIR .. "src/mame/video/bl_handhelds_lcdc.h",
MAME_DIR .. "src/mame/drivers/actions_atj2279b.cpp",