diff options
Diffstat (limited to 'src/lib/formats/hti_tape.h')
-rw-r--r-- | src/lib/formats/hti_tape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/hti_tape.h b/src/lib/formats/hti_tape.h index cb8b1a39262..469866d5f5b 100644 --- a/src/lib/formats/hti_tape.h +++ b/src/lib/formats/hti_tape.h @@ -57,7 +57,7 @@ public: static tape_pos_t next_hole(tape_pos_t pos , bool forward); // Write a data word on tape - void write_word(unsigned track_no , tape_pos_t start , tape_word_t word , tape_pos_t& length); + void write_word(unsigned track_no , tape_pos_t start , tape_word_t word , tape_pos_t& length , bool forward = true); // Write a gap on tape void write_gap(unsigned track_no , tape_pos_t a , tape_pos_t b); |