More progress towards 2nd gameport support
This commit is contained in:
@@ -625,7 +625,7 @@ europc_boot(UNUSED(const device_t *info))
|
||||
mouse_bus_set_irq(sys->mouse, 2);
|
||||
/* Configure the port for (Bus Mouse Compatible) Mouse. */
|
||||
b |= 0x01;
|
||||
} else if (joystick_type)
|
||||
} else if (joystick_type[0])
|
||||
b |= 0x02; /* enable port as joysticks */
|
||||
sys->nvr.regs[MRTC_CONF_C] = b;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user