mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 20:30:49 +00:00
Removed extern keyword from function prototype.
This commit is contained in:
parent
47e4b36180
commit
a482b54ed7
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
/* C64/C128 SuperCPU cartridge */
|
/* C64/C128 SuperCPU cartridge */
|
||||||
|
|
||||||
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
|
/* 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.
|
* 1 Mhz mode, SPEED_20X or SPEED_FAST will switch to 20 Mhz mode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user