mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
. Add PropSheetPage: Slots (and include 'Reset to Default') - include config options for some cards . Remove PropSheetPages: Sound & Disk . Config page: refactor and add 'Reset all to Default' . Input page: refactor . Advanced page: refactor
This commit is contained in:
@@ -261,9 +261,6 @@ void ParallelPrinterCard::SaveSnapshot(class YamlSaveHelper& yamlSaveHelper)
|
||||
|
||||
bool ParallelPrinterCard::LoadSnapshot(class YamlLoadHelper& yamlLoadHelper, UINT version)
|
||||
{
|
||||
if (m_slot != SLOT1) // fixme
|
||||
Card::ThrowErrorInvalidSlot(CT_GenericPrinter, m_slot);
|
||||
|
||||
if (version != 1)
|
||||
Card::ThrowErrorInvalidVersion(CT_GenericPrinter, version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user