From: <pa...@us...> - 2003-10-09 22:45:41
|
Update of /cvsroot/fuse-emulator/fuse/ui/sdl In directory sc8-pr-cvs1:/tmp/cvs-serv9680/ui/sdl Modified Files: sdljoystick.c Log Message: Iif using SDL, use its joystick code by default. Change BYTE etc in sdljoystick.c to libspectrum_byte. Add missing ; to configure.in (Darren). Index: sdljoystick.c =================================================================== RCS file: /cvsroot/fuse-emulator/fuse/ui/sdl/sdljoystick.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sdljoystick.c 7 Oct 2003 13:49:01 -0000 1.1 --- sdljoystick.c 9 Oct 2003 22:45:36 -0000 1.2 *************** *** 92,97 **** } ! BYTE ! ui_joystick_read( WORD port, BYTE which ) { if( which ) return joystick2_return_value.byte; --- 92,97 ---- } ! libspectrum_byte ! ui_joystick_read( libspectrum_word port, libspectrum_byte which ) { if( which ) return joystick2_return_value.byte; |