mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-11-23 22:41:59 +00:00
6 lines
99 B
OpenEdge ABL
6 lines
99 B
OpenEdge ABL
WaitBlitter: macro
|
|
tst DMACONR(a6) ;for compatibility
|
|
.\@:
|
|
btst #6,DMACONR(a6)
|
|
bne.s .\@
|
|
endm |