mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Causes the Vic-20 to obey its own has_c1540 flag.
This commit is contained in:
parent
1c5972f7b0
commit
b20cbcd5fe
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user