1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/libsrc/geos-cbm/system/initdoneio.s
2012-01-31 20:49:58 +00:00

16 lines
224 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