diff options
| author | 2021-08-26 14:56:18 -0800 | |
|---|---|---|
| committer | 2021-08-26 15:21:48 -0800 | |
| commit | b1dcb15ba28eaee2908f17dcd3355f4415620f0a (patch) | |
| tree | 6d7081c8d336a5fa0e4416ad653375c3ebbf786d /scripts | |
| parent | 756616a2b56721de803861521e27b3161019d0ca (diff) | |
bus/nes: Simplified a few related boards by Kasheng and Hosenkan.
- Reduced redundant code by making "kasing" device parent class for sglionk/sgboog. The latter are identical save for the extended register/address scrambling.
- Eliminated hosenkan device altogether (mapper 182). It is identical to sglionk (mapper 114).
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index cca26b543e0..ad8853d375c 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2812,8 +2812,6 @@ if (BUSES["NES"]~=null) then MAME_DIR .. "src/devices/bus/nes/henggedianzi.h", MAME_DIR .. "src/devices/bus/nes/hes.cpp", MAME_DIR .. "src/devices/bus/nes/hes.h", - MAME_DIR .. "src/devices/bus/nes/hosenkan.cpp", - MAME_DIR .. "src/devices/bus/nes/hosenkan.h", MAME_DIR .. "src/devices/bus/nes/irem.cpp", MAME_DIR .. "src/devices/bus/nes/irem.h", MAME_DIR .. "src/devices/bus/nes/jaleco.cpp", |
