2003-02-13 21:29:12 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2003-02-13
|
|
|
|
;
|
|
|
|
; void c64mode (void);
|
|
|
|
; /* Switch the C128 into C64 mode. Note: This function will not return! */
|
|
|
|
;
|
|
|
|
|
|
|
|
.export _c64mode
|
2003-03-18 11:27:49 +00:00
|
|
|
.import C64MODE
|
2003-02-13 21:29:12 +00:00
|
|
|
|
|
|
|
_c64mode = C64MODE
|
|
|
|
|