diff options
Diffstat (limited to 'src/devices/video/ef9369.cpp')
-rw-r--r-- | src/devices/video/ef9369.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9369.cpp b/src/devices/video/ef9369.cpp index d373fea132f..7d97888b845 100644 --- a/src/devices/video/ef9369.cpp +++ b/src/devices/video/ef9369.cpp @@ -100,5 +100,5 @@ WRITE8_MEMBER( ef9369_device::data_w ) WRITE8_MEMBER( ef9369_device::address_w ) { - m_address = data & 0x1f; // 5-bit + m_address = data & 0x1f; // 5-bit } |