Merge pull request #5097 from 86Box/tc1995

Late day changes (January 2nd, 2025)
This commit is contained in:
Miran Grča
2025-01-03 00:15:53 +01:00
committed by GitHub

View File

@@ -509,6 +509,9 @@ t128_init(const device_t *info)
if (!t128->bios_enabled && !(info->flags & DEVICE_MCA))
t128->status |= 0x80;
if (info->flags & DEVICE_MCA)
t128->status |= 0x08;
if (info->local == 0)
timer_add(&t128->timer, t128_callback, t128, 0);