diff options
author | 2016-02-24 07:46:57 +0100 | |
---|---|---|
committer | 2016-02-24 07:46:57 +0100 | |
commit | 3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch) | |
tree | 63e6be46c1932606689f9bfacc920d69cfc4b51f /src/mame/drivers/tispeak.cpp | |
parent | 0cbd8782119b140920097a2bee76f36aef014be9 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/mame/drivers/tispeak.cpp')
-rw-r--r-- | src/mame/drivers/tispeak.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tispeak.cpp b/src/mame/drivers/tispeak.cpp index 68fd7e966bf..68cae4eb3ce 100644 --- a/src/mame/drivers/tispeak.cpp +++ b/src/mame/drivers/tispeak.cpp @@ -377,7 +377,7 @@ K28 modules: - Expansion Module 4: VSM: 16KB CM62217 - Expansion Module 5: VSM: 16KB CM62218* - Expansion Module 6: VSM: 16KB CM62219 - + note: these won't work on the 1981 version(s) ---------------------------------------------------------------------------- @@ -682,7 +682,7 @@ WRITE16_MEMBER(tispeak_state::k28_write_r) // R0: TMS5100 PDC pin m_tms5100->pdc_w(data & 1); - + // R5: input mux high bit m_inp_mux = (m_inp_mux & 0xff) | (data << 3 & 0x100); |