mirror of
https://github.com/UzixLS/zx-midiplayer.git
synced 2025-07-19 07:11:26 +03:00
remove border blinking during playback
This commit is contained in:
@ -63,9 +63,9 @@ player_loop:
|
||||
ld a, (var_int_counter) ; if (last_int_counter != current_int_counter) - skip halt
|
||||
cp (hl) ; ...
|
||||
jr nz, 1f ; ...
|
||||
xor a : out (#fe), a ;
|
||||
; xor a : out (#fe), a ;
|
||||
halt ;
|
||||
inc a : out (#fe), a ;
|
||||
; inc a : out (#fe), a ;
|
||||
1: inc (hl) ; increment last_int_counter
|
||||
.frame_start:
|
||||
call uart_flush_txbuf ;
|
||||
|
Reference in New Issue
Block a user