--- Frodo4/Src/C64_WIN32.h 2003/07/01 17:28:51 1.1 +++ Frodo4/Src/C64_WIN32.h 2005/06/27 19:55:48 1.5 @@ -1,7 +1,7 @@ /* * C64_WIN32.h - Put the pieces together, WIN32 specific stuff * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -225,7 +225,7 @@ void C64::CheckTimerChange() BOOL joystick_open[2]; -void C64::open_close_joysticks(bool oldjoy1, bool oldjoy2, bool newjoy1, bool newjoy2) +void C64::open_close_joysticks(int oldjoy1, int oldjoy2, int newjoy1, int newjoy2) { if (oldjoy1 != newjoy1) { joystick_open[0] = FALSE;