fix signature

This commit is contained in:
Will Scullin 2021-03-13 12:26:14 -08:00
parent c3453edf74
commit ed61258557
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

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(io, cpu);
var smartport = new SmartPort(cpu);
initUI(apple2, disk2, smartport, printer, options.e);