* make sure you use 'detect_scpu();' before using.
*/
-extern unsigned char get_scpu_speed (void);
+unsigned char get_scpu_speed (void);
/* Get the speed of the SuperCPU cartridge.
*
* make sure you use 'detect_scpu();' before using.
*/
-extern unsigned char detect_scpu (void);
+unsigned char detect_scpu (void);
/* Check for the presence of the SuperCPU cartridge.
*
/* C64DTV */
-extern unsigned char __fastcall__ set_c64dtv_speed (unsigned char speed);
+unsigned char __fastcall__ set_c64dtv_speed (unsigned char speed);
/* Set the speed of the C64DTV, using SPEED_SLOW will switch to
* slow mode, SPEED_2X or SPEED_FAST will switch to fast mode.
* make sure you use 'detect_c64dtv();' before using.
*/
-extern unsigned char get_c64dtv_speed (void);
+unsigned char get_c64dtv_speed (void);
/* Get the speed of the C64DTV.
*
* make sure you use 'detect_c64dtv();' before using.
*/
-extern unsigned char detect_c64dtv (void);
+unsigned char detect_c64dtv (void);
/* Check for the presence of the C64DTV.
*
/* C128 8502 CPU */
-extern unsigned char __fastcall__ set_c128_speed (unsigned char speed);
+unsigned char __fastcall__ set_c128_speed (unsigned char speed);
/* Set the speed of the C128 8502 CPU, using SPEED_SLOW will switch to
* 1 Mhz (slow) mode, SPEED_2X or SPEED_FAST will switch to 2Mhz (fast) mode.
* you use 'detect_c128();' before using.
*/
-extern unsigned char get_c128_speed (void);
+unsigned char get_c128_speed (void);
/* Get the speed of the C128 8502 CPU.
*
* you use 'detect_c128();' before using.
*/
-extern unsigned char detect_c128 (void);
+unsigned char detect_c128 (void);
/* Check if the C128 CPU is the current CPU.
*
/* C64 Chameleon cartridge */
-extern unsigned char __fastcall__ set_chameleon_speed (unsigned char speed);
+unsigned char __fastcall__ set_chameleon_speed (unsigned char speed);
/* Set the speed of the C64 Chameleon cartridge, the following inputs
* are accepted:
* make sure you use 'detect_chameleon();' before using.
*/
-extern unsigned char get_chameleon_speed (void);
+unsigned char get_chameleon_speed (void);
;/* Get the speed of the C64 Chameleon cartridge.
; *
; * make sure you use 'detect_chameleon();' before using.
; */
-extern unsigned char detect_chameleon (void);
+unsigned char detect_chameleon (void);
/* Check for the presence of the C64 Chameleon cartridge.
*
; Marco van den Heuvel, 2018-04-23
;
-; extern unsigned char __fastcall__ set_c128_speed (unsigned char speed);
+; unsigned char __fastcall__ set_c128_speed (unsigned char speed);
;
;/* Set the speed of the C128 8502 CPU, using SPEED_SLOW will switch to
; * 1 Mhz (slow) mode, SPEED_2X or SPEED_FAST will switch to 2Mhz (fast) mode.
; * For C128 programs no detect function call is needed.
; */
-; extern unsigned char get_c128_speed (void);
+; unsigned char get_c128_speed (void);
;
;/* Get the speed of the C128 8502 CPU.
; *
; Marco van den Heuvel, 2018-04-09
;
-; extern unsigned char __fastcall__ set_scpu_speed (unsigned char speed);
+; unsigned char __fastcall__ set_scpu_speed (unsigned char speed);
;
;/* Set the speed of the SuperCPU cartridge, using SPEED_SLOW will switch to
; * 1 Mhz mode, SPEED_20X or SPEED_FAST will switch to 20 Mhz mode.
; * make sure you use 'detect_scpu();' before using.
; */
-; extern unsigned char get_scpu_speed (void);
+; unsigned char get_scpu_speed (void);
;
;/* Get the speed of the SuperCPU cartridge.
; *
; Marco van den Heuvel, 2018-04-14
;
-; extern unsigned char __fastcall__ set_c64dtv_speed (unsigned char speed);
+; unsigned char __fastcall__ set_c64dtv_speed (unsigned char speed);
;
;/* Set the speed of the C64DTV, using SPEED_SLOW will switch to
; * slow mode, SPEED_2X or SPEED_FAST will switch to fast mode.
; * make sure you use 'detect_c64dtv();' before using.
; */
-; extern unsigned char get_c64dtv_speed (void);
+; unsigned char get_c64dtv_speed (void);
;
;/* Get the speed of the C64DTV.
; *
; Marco van den Heuvel, 2018-04-25
;
-; extern unsigned char __fastcall__ set_chameleon_speed (unsigned char speed);
+; unsigned char __fastcall__ set_chameleon_speed (unsigned char speed);
;
;/* Set the speed of the Chameleon cartridge, the following inputs
; * are accepted:
; * make sure you use 'detect_chameleon();' before using.
; */
-; extern unsigned char get_chameleon_speed (void);
+; unsigned char get_chameleon_speed (void);
;
;/* Get the speed of the Chameleon cartridge.
; *
; Marco van den Heuvel, 2018-04-09
;
-; extern unsigned char __fastcall__ set_scpu_speed (unsigned char speed);
+; unsigned char __fastcall__ set_scpu_speed (unsigned char speed);
;
;/* Set the speed of the SuperCPU cartridge, using SPEED_SLOW will switch to
; * 1 Mhz mode, SPEED_20X or SPEED_FAST will switch to 20 Mhz mode.
; * make sure you use 'detect_scpu();' before using.
; */
-; extern unsigned char get_scpu_speed (void);
+; unsigned char get_scpu_speed (void);
;
;/* Get the speed of the SuperCPU cartridge.
; *