freebsd-ports/emulators/frodo/files/patch-Display__x.i
Christian Weisgerber f863daabed Fix build on -CURRENT.
Notified by:	bento
2002-11-30 00:53:57 +00:00

14 lines
291 B
OpenEdge ABL

$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]) {