From ceb2276098a33fd2530731653974e8c87dc3ca72 Mon Sep 17 00:00:00 2001 From: joevt Date: Sun, 10 Mar 2024 18:03:42 -0700 Subject: [PATCH] sc53c94: Move chip_id to xfer_count. Method for reading chip_id needs verification. --- devices/common/scsi/sc53c94.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/common/scsi/sc53c94.cpp b/devices/common/scsi/sc53c94.cpp index ab25b60..9070700 100644 --- a/devices/common/scsi/sc53c94.cpp +++ b/devices/common/scsi/sc53c94.cpp @@ -59,7 +59,7 @@ int Sc53C94::device_postinit() void Sc53C94::reset_device() { // part-unique ID to be read using a magic sequence - this->set_xfer_count = this->chip_id << 16; + this->xfer_count = this->chip_id << 16; this->clk_factor = 2; this->sel_timeout = 0;