mirror of https://github.com/zxdos/zxuno.git
remove debug output
This commit is contained in:
parent
aa01d8f0fb
commit
3a40842419
|
@ -1,7 +1,6 @@
|
||||||
; Pushes A to ring buffer
|
; Pushes A to ring buffer
|
||||||
pushRing
|
pushRing
|
||||||
push af
|
push af
|
||||||
rst #10
|
|
||||||
ld b, 32
|
ld b, 32
|
||||||
ld hl, ring_buffer + 1
|
ld hl, ring_buffer + 1
|
||||||
ld de, ring_buffer
|
ld de, ring_buffer
|
||||||
|
|
Loading…
Reference in New Issue