summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/games/gb/ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/gb/ev.c b/sys/src/games/gb/ev.c
index e907143e0..2fdafaf97 100644
--- a/sys/src/games/gb/ev.c
+++ b/sys/src/games/gb/ev.c
@@ -8,7 +8,7 @@ Event evhblank, evtimer, evenv;
extern Event evsamp, chev[4];
Event *events[NEVENT] = {&evhblank, &evtimer, &evenv, &evsamp, &chev[0], &chev[1], &chev[2], &chev[3]};
Event *elist;
-static int timshtab[4] = {12, 4, 6, 8}, timsh;
+static int timshtab[4] = {10, 4, 6, 8}, timsh;
ulong timclock;
Var evvars[] = {VAR(timsh), VAR(timclock), {nil, 0, 0}};