1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Causes the Vic-20 to obey its own has_c1540 flag.

This commit is contained in:
Thomas Harte 2018-04-08 17:35:02 -04:00
parent 1c5972f7b0
commit b20cbcd5fe

View File

@ -374,7 +374,7 @@ class ConcreteMachine:
type_string(target->loading_command);
}
if(target->media.disks.size()) {
if(commodore_target_.has_c1540) {
// construct the 1540
c1540_.reset(new ::Commodore::C1540::Machine(Commodore::C1540::Machine::C1540));