summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/copsnrob.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-09-17 09:16:44 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-09-17 09:16:44 +0000
commit0dc663e2e920bad3c4c1247dfb83c66a7b06d354 (patch)
tree9364ca67c09e77b54cd7aec72c8040c441fc3a43 /src/mame/includes/copsnrob.h
parent3cce7e019e095296b5ce2bb45d19b1209bed961d (diff)
Memory handler cleanup 3. Add mem_mask parameter
to 8-bit handlers to match the others. To ease pain, added DECLARE_READ/WRITE_HANDLER macros that set up a default parameter. Also updated devcb so that the handlers can be called with or without the mem_mask. [Aaron Giles]
Diffstat (limited to 'src/mame/includes/copsnrob.h')
-rw-r--r--src/mame/includes/copsnrob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/copsnrob.h b/src/mame/includes/copsnrob.h
index bc6a94e330f..69b4d526d50 100644
--- a/src/mame/includes/copsnrob.h
+++ b/src/mame/includes/copsnrob.h
@@ -41,7 +41,7 @@ public:
/*----------- defined in machine/copsnrob.c -----------*/
-READ8_HANDLER( copsnrob_gun_position_r );
+DECLARE_READ8_HANDLER( copsnrob_gun_position_r );
/*----------- defined in video/copsnrob.c -----------*/