summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2013-07-22 21:31:10 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2013-07-22 21:31:10 +0000
commit4f94436201a59a613626bc974dbdd6102db57ecd (patch)
tree366dda147899916e96b786b2821679a8b1541ab8
parent9130356683ce9f7de496af05664fc4350a299dfd (diff)
missed this (nw)
-rw-r--r--src/mame/includes/deco32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/deco32.h b/src/mame/includes/deco32.h
index 0379ab57e42..13a5ecdf5b9 100644
--- a/src/mame/includes/deco32.h
+++ b/src/mame/includes/deco32.h
@@ -193,4 +193,5 @@ public:
void init_dragngun_common();
void screen_eof_dragngun(screen_device &screen, bool state);
void dragngun_draw_sprites( bitmap_rgb32 &bitmap, const rectangle &cliprect, const UINT32 *spritedata);
+ READ32_MEMBER( dragngun_unk_video_r );
};