summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eva.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-12-16 17:09:08 +0100
committer hap <happppp@users.noreply.github.com>2017-12-16 17:09:28 +0100
commit3f0c8f34b2aacdd7ae42b20624d30c351a0341d4 (patch)
treeee9d71fce58dc8810c8575756880c0c8f8740acf /src/mame/drivers/eva.cpp
parent253b95703cded100faa4df8fabd9a038796d1978 (diff)
hh_cop400: split h2hbaskb into 3 sets. Still need to do internal artwork (nw)
Diffstat (limited to 'src/mame/drivers/eva.cpp')
-rw-r--r--src/mame/drivers/eva.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/eva.cpp b/src/mame/drivers/eva.cpp
index c7681d980c5..3099f72898a 100644
--- a/src/mame/drivers/eva.cpp
+++ b/src/mame/drivers/eva.cpp
@@ -123,7 +123,8 @@ WRITE16_MEMBER(eva_state::eva11_write_o)
READ8_MEMBER(eva_state::eva11_read_k)
{
// K84: TMS5100 CTL81(O30)
- u8 ctl = bitswap<8>(m_tms5100->ctl_r(space, 0),7,6,5,4,3,0,1,2) & 0xc;
+ u8 ctl = m_tms5100->ctl_r(space, 0);
+ ctl = bitswap<2>(ctl, 3,0) << 2;
// TODO: sensors