summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/awpvid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/awpvid.h')
-rw-r--r--src/mame/video/awpvid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/awpvid.h b/src/mame/video/awpvid.h
index 3cf81ee3c03..7ce1928de8c 100644
--- a/src/mame/video/awpvid.h
+++ b/src/mame/video/awpvid.h
@@ -8,6 +8,6 @@
#include "machine/steppers.h"
-void awp_draw_reel(int rno, stepper_device &reel);
+void awp_draw_reel(const char* reeltag, stepper_device &reel);
#endif