diff options
| author | 2025-10-18 16:53:06 +0200 | |
|---|---|---|
| committer | 2025-10-18 16:53:06 +0200 | |
| commit | ae306a25b8198c0a17e5eac7c0218f6b520edf55 (patch) | |
| tree | ba0535cadba8c09d1417fd8988ae38bfc821eed6 /scripts | |
| parent | 4e74d6d8107179233a0745429436409164c2d7e8 (diff) | |
nec/pc9801: update and re-sort QA (#14316)
Systems promoted to working
---------------------------
PC-9801RS, PC-9821Ap2/U8W (98MATE A) [Angelo Salese, Carl]
New systems marked not working
------------------------------
PC-9821Ce CanBe [spaztron64]
New clones marked not working
-----------------------------
PC-9821Xv13 [Will.Broke.It]
New working software list items
-------------------------------
pc98_cd: Plamo Linux 3.x, Plamo Linux 3.3 [ring.gr.jp]
- nec/pc9801.cpp: bulk replace FDC tags
BREAKING CHANGE: `upd765_2*d` slots are now `fdc_2*d`
BREAKING CHANGE: `pc9821ce2` and `pc9821xs` romsets are retired
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index e28f57672d0..bace09cf2fe 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5486,6 +5486,8 @@ if (BUSES["CBUS"]~=null) then MAME_DIR .. "src/devices/bus/cbus/mif201.h", MAME_DIR .. "src/devices/bus/cbus/mpu_pc98.cpp", MAME_DIR .. "src/devices/bus/cbus/mpu_pc98.h", + MAME_DIR .. "src/devices/bus/cbus/options.cpp", + MAME_DIR .. "src/devices/bus/cbus/options.h", MAME_DIR .. "src/devices/bus/cbus/pc9801_26.cpp", MAME_DIR .. "src/devices/bus/cbus/pc9801_26.h", MAME_DIR .. "src/devices/bus/cbus/pc9801_55.cpp", @@ -5498,6 +5500,10 @@ if (BUSES["CBUS"]~=null) then MAME_DIR .. "src/devices/bus/cbus/pc9801_cbus.h", MAME_DIR .. "src/devices/bus/cbus/sb16_ct2720.cpp", MAME_DIR .. "src/devices/bus/cbus/sb16_ct2720.h", + MAME_DIR .. "src/devices/bus/cbus/sound.cpp", + MAME_DIR .. "src/devices/bus/cbus/sound.h", + MAME_DIR .. "src/devices/bus/cbus/wavestar.cpp", + MAME_DIR .. "src/devices/bus/cbus/wavestar.h", } end |
