mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Add missing space.
This commit is contained in:
parent
fbbe3ab7f1
commit
439104c73a
@ -737,7 +737,7 @@ void i8272::posit_event(int event_type) {
|
||||
{
|
||||
int drive = command_.target().drive;
|
||||
select_drive(drive);
|
||||
result_stack_= {
|
||||
result_stack_ = {
|
||||
uint8_t(
|
||||
(command_.drive_head()) | // drive and head number
|
||||
0x08 | // single sided
|
||||
|
Loading…
Reference in New Issue
Block a user