Fixed 5170 diskette drive detection (40-track vs. 80-track drives)
This commit is contained in:
parent
a474ddfa74
commit
367db06996
16 changed files with 1498 additions and 1263 deletions
|
|
@ -152,7 +152,7 @@ Component.subclass(Component, CPU);
|
|||
*/
|
||||
CPU.YIELDS_PER_SECOND = 30;
|
||||
CPU.VIDEO_UPDATES_PER_SECOND = 60; // WARNING: if you change this, beware of side-effects in the Video component
|
||||
CPU.STATUS_UPDATES_PER_SECOND = 5;
|
||||
CPU.STATUS_UPDATES_PER_SECOND = 2;
|
||||
|
||||
/**
|
||||
* initBus(cmp, bus, cpu, dbg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue