1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00
cc65/libsrc/geos-cbm/system/initdoneio.s
2022-04-16 19:51:48 +02:00

16 lines
242 B
ArmAsm

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 30.10.99
; void InitForIO (void);
; void DoneWithIO (void);
.export _InitForIO, _DoneWithIO
.include "jumptab.inc"
_InitForIO = InitForIO
_DoneWithIO = DoneWithIO