We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336c652 commit 437a141Copy full SHA for 437a141
src/graphx/graphx.asm
@@ -345,10 +345,10 @@ _Begin:
345
ld (UseLargeFont_SMC),a \.r ; store the jump offset for later
346
ld (hl),0 ; jump nowhere if false
347
call _boot_ClearVRAM ; clear the screen
348
+ ld a,lcdBpp8
349
ld hl,currDrawBuffer
350
_: ld de,vram
351
ld (hl),de ; set the current draw to the screen
- ld a,lcdBpp8
352
ld (mpLcdCtrl),a
353
ld l,mpLcdIcr&$FF
354
ld (hl),4 ; allow interrupts status for double buffering
0 commit comments