Merge pull request #5643 from 86Box/tc1995

Small important change for the 53c400 (May 30th, 2025)
This commit is contained in:
Miran Grča
2025-05-30 20:46:06 +02:00
committed by GitHub

View File

@@ -759,7 +759,7 @@ ncr53c400_init(const device_t *info)
scsi_bus->bus_device = ncr->bus;
scsi_bus->timer = ncr->timer;
scsi_bus->priv = ncr->priv;
ncr400->status_ctrl = STATUS_BUFFER_NOT_READY;
ncr400->status_ctrl = 0x00;
ncr400->buffer_host_pos = 128;
timer_add(&ncr400->timer, ncr53c400_callback, ncr400, 0);