mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 15:16:38 +00:00
bring in the logic probe; fixed z80 debugger; moved apple2 to BasicScanlinePlatform
This commit is contained in:
@@ -125,6 +125,7 @@ function testPlatform(platid, romname, maxframes, callback) {
|
||||
platform.reset(); // reset again
|
||||
var state0b = platform.saveState();
|
||||
//TODO: vcs fails assert.deepEqual(state0a, state0b);
|
||||
//if (platform.startProbing) platform.startProbing();
|
||||
platform.resume(); // so that recorder works
|
||||
platform.setRecorder(rec);
|
||||
for (var i=0; i<maxframes; i++) {
|
||||
|
||||
Reference in New Issue
Block a user