1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-19 09:23:06 +00:00

Pause after state dump in DHGRRGB

This commit is contained in:
David Schmenk
2025-04-16 13:22:46 -07:00
parent 4a371e1620
commit acd5d01d7e
3 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+1
View File
@@ -314,6 +314,7 @@ def rgbInit#0
puti(ntscChroma[i*3 + GRN]); putc(',')
puti(ntscChroma[i*3 + BLU]); puts("]\n")
next
if not (flags & MEM_MODE); getc; fin
fin
if flags & MEM_MODE
surfMem, surfSpan = dhgrAllocBl7Mem(SCR_WIDTH, SCR_HEIGHT)