mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
9 lines
222 B
C
Executable File
9 lines
222 B
C
Executable File
/* C64/C128 SuperCPU accelerator test code. */
|
|
|
|
#define ACC_DETECT detect_scpu
|
|
#define ACC_GET_SPEED get_scpu_speed
|
|
#define ACC_SET_SPEED set_scpu_speed
|
|
#define ACC_NAME "SuperCPU"
|
|
|
|
#include "turbo-test.c"
|