init/cards.i
2024-03-19 09:23:21 -05:00

8 lines
196 B
OpenEdge ABL

ifnd CARDS_I
CARDS_I equ 1
xref cards_init
; Finds the first card with the type in d0.b, and returns it's IO base address in a0, or 0 if not found
; Clobbers d1
xref find_first_card
endif