diff options
author | 2024-07-18 00:00:18 +0200 | |
---|---|---|
committer | 2024-07-18 08:00:18 +1000 | |
commit | ba5952efabce8896fd669c1d1c289babbbc9bee4 (patch) | |
tree | 9c4263f211774fb8e5c5d5756b9335bc961e4002 /scripts/src | |
parent | 2695a185f97c29cc00e67f2b95debed676413264 (diff) |
bus/ieee488: Added HP9133 Floppy/Fixed disk drive. (#12561)
* machine/wd2010.cpp: Increased maximum sectors per track to 32.
* machine/wd2010.cpp: Implemented multi-sector transfers.
* machine/wd2010.cpp: Don't change current cylinder on reset.
* cpu/m6809: Added sync acknowledge callback.
* hp/hp98x6.cpp: Added HP9133 slot option.
Diffstat (limited to 'scripts/src')
-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 04c56bb019e..15f7ab64734 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1582,6 +1582,8 @@ if (BUSES["IEEE488"]~=null) then MAME_DIR .. "src/devices/bus/ieee488/shark.h", MAME_DIR .. "src/devices/bus/ieee488/hp9122c.cpp", MAME_DIR .. "src/devices/bus/ieee488/hp9122c.h", + MAME_DIR .. "src/devices/bus/ieee488/hp9133.cpp", + MAME_DIR .. "src/devices/bus/ieee488/hp9133.h", MAME_DIR .. "src/devices/bus/ieee488/hp9895.cpp", MAME_DIR .. "src/devices/bus/ieee488/hp9895.h", MAME_DIR .. "src/devices/bus/ieee488/remote488.cpp", |