diff options
Diffstat (limited to 'emulators/frodo/files/patch-Display__x.i')
-rw-r--r-- | emulators/frodo/files/patch-Display__x.i | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/frodo/files/patch-Display__x.i b/emulators/frodo/files/patch-Display__x.i new file mode 100644 index 000000000000..6e49fc6a5bf7 --- /dev/null +++ b/emulators/frodo/files/patch-Display__x.i @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Display_x.i.orig Sat Nov 30 01:11:07 2002 ++++ Display_x.i Sat Nov 30 01:11:41 2002 +@@ -525,7 +525,7 @@ + * LED error blink + */ + +-void C64Display::pulse_handler(...) ++void C64Display::pulse_handler(int sig) + { + for (int i=0; i<4; i++) + switch (c64_disp->led_state[i]) { |