1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-30 22:29:56 +00:00

Now that it can be more explicit, this should admit that it's '93-based, not '73.

This commit is contained in:
Thomas Harte 2016-11-28 16:22:35 -05:00
parent 84cb07613d
commit 9b6c5e814a

View File

@ -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)