2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 21.12.99
|
|
|
|
|
|
|
|
; void SetDevice (char newDeviceNumber);
|
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.export _SetDevice
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.include "jumptab.inc"
|
|
|
|
|
|
|
|
_SetDevice = SetDevice
|