mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Merge pull request #5097 from 86Box/tc1995
Late day changes (January 2nd, 2025)
This commit is contained in:
commit
1e084b0147
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue