summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-25 15:06:01 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-25 15:06:47 -0400
commit02a4f6fd888f8538151199a8d23d673954534f9b (patch)
tree169da761267751f3c0b059c8a66dfc96a45aa199 /src/mame/includes
parent57545da189ae62a85b21d44c7c617fe64a723b1d (diff)
williams.cpp: Clean up scanline timers (nw)
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/williams.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/includes/williams.h b/src/mame/includes/williams.h
index 2de918ed9ed..edd172957de 100644
--- a/src/mame/includes/williams.h
+++ b/src/mame/includes/williams.h
@@ -89,11 +89,8 @@ public:
DECLARE_MACHINE_RESET(defender);
DECLARE_VIDEO_START(williams);
DECLARE_MACHINE_START(williams);
- DECLARE_MACHINE_RESET(williams);
DECLARE_MACHINE_START(williams_common);
- DECLARE_MACHINE_RESET(williams_common);
uint32_t screen_update_williams(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- TIMER_CALLBACK_MEMBER(williams_count240_off_callback);
TIMER_CALLBACK_MEMBER(williams_deferred_snd_cmd_w);
TIMER_DEVICE_CALLBACK_MEMBER(williams_va11_callback);
TIMER_DEVICE_CALLBACK_MEMBER(williams_count240_callback);
@@ -184,7 +181,6 @@ public:
void init_blaster();
DECLARE_MACHINE_START(blaster);
- DECLARE_MACHINE_RESET(blaster);
DECLARE_VIDEO_START(blaster);
uint32_t screen_update_blaster(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
@@ -225,7 +221,6 @@ public:
DECLARE_WRITE8_MEMBER(williams2_xscroll_low_w);
DECLARE_WRITE8_MEMBER(williams2_xscroll_high_w);
DECLARE_WRITE8_MEMBER(williams2_blit_window_enable_w);
- TIMER_CALLBACK_MEMBER(williams2_endscreen_off_callback);
TIMER_DEVICE_CALLBACK_MEMBER(williams2_va11_callback);
TIMER_DEVICE_CALLBACK_MEMBER(williams2_endscreen_callback);
TIMER_CALLBACK_MEMBER(williams2_deferred_snd_cmd_w);