diff options
Diffstat (limited to 'src/mame/video/k055555.cpp')
| -rw-r--r-- | src/mame/video/k055555.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k055555.cpp b/src/mame/video/k055555.cpp index 8db4e9f982c..adebdf0fe10 100644 --- a/src/mame/video/k055555.cpp +++ b/src/mame/video/k055555.cpp @@ -100,7 +100,7 @@ WRITE32_MEMBER( k055555_device::K055555_long_w ) regdat = data>>24; K055555_write_reg(regnum, regdat); } - + if (ACCESSING_BITS_8_15) { regnum = (offset<<1)+1; |
