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
commit 1e084b0147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);