1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-07-25 13:24:23 +00:00

Attempts to add 5.25" drive support to the IIgs.

I want to try some classic software.
This commit is contained in:
Thomas Harte
2020-11-20 21:37:17 -05:00
parent d00e5d23ef
commit 4a42de4f18
5 changed files with 110 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ class DoubleDensityDrive: public IWMDrive {
/*!
@returns @c true if this is an 800kb drive; @c false otherwise.
*/
bool is_800k() {
bool is_800k() const {
return is_800k_;
}