mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
PrintScreen key: Improve UI feedback when any of the 3 registrations fails & log failures (fixes #547)
Also tweak to full-speed: consolidating 2 calls to DiskII module into 1 call.
This commit is contained in:
@@ -651,6 +651,11 @@ ImageError_e DiskInsert(const int iDrive, LPCTSTR pszImageFilename, const bool b
|
||||
|
||||
//===========================================================================
|
||||
|
||||
bool Disk_IsConditionForFullSpeed(void)
|
||||
{
|
||||
return floppymotoron && enhancedisk;
|
||||
}
|
||||
|
||||
BOOL DiskIsSpinning(void)
|
||||
{
|
||||
return floppymotoron;
|
||||
|
||||
Reference in New Issue
Block a user