1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 17:16:44 +00:00

Opts the BD-500 in for modified Shugart RDY.

Hopefully this is correct. I'm presently mystified as to other options.
This commit is contained in:
Thomas Harte
2020-01-16 21:34:57 -05:00
parent aeac6b5888
commit efd684dc56
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace {
const Cycles::IntType head_load_request_counter_target = 7653333;
}
Microdisc::Microdisc() : DiskController(P1793, 8000000) {
Microdisc::Microdisc() : DiskController(P1793, 8000000, Storage::Disk::Drive::ReadyType::ShugartRDY) {
set_control_register(last_control_, 0xff);
}