diff options
author | 2024-07-17 03:22:20 +0100 | |
---|---|---|
committer | 2024-07-16 22:22:20 -0400 | |
commit | ab39049ef55c7be78f1408fb5c6001afb08afdc5 (patch) | |
tree | 1e5b6d082ec9efa43e470d43698aec14de4e2c9c /scripts/src/bus.lua | |
parent | 3aa9c6a1f8fb749bbfaf431c04afa92cd0b09d2b (diff) |
bus/msx/cart/ide.cpp: Add support for Sunrise ATA-IDE [msxpro, Wilbert Pol] (#12583)
* msx2_flop.xml: Added 2 items.
New working software list items
-------------------------------
Sunrise IDE firmware (v2.50) [anonymous]
Sunrise IDE firmware (v2.40) [anonymous]
* machine/atahle.cpp:
- Clear DMA modes when switching to PIO mode.
- Do not log reads when reading from the debugger.
* bus/msx/cart/ide.cpp: Add support for Sunrise ATA-IDE [msxpro, Wilbert Pol]
Diffstat (limited to 'scripts/src/bus.lua')
-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 6220b51d820..04c56bb019e 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2035,6 +2035,8 @@ if (BUSES["MSX_SLOT"]~=null) then MAME_DIR .. "src/devices/bus/msx/cart/hfox.h", MAME_DIR .. "src/devices/bus/msx/cart/holy_quran.cpp", MAME_DIR .. "src/devices/bus/msx/cart/holy_quran.h", + MAME_DIR .. "src/devices/bus/msx/cart/ide.cpp", + MAME_DIR .. "src/devices/bus/msx/cart/ide.h", MAME_DIR .. "src/devices/bus/msx/cart/ink.cpp", MAME_DIR .. "src/devices/bus/msx/cart/ink.h", MAME_DIR .. "src/devices/bus/msx/cart/kanji.cpp", |