mirror of https://github.com/falsovsky/z80.git
Aumentar o delay
This commit is contained in:
parent
34483edebe
commit
df7556077d
|
@ -3,7 +3,7 @@
|
||||||
delay
|
delay
|
||||||
push bc
|
push bc
|
||||||
delay_start
|
delay_start
|
||||||
ld c, 10
|
ld c, 15
|
||||||
delay_loop2
|
delay_loop2
|
||||||
ld b, 0
|
ld b, 0
|
||||||
delay_loop1
|
delay_loop1
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue