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:
tomcw
2018-02-27 21:07:16 +00:00
parent 552d8fcc7b
commit d4a3c5c28f
3 changed files with 26 additions and 8 deletions
+5
View File
@@ -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;