OKI IF386AX: Default NVR to 0x00's instead of 0xFF's, in order to default it to CRT instead of LCD.

This commit is contained in:
OBattler
2025-03-30 03:12:55 +02:00
parent eeab2fe409
commit 90464f7914
2 changed files with 10 additions and 3 deletions

View File

@@ -999,8 +999,7 @@ void
serial_standalone_init(void)
{
while (next_inst < SERIAL_MAX)
device_add_inst(!strcmp(machine_get_internal_name(), "if386sx") ? &ns16450_device :
&ns8250_device, next_inst + 1);
device_add_inst(&ns8250_device, next_inst + 1);
};
const device_t ns8250_device = {