diff options
author | 2014-12-19 13:11:28 -0500 | |
---|---|---|
committer | 2014-12-19 13:11:28 -0500 | |
commit | d46d881e80889b602b9e93bfaae1c1c68db30a27 (patch) | |
tree | d1ad2918416a2bb2afb7a9042a37a82ea4f8541b /src/emu/sound/tms5110.h | |
parent | 09ec9d600606227187afec5c6d7699f3e2cb9c83 (diff) |
tms5110.c: implement output and read bit commands. [Lord Nightmare]
Diffstat (limited to 'src/emu/sound/tms5110.h')
-rw-r--r-- | src/emu/sound/tms5110.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/tms5110.h b/src/emu/sound/tms5110.h index bf6eed76ee8..25d960f3353 100644 --- a/src/emu/sound/tms5110.h +++ b/src/emu/sound/tms5110.h @@ -115,6 +115,8 @@ private: UINT8 m_next_is_address; UINT8 m_schedule_dummy_read; UINT8 m_addr_bit; + /* read byte */ + UINT8 m_CTL_buffer; /* callbacks */ devcb_write_line m_m0_cb; // the M0 line |