AppleWin/source/Configuration
TomCh 769d4c6927
Support 2nd Disk][ card and improved card management (#726) (PR #741)
Support 2nd Disk][ in slot-5, via command line:
- -s5 diskii
- -s5d1 \<imagefile\>
- -s5d2 \<imagefile\>

NB. there's currently no Configuration UI support, except the Drive icons' tooltips show what's in slot-5 & slot-6 (for drive-n). So there's no way to eject the disks or insert new disks. The use-case I'm supporting it Wasteland which just has the 4 disks in the 4 drives.

Improved card management:
- Added `class Card` (in Card.h) which all other cards (that exist as classes) derive from (eg. LC,SSC,Mouse,Disk2).
- Added `class CardManager` (in CardManager.cpp\h) which now manages the 8 slots (and aux slot).
- Added `class Disk2CardManager` (in Disk2CardManager.cpp\h) which provides methods for operations that act on all Disk2 instances at the same time.
- Currently limited to just 1x SSC and 1x Mouse card (why would you need more?). This simplifies things, meaning there's no need to have dedicated SSCManager / MouseCardManager objects.
- Currently the 2nd Disk2 card can only be put into slot-5. This limitation is just due to the complexity of the Configuration UI. Having a more general drop-down per slot UI would remove this limitation.
2019-12-19 19:42:30 +00:00
..
About.cpp Prevent uninitialized value bugs and improve string safety. 2019-08-09 13:38:50 -07:00
About.h
Config.h Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
IPropertySheet.h Added more logging when Apple2 Tyoe changes 2018-01-26 11:03:44 +00:00
IPropertySheetPage.h
PageAdvanced.cpp Fixed out-of-bounds global buffer access 2019-10-23 18:17:38 +01:00
PageAdvanced.h
PageConfig.cpp Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
PageConfig.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
PageConfigTfe.cpp Refactor slots & allow empty slots for s1(printer), s6(disk2) 2019-09-15 20:37:20 +01:00
PageConfigTfe.h Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
PageDisk.cpp Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
PageDisk.h Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
PageInput.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
PageInput.h Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
PageSound.cpp Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
PageSound.h
PropertySheet.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
PropertySheet.h Added more logging when Apple2 Tyoe changes 2018-01-26 11:03:44 +00:00
PropertySheetDefs.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
PropertySheetHelper.cpp Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
PropertySheetHelper.h HDD: Fixed not being able to enable HDDs - regression introduced at 506a52f359 2019-10-05 16:56:38 +01:00