diff options
Diffstat (limited to 'src/mame/dataeast/decocass_tape.h')
| -rw-r--r-- | src/mame/dataeast/decocass_tape.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/dataeast/decocass_tape.h b/src/mame/dataeast/decocass_tape.h index 03f8396fee6..373920047cf 100644 --- a/src/mame/dataeast/decocass_tape.h +++ b/src/mame/dataeast/decocass_tape.h @@ -58,13 +58,13 @@ private: // internal state emu_timer * m_tape_timer; /* timer for running the tape */ - int8_t m_speed; /* speed: <-1=fast rewind, -1=reverse, 0=stopped, 1=normal, >1=fast forward */ + int8_t m_speed; /* speed: <-1=fast rewind, -1=reverse, 0=stopped, 1=normal, >1=fast forward */ tape_region m_region; /* current region */ tape_byte m_bytenum; /* byte number within a datablock */ - uint8_t m_bitnum; /* bit number within a byte */ - uint32_t m_clockpos; /* the current clock position of the tape */ - uint32_t m_numclocks; /* total number of clocks on the entire tape */ - uint16_t m_crc16[256]; /* CRC16 for each block */ + uint8_t m_bitnum; /* bit number within a byte */ + uint32_t m_clockpos; /* the current clock position of the tape */ + uint32_t m_numclocks; /* total number of clocks on the entire tape */ + uint16_t m_crc16[256]; /* CRC16 for each block */ optional_region_ptr<uint8_t> m_tape_data; std::string describe_state(); |
