mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +00:00
c92a3c5bd5
Removed the execute permissions from some files.
9 lines
215 B
C
9 lines
215 B
C
/* C64DTV accelerator test code. */
|
|
|
|
#define ACC_DETECT detect_c64dtv
|
|
#define ACC_GET_SPEED get_c64dtv_speed
|
|
#define ACC_SET_SPEED set_c64dtv_speed
|
|
#define ACC_NAME "C64DTV"
|
|
|
|
#include "turbo-test.c"
|