diff options
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); |