borgware-2d/simulator/joystick.c

10 lines
136 B
C

#include "joystick.h"
unsigned char fakeport;
// fake function since our keybord doesn't need any initialisation
void joy_init()
{
}