mirror of
https://github.com/cc65/cc65.git
synced 2025-01-06 22:31:52 +00:00
13 lines
175 B
ArmAsm
13 lines
175 B
ArmAsm
;
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
;
|
|
; 21.12.99
|
|
|
|
; void EnterTurbo (void);
|
|
|
|
.export _EnterTurbo
|
|
|
|
.include "jumptab.inc"
|
|
|
|
_EnterTurbo = EnterTurbo
|