Working DUMP stub in monitor

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-12-16 23:39:24 +01:00
parent b57561b383
commit 9f5e546768
2 changed files with 47 additions and 10 deletions

View File

@ -40,7 +40,7 @@ Snd_beep:
ld a,%00001000
out (SND_DATA_REG),a
; wait
ld bc, (TIME_DUR_MILLIS * 150)
ld bc, (TIME_DUR_MILLIS * 100)
call Time_delay55
; silence ch1
ld a,%10011111