Unenhanded default to non-smartport

This commit is contained in:
Will Scullin 2021-03-13 16:07:29 -08:00
parent 71814744eb
commit b4d6e95ec2
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ var parallel = new Parallel(io, printer);
var slinky = new RAMFactor(io, 1024 * 1024);
var disk2 = new DiskII(io, driveLights);
var clock = new Thunderclock(io);
var smartport = new SmartPort(cpu);
var smartport = new SmartPort(cpu, { block: !enhanced });
initUI(apple2, disk2, smartport, printer, options.e);