diff options
| author | 2021-06-25 13:39:09 -0800 | |
|---|---|---|
| committer | 2021-06-25 17:39:09 -0400 | |
| commit | 8796124eb42e771e8bbf62f70dbb8973a7369c3b (patch) | |
| tree | 9f95da9a461cd049ec5895fdb1f4726e4c728a37 /scripts | |
| parent | c1108932a495774572f7c9845cbc42e6a87f1d3f (diff) | |
add mapper 29 and preliminary mapper 30 support (#8225)
New working software list additions
-----------------------------------
2A03Puritans [rainwarrior]
E.T. [KHAN]
Glider [anonymous]
* mapper 29: support should be complete but there are few if any other homebrew roms to test against
* mapper 30: only supports the most basic board that doesn't use flashable memory - tested on a dozen or so roms, all working
* add a game each for mappers 29 (Glider), 30 (E.T.), and 31 (2A03Puritans) so there is something in the software lists to actually test against. Glider is discontinued by manufacture, the other two are freely available from their authors.
* various naming clean ups, like BTL- prefixes for things that are not bootlegs
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index ae7ff3bfba9..5d4df6e5730 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2833,6 +2833,8 @@ if (BUSES["NES"]~=null) then MAME_DIR .. "src/devices/bus/nes/rexsoft.h", MAME_DIR .. "src/devices/bus/nes/sachen.cpp", MAME_DIR .. "src/devices/bus/nes/sachen.h", + MAME_DIR .. "src/devices/bus/nes/sealie.cpp", + MAME_DIR .. "src/devices/bus/nes/sealie.h", MAME_DIR .. "src/devices/bus/nes/somari.cpp", MAME_DIR .. "src/devices/bus/nes/somari.h", MAME_DIR .. "src/devices/bus/nes/subor.cpp", |
