]> Shamusworld >> Repos - apple2/commit
Added support for the Apple High Speed SCSI card.
authorShamus Hammons <jlhamm@acm.org>
Mon, 25 Feb 2019 22:34:27 +0000 (16:34 -0600)
committerShamus Hammons <jlhamm@acm.org>
Mon, 25 Feb 2019 22:34:27 +0000 (16:34 -0600)
commite3c7ee5d936cdddcc3afe4bf3f059ef0f3e28af2
tree0b8447d3fda6c3b1de9e659132c520435b8f0630
parent63762cef81da80d12773c646a3b3154e3ae1d0fc
Added support for the Apple High Speed SCSI card.

This means that you can now connect hard drive images to the emulator,
and, with the addition of the AHSSC emulation, connect up to seven of
them to one system (technically, with 8 LUNs per SCSI ID, you could in
theory connect 56 of them, but that's just crazy).  The emulation of
the card is still in an early state, but it currently seems to work
properly with the "Pitch Dark" hard drive image by 4am.  Still needs
some work to expose it properly to the GUI, but hey, that's just
details.  :-)
.gitignore
apple2.cfg
src/apple2.cpp
src/apple2.h
src/floppydrive.cpp
src/harddrive.cpp
src/settings.cpp
src/settings.h
web/index.html