Removed debug random value

This commit is contained in:
giomba 2017-12-22 17:24:35 +01:00
parent 14952319dd
commit 7d8233fde2
1 changed files with 0 additions and 5 deletions

View File

@ -476,11 +476,6 @@ irqalways:
inx
stx random
; debug -- print current random value
ldy #$14
lda random
jsr printByte
; Go to original system routine
jmp $ea31