Skip to content

Commit 437a141

Browse files
committed
Fix the new gfx_Begin.
1 parent 336c652 commit 437a141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphx/graphx.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ _Begin:
345345
ld (UseLargeFont_SMC),a \.r ; store the jump offset for later
346346
ld (hl),0 ; jump nowhere if false
347347
call _boot_ClearVRAM ; clear the screen
348+
ld a,lcdBpp8
348349
ld hl,currDrawBuffer
349350
_: ld de,vram
350351
ld (hl),de ; set the current draw to the screen
351-
ld a,lcdBpp8
352352
ld (mpLcdCtrl),a
353353
ld l,mpLcdIcr&$FF
354354
ld (hl),4 ; allow interrupts status for double buffering

0 commit comments

Comments
 (0)