diff options
| author | 2025-11-13 11:06:00 +0100 | |
|---|---|---|
| committer | 2025-11-13 11:15:04 +0100 | |
| commit | 6ad004a74fe73214e34a7e4a13fbff3df84343df (patch) | |
| tree | 498c5e9236d148f046dc0f4ae04905b2275cf268 /scripts | |
| parent | 10c34f1995cb2d08d091dd1a4040084f5500e70c (diff) | |
bus/pc98_cbus: move 1st gen FDD 2DD and FDD 2HD BIOSes to own slots, standardize BIOS memory_region tags
New systems marked not working
------------------------------
PC-9801M2 [anonymous]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 3b8c83df54c..cf7ba3e0951 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5563,6 +5563,10 @@ if (BUSES["PC98_CBUS"]~=null) then files { MAME_DIR .. "src/devices/bus/pc98_cbus/amd98.cpp", MAME_DIR .. "src/devices/bus/pc98_cbus/amd98.h", + MAME_DIR .. "src/devices/bus/pc98_cbus/fdd_2dd.cpp", + MAME_DIR .. "src/devices/bus/pc98_cbus/fdd_2dd.h", + MAME_DIR .. "src/devices/bus/pc98_cbus/fdd_2hd.cpp", + MAME_DIR .. "src/devices/bus/pc98_cbus/fdd_2hd.h", MAME_DIR .. "src/devices/bus/pc98_cbus/mif201.cpp", MAME_DIR .. "src/devices/bus/pc98_cbus/mif201.h", MAME_DIR .. "src/devices/bus/pc98_cbus/mpu_pc98.cpp", |
