diff options
author | 2020-09-23 13:58:19 +0200 | |
---|---|---|
committer | 2020-09-23 07:58:19 -0400 | |
commit | f773d1b6564f12dd782f7009ec00281c955a9b06 (patch) | |
tree | 6561cc13f6fce5b181966efd334e77e2fa1fc978 /scripts | |
parent | 33a5e3ea4b2158f05fb5ea2655757e9cb7d57152 (diff) |
wswan/wscolor: Add boot rom support (#7277)
* wswan: Add boot rom. [Wilbert Pol]
* wswan: merge drivers/wswan.cpp, includes/wswan.h, and machine/wswan.cpp (nw)
* wswan: fix background color selection in wsc mode (nw)
* wswan: add defaults for the internal eeproms (nw)
* wswan: add some documentation; rename a few methods (nw)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index e8f61af2fcf..6f08d0f2ba7 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -1863,10 +1863,8 @@ files { MAME_DIR .. "src/mame/drivers/rx78.cpp", MAME_DIR .. "src/mame/drivers/tamag1.cpp", MAME_DIR .. "src/mame/drivers/wswan.cpp", - MAME_DIR .. "src/mame/includes/wswan.h", MAME_DIR .. "src/mame/audio/wswan.cpp", MAME_DIR .. "src/mame/audio/wswan.h", - MAME_DIR .. "src/mame/machine/wswan.cpp", MAME_DIR .. "src/mame/video/wswan.cpp", MAME_DIR .. "src/mame/video/wswan.h", MAME_DIR .. "src/mame/drivers/bandai_design_master.cpp", |