diff --git a/src/gameport.c b/src/gameport.c index 1a1e9bd5d..b979f84fe 100644 --- a/src/gameport.c +++ b/src/gameport.c @@ -212,7 +212,7 @@ void *gameport_init() return gameport; } - gamport = gameport_init_common(); + gameport = gameport_init_common(); io_sethandler(0x0200, 0x0008, gameport_read, NULL, NULL, gameport_write, NULL, NULL, gameport);