mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Now that it can be more explicit, this should admit that it's '93-based, not '73.
This commit is contained in:
parent
84cb07613d
commit
9b6c5e814a
@ -14,7 +14,7 @@ Microdisc::Microdisc() :
|
||||
irq_enable_(false),
|
||||
delegate_(nullptr),
|
||||
paging_flags_(BASICDisable),
|
||||
WD1770(P1773)
|
||||
WD1770(P1793)
|
||||
{}
|
||||
|
||||
void Microdisc::set_disk(std::shared_ptr<Storage::Disk::Disk> disk, int drive)
|
||||
|
Loading…
Reference in New Issue
Block a user