1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-18 17:06:15 +00:00

Made delay_time_ unsigned for safe comparison.

This commit is contained in:
Thomas Harte 2017-07-21 21:21:23 -04:00
parent aaa60dab12
commit 53f0e1896b

View File

@ -123,7 +123,7 @@ class WD1770: public Storage::Disk::Controller {
void posit_event(Event type);
int interesting_event_mask_;
int resume_point_;
int delay_time_;
unsigned int delay_time_;
// Output
int last_bit_;