Added fast(), slow() and c64mode()
git-svn-id: svn://svn.cc65.org/cc65/trunk@1982 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
13
libsrc/c128/c64mode.s
Normal file
13
libsrc/c128/c64mode.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2003-02-13
|
||||
;
|
||||
; void c64mode (void);
|
||||
; /* Switch the C128 into C64 mode. Note: This function will not return! */
|
||||
;
|
||||
|
||||
.export _c64mode
|
||||
|
||||
.include "c128.inc"
|
||||
|
||||
_c64mode = C64MODE
|
||||
|
||||
Reference in New Issue
Block a user