Skip to content

Commit a1c20b4

Browse files
committed
Fix beebjit dumping for clapper mode
We can't use -exit-on-max-frames for now because it exits right away and the debug commands never get run.
1 parent 0af0df3 commit a1c20b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function parseTweet(toot){
7272

7373
case "🎬": // Fast run 3 hours then 3 seconds time lapse
7474
c.emulator = "beebjit";
75-
c.flags = "-opt video:paint-start-cycles="+(3*one_hour)+",video:border-chars=0 -frame-cycles 1 -max-frames 150 -exit-on-max-frames";
75+
c.flags = "-opt video:paint-start-cycles="+(3*one_hour)+",video:border-chars=0 -frame-cycles 1 -max-frames 150";
7676
c.cycles = ((3*one_hour)+8000000);
7777
c.mode = 3;
7878
break;

0 commit comments

Comments
 (0)