mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-02 02:16:18 +00:00
Minor static_cast clean-ups.
This commit is contained in:
@@ -80,7 +80,7 @@ void MFMController::process_input_bit(int value) {
|
||||
break;
|
||||
}
|
||||
latest_token_.byte_value = shifter_.get_byte();
|
||||
posit_event(static_cast<int>(Event::Token));
|
||||
posit_event(int(Event::Token));
|
||||
}
|
||||
|
||||
void MFMController::write_bit(int bit) {
|
||||
|
||||
Reference in New Issue
Block a user