1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-12 21:30:02 +00:00
cc65/testcode/lib/accelerator/c64-c128-scpu-test.c
Greg King c92a3c5bd5 Improved the accelerator code. Fixed an infinite loop.
Removed the execute permissions from some files.
2018-04-26 05:46:34 -04:00

9 lines
222 B
C

/* 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"