mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Add command line support for hard disk controller (hdc) in slot-5 (#1033)
. -s5 hdc . -s5h1 <pathname> NB. No GUI config support, so no way to plug/unplug HDDs.
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ Overview
|
||||
HarddiskInterfaceCard::HarddiskInterfaceCard(UINT slot) :
|
||||
Card(CT_GenericHDD, slot)
|
||||
{
|
||||
if (m_slot != SLOT7) // fixme
|
||||
if (m_slot != SLOT5 && m_slot != SLOT7) // fixme
|
||||
ThrowErrorInvalidSlot();
|
||||
|
||||
m_unitNum = HARDDISK_1 << 7; // b7=unit
|
||||
|
||||
Reference in New Issue
Block a user