mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-25 19:33:05 +00:00
sc53c94: Move chip_id to xfer_count.
Method for reading chip_id needs verification.
This commit is contained in:
parent
82f4d05f4b
commit
ceb2276098
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user