ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/C64_WIN32.h
(Generate patch)

Comparing Frodo4/Src/C64_WIN32.h (file contents):
Revision 1.2 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.3 by cebix, 2003-07-09T13:51:13Z

# Line 225 | Line 225 | void C64::CheckTimerChange()
225  
226   BOOL joystick_open[2];
227  
228 < void C64::open_close_joysticks(bool oldjoy1, bool oldjoy2, bool newjoy1, bool newjoy2)
228 > void C64::open_close_joysticks(int oldjoy1, int oldjoy2, int newjoy1, int newjoy2)
229   {
230          if (oldjoy1 != newjoy1) {
231                  joystick_open[0] = FALSE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines