kernel/cards.i

7 lines
178 B
OpenEdge ABL
Raw Permalink Normal View History

2024-03-19 09:23:45 -05:00
ifnd CARDS_I
CARDS_I equ 1
; 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