mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
wicat: added else. (no whatsnew)
This commit is contained in:
parent
cad9bf29eb
commit
c0c8402fd2
@ -504,7 +504,7 @@ WRITE16_MEMBER(wicat_state::via_w)
|
||||
{
|
||||
if(ACCESSING_BITS_0_7)
|
||||
m_via->write(space,offset,data);
|
||||
if(ACCESSING_BITS_8_15)
|
||||
else if(ACCESSING_BITS_8_15)
|
||||
m_via->write(space,offset,data>>8);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user