1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +00:00

Removed extern keyword from function prototype.

This commit is contained in:
Oliver Schmidt
2018-04-29 13:50:09 +02:00
committed by GitHub
parent 47e4b36180
commit a482b54ed7

View File

@@ -60,7 +60,7 @@
/* 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
* 1 Mhz mode, SPEED_20X or SPEED_FAST will switch to 20 Mhz mode.