mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-28 09:49:27 +00:00
Further qualify setting GPCLK
This commit is contained in:
parent
45205cc788
commit
662bb16adb
@ -15,7 +15,7 @@
|
|||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include <linux/uinput.h>
|
#include <linux/uinput.h>
|
||||||
|
|
||||||
#ifdef SETSERCLK
|
#if defined(SETSERCLK) && defined(__ARMEL__)
|
||||||
#include "gpclk.c"
|
#include "gpclk.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -730,7 +730,7 @@ void main(int argc, char **argv)
|
|||||||
evrely.type = EV_REL;
|
evrely.type = EV_REL;
|
||||||
evrely.code = REL_Y;
|
evrely.code = REL_Y;
|
||||||
evsync.type = EV_SYN;
|
evsync.type = EV_SYN;
|
||||||
#ifdef SETSERCLK
|
#if defined(SETSERCLK) && defined(__ARMEL__)
|
||||||
/*
|
/*
|
||||||
* Initialize ACIA clock for Apple II Pi card
|
* Initialize ACIA clock for Apple II Pi card
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user