This should fix the mess. Sorry for that.

This commit is contained in:
OBattler
2017-10-15 03:01:40 +02:00
parent e9355aa0ad
commit 9f3a58bb24
6 changed files with 29 additions and 29 deletions

View File

@@ -687,7 +687,7 @@ void trc_init(void)
{
trc_reg = 0;
// io_sethandler(0x0cf9, 0x0001, trc_read, NULL, NULL, trc_write, NULL, NULL, NULL);
io_sethandler(0x0cf9, 0x0001, trc_read, NULL, NULL, trc_write, NULL, NULL, NULL);
}
void pci_init(int type)