1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Merge branch 'PragmaMark'

This commit is contained in:
Thomas Harte 2017-11-12 16:11:36 -05:00
commit 61f2191c86

View File

@ -139,7 +139,7 @@ void MachineBase::process_input_bit(int value) {
// the 1540 does not recognise index holes // the 1540 does not recognise index holes
void MachineBase::process_index_hole() {} void MachineBase::process_index_hole() {}
#pragma mak - Drive VIA delegate // MARK: - Drive VIA delegate
void MachineBase::drive_via_did_step_head(void *driveVIA, int direction) { void MachineBase::drive_via_did_step_head(void *driveVIA, int direction) {
drive_->step(direction); drive_->step(direction);