summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox.h')
-rw-r--r--src/mame/includes/xbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xbox.h b/src/mame/includes/xbox.h
index 613a2ca48f6..02623c5bc2d 100644
--- a/src/mame/includes/xbox.h
+++ b/src/mame/includes/xbox.h
@@ -56,7 +56,7 @@ public:
virtual void hack_eeprom() {};
virtual void hack_usb() {};
- void vblank_callback(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(vblank_callback);
uint32_t screen_update_callback(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
virtual void machine_start() override;