mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Unenhanded default to non-smartport
This commit is contained in:
parent
71814744eb
commit
b4d6e95ec2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user