Difference for arch/dos/joyc.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Routines for joystick reading.   * Routines for joystick reading.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 21:58:26  donut   * Revision 1.2  2000/02/07 10:09:52  donut
  * Initial revision   * dos pragma ifdefs
    *
    * Revision 1.1.1.1  1999/06/14 21:58:26  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.37  1995/10/07  13:22:31  john   * Revision 1.37  1995/10/07  13:22:31  john
  * Added new method of reading joystick that allows higher-priority   * Added new method of reading joystick that allows higher-priority
Line 278
 
Line 281
   
 }  }
   
   #ifndef __GNUC__
 #pragma off (check_stack)  #pragma off (check_stack)
   #endif
   
 void joy_handler(int ticks_this_time) {  void joy_handler(int ticks_this_time) {
  ubyte value;   ubyte value;
Line 329
 
Line 334
 void joy_handler_end() { // Dummy function to help calculate size of joystick handler function  void joy_handler_end() { // Dummy function to help calculate size of joystick handler function
 }  }
   
   #ifndef __GNUC__
 #pragma off (check_stack)  #pragma off (check_stack)
   #endif
   
 ubyte joy_read_raw_buttons() {  ubyte joy_read_raw_buttons() {
  if ( joystick.slow_read & JOY_BIOS_READINGS )    if ( joystick.slow_read & JOY_BIOS_READINGS )

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2