mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Refactor: move m_slot into Card class
This commit is contained in:
+1
-2
@@ -117,8 +117,7 @@ Overview
|
||||
|
||||
|
||||
HarddiskInterfaceCard::HarddiskInterfaceCard(UINT slot) :
|
||||
Card(CT_GenericHDD),
|
||||
m_slot(slot)
|
||||
Card(CT_GenericHDD, slot)
|
||||
{
|
||||
m_unitNum = HARDDISK_1 << 7; // b7=unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user