summaryrefslogtreecommitdiff
path: root/sysutils/wmbluecpu/files/patch-wmbluecpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/wmbluecpu/files/patch-wmbluecpu.c')
-rw-r--r--sysutils/wmbluecpu/files/patch-wmbluecpu.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/wmbluecpu/files/patch-wmbluecpu.c b/sysutils/wmbluecpu/files/patch-wmbluecpu.c
new file mode 100644
index 000000000000..d308aecaa950
--- /dev/null
+++ b/sysutils/wmbluecpu/files/patch-wmbluecpu.c
@@ -0,0 +1,17 @@
+--- wmbluecpu.c 2003-03-17 12:02:13.000000000 +1030
++++ wmbluecpu.c 2009-02-11 12:35:43.966803000 +1030
+@@ -32,12 +32,12 @@
+ argv = varg;
+ parse_arguments();
+ make_window();
+- start_timer();
++ cpu_init();
++ handle_timer(14);
+ while(!exitloop)
+ {
+ process_events();
+ }
+- stop_timer();
+ free_stuff();
+ return 0;
+ }