mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 19:19:02 +00:00
Improve comment
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public:
|
||||
virtual ~Card(void) {}
|
||||
|
||||
virtual void InitializeIO(LPBYTE pCxRomPeripheral) = 0;
|
||||
virtual void Destroy() = 0;
|
||||
virtual void Destroy() = 0; // Called by CardManager::Destroy() on WM_DESTROY
|
||||
virtual void Reset(const bool powerCycle) = 0;
|
||||
virtual void Update(const ULONG nExecutedCycles) = 0;
|
||||
virtual void SaveSnapshot(YamlSaveHelper& yamlSaveHelper) = 0;
|
||||
|
||||
+1
-1
@@ -142,7 +142,7 @@ public:
|
||||
virtual void InitializeIO(LPBYTE pCxRomPeripheral);
|
||||
virtual void Update(const ULONG nExecutedCycles);
|
||||
|
||||
virtual void Destroy(void); // no, doesn't "destroy" the disk image. DiskIIManagerShutdown()
|
||||
virtual void Destroy(void); // No, doesn't "destroy" the disk image. Called by CardManager::Destroy()
|
||||
|
||||
void Boot(void);
|
||||
void FlushCurrentTrack(const int drive);
|
||||
|
||||
Reference in New Issue
Block a user