2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 30.10.99
|
|
|
|
|
|
|
|
; void InitForIO (void);
|
|
|
|
; void DoneWithIO (void);
|
|
|
|
|
|
|
|
.export _InitForIO, _DoneWithIO
|
|
|
|
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "jumptab.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2012-02-07 22:37:13 +00:00
|
|
|
_InitForIO = InitForIO
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2012-02-07 22:37:13 +00:00
|
|
|
_DoneWithIO = DoneWithIO
|