1
0
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:
Oliver Schmidt 2018-04-29 13:50:09 +02:00 committed by GitHub
parent 47e4b36180
commit a482b54ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.