1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-12 21:30:02 +00:00
cc65/libsrc/geos/system/initdoneio.s

16 lines
231 B
ArmAsm
Raw Normal View History

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