1
0
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:
Steven Hugg
2019-08-24 11:28:04 -04:00
parent d4873545b2
commit 37c7ba8eb2
8 changed files with 398 additions and 69 deletions
+1
View File
@@ -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++) {