1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 19:29:26 +00:00
cc65/libsrc/geos-cbm/system/initdoneio.s
2022-07-21 03:20:44 +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