diff options
| author | 2026-03-18 00:48:27 +0100 | |
|---|---|---|
| committer | 2026-03-18 00:48:27 +0100 | |
| commit | 0ef59749fbb36b67c74b0e0da6bb9767d4ec52de (patch) | |
| tree | 70e2b7fb219da1fb4015f2f9f8b5112b32588d68 /scripts | |
| parent | e0945be022481e6e7c7bf25b357ef8384c984cb3 (diff) | |
bus/pc98_cbus: add PC-FXGA placeholder
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 cfa46f34c0a..c1e0d0c1c1f 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4342,6 +4342,8 @@ if BUSES["PC98_CBUS"] then MAME_DIR .. "src/devices/bus/pc98_cbus/pc9801_86.h", MAME_DIR .. "src/devices/bus/pc98_cbus/pc9801_118.cpp", MAME_DIR .. "src/devices/bus/pc98_cbus/pc9801_118.h", + MAME_DIR .. "src/devices/bus/pc98_cbus/pcfxga.cpp", + MAME_DIR .. "src/devices/bus/pc98_cbus/pcfxga.h", MAME_DIR .. "src/devices/bus/pc98_cbus/sb16_ct2720.cpp", MAME_DIR .. "src/devices/bus/pc98_cbus/sb16_ct2720.h", MAME_DIR .. "src/devices/bus/pc98_cbus/slot.cpp", |
