Fixed a compile-breaking typo in gameport.c .

This commit is contained in:
OBattler
2016-09-16 02:37:04 +02:00
parent bd2641a033
commit 4b5eb91e6e

View File

@@ -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);