dmamon linux build fix

This commit is contained in:
b1ackmai1er
2021-10-22 23:16:40 +08:00
parent 0480bf19cf
commit 2cc15070e8

View File

@@ -141,7 +141,7 @@ DMATST_M:
;
DMATST_01:
call PRTSTRD
.db "\n\TOGGLE PORT\n\r$"
.db "\n\rTOGGLE PORT\n\r$"
CALL DMA_Port01
JP MENULP
;
@@ -159,7 +159,7 @@ DMATST_Y:
;
DMATST_R:
call PRTSTRD
.db "R RESET\n\r$"
.db "\n\rRESET\n\r$"
; CALL
JP MENULP
;==================================================================================================