summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/nt7534.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/nt7534.cpp')
-rw-r--r--src/devices/video/nt7534.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/nt7534.cpp b/src/devices/video/nt7534.cpp
index ea91164c8df..cf2219b3805 100644
--- a/src/devices/video/nt7534.cpp
+++ b/src/devices/video/nt7534.cpp
@@ -283,7 +283,7 @@ READ8_MEMBER(nt7534_device::control_read)
{
if (m_data_len == 4)
{
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
update_nibble(0, 1);
if (m_nibble)
@@ -342,7 +342,7 @@ READ8_MEMBER(nt7534_device::data_read)
if (m_data_len == 4)
{
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
update_nibble(1, 1);
if (m_nibble)