Some PC5086-related fixes - fixes hard disk and mouse initialization, fixes #5882.

This commit is contained in:
OBattler
2025-08-03 16:59:46 +02:00
parent 4ce365c8f0
commit b36f75df5e
3 changed files with 3 additions and 4 deletions

View File

@@ -366,7 +366,7 @@ mouse_upc_init(const device_t *info)
{
void *dev = NULL;
if (info->local)
if (info->local == 1)
dev = mouse_upc_init_common(1, device_get_config_int("irq"));
else
dev = mouse_upc_init_common(0, info->local);