mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-05 21:32:55 +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;
|
int drive = command_.target().drive;
|
||||||
select_drive(drive);
|
select_drive(drive);
|
||||||
result_stack_= {
|
result_stack_ = {
|
||||||
uint8_t(
|
uint8_t(
|
||||||
(command_.drive_head()) | // drive and head number
|
(command_.drive_head()) | // drive and head number
|
||||||
0x08 | // single sided
|
0x08 | // single sided
|
||||||
|
Loading…
x
Reference in New Issue
Block a user