mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-24 11:16:58 +00:00
Apple II original: default to 48K (ie. no Language Card) (PR #592)
Added support for #590: * Changed Apple II original to default to no LC * Added new cmd-line switch: -s0 <languagecard|lc> * Changed so when LC is in slot-0, it now use Apple II+'s F8 (auto-start) ROM
This commit is contained in:
@@ -605,7 +605,7 @@ void Snapshot_SaveState(void)
|
||||
yamlSaveHelper.UnitHdr(GetSnapshotUnitSlotsName(), UNIT_SLOTS_VER);
|
||||
YamlSaveHelper::Label state(yamlSaveHelper, "%s:\n", SS_YAML_KEY_STATE);
|
||||
|
||||
if (IsApple2PlusOrClone(GetApple2Type()))
|
||||
if (g_Slot0 != CT_Empty && IsApple2PlusOrClone(GetApple2Type()))
|
||||
GetLanguageCard()->SaveSnapshot(yamlSaveHelper); // Language Card or Saturn 128K
|
||||
|
||||
Printer_SaveSnapshot(yamlSaveHelper);
|
||||
|
||||
Reference in New Issue
Block a user