summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cischeat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cischeat.cpp')
-rw-r--r--src/mame/video/cischeat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cischeat.cpp b/src/mame/video/cischeat.cpp
index 92d0fcac868..4e95a5a8fdd 100644
--- a/src/mame/video/cischeat.cpp
+++ b/src/mame/video/cischeat.cpp
@@ -655,7 +655,7 @@ WRITE16_MEMBER(cischeat_state::scudhamm_vregs_w)
case 0x100/2+1 : CISCHEAT_VREG_SCROLL(2,y); break;
case 0x100/2+2 : cischeat_set_vreg_flag(2,new_data);break;
- case 0x208/2 : watchdog_reset_w(space,0,0); break;
+ case 0x208/2 : m_watchdog->reset_w(space,0,0); break;
default: SHOW_WRITE_ERROR("vreg %04X <- %04X",offset*2,data);
}