mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-24 12:30:17 +00:00
The '72 seems to be a '70 with altered timing. So worth differentiating.
This commit is contained in:
parent
2c01f9dbed
commit
02ba1f220f
@ -17,6 +17,7 @@ class WD1770: public Storage::Disk::Controller {
|
|||||||
public:
|
public:
|
||||||
enum Personality {
|
enum Personality {
|
||||||
P1770,
|
P1770,
|
||||||
|
P1772,
|
||||||
P1773
|
P1773
|
||||||
};
|
};
|
||||||
WD1770(Personality p);
|
WD1770(Personality p);
|
||||||
|
Loading…
Reference in New Issue
Block a user