1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 01:28:58 +00:00
cc65/libsrc/geos-cbm/system/initdoneio.s

15 lines
223 B
ArmAsm
Raw Normal View History

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