diff options
| author | 2015-12-30 08:18:51 +0100 | |
|---|---|---|
| committer | 2015-12-30 08:18:51 +0100 | |
| commit | 4afd75e2fd0fc40ae0e47ab6063e6228cd7eaabe (patch) | |
| tree | a30d36789b6148002e09f8e65ff6266e21790396 /src/devices/machine/tms6100.cpp | |
| parent | 3b0d814b9b9f890eb2ca1edc3f37c775be76ea88 (diff) | |
Cleanups and version bumpmame0169
Diffstat (limited to 'src/devices/machine/tms6100.cpp')
| -rw-r--r-- | src/devices/machine/tms6100.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/tms6100.cpp b/src/devices/machine/tms6100.cpp index fc340de9247..402ba1ad7ca 100644 --- a/src/devices/machine/tms6100.cpp +++ b/src/devices/machine/tms6100.cpp @@ -206,7 +206,7 @@ WRITE_LINE_MEMBER(tms6100_device::romclock_w) UINT8 word = m_rom[m_address >> 3]; if (m_reverse_bits) word = BITSWAP8(word,0,1,2,3,4,5,6,7); - + if (m_4bit_read) { m_data = word >> (m_address & 4) & 0xf; |
