Removed a piece of code that was not supposed to be there.

This commit is contained in:
OBattler
2019-09-23 22:08:41 +02:00
parent c3f2240a1f
commit 73bde8266e

View File

@@ -153,11 +153,6 @@ lpt_read(uint16_t port, void *priv)
break;
}
if (port < 0x278) {
uint32_t *p = NULL;
*p = 5;
}
return ret;
}