mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
Added missing file.
This commit is contained in:
8
testcode/lib/accelerator/turbomaster-test.c
Executable file
8
testcode/lib/accelerator/turbomaster-test.c
Executable file
@@ -0,0 +1,8 @@
|
||||
/* C64 Turbo Master accelerator test code. */
|
||||
|
||||
#define ACC_DETECT detect_turbomaster
|
||||
#define ACC_GET_SPEED get_turbomaster_speed
|
||||
#define ACC_SET_SPEED set_turbomaster_speed
|
||||
#define ACC_NAME "Turbo Master cartridge"
|
||||
|
||||
#include "turbo-test.c"
|
Reference in New Issue
Block a user