summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas16a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segas16a.h')
-rw-r--r--src/mame/includes/segas16a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segas16a.h b/src/mame/includes/segas16a.h
index 90804513a4b..9862f1cc662 100644
--- a/src/mame/includes/segas16a.h
+++ b/src/mame/includes/segas16a.h
@@ -95,7 +95,7 @@ private:
DECLARE_READ8_MEMBER( sound_data_r );
DECLARE_WRITE8_MEMBER( n7751_command_w );
DECLARE_WRITE8_MEMBER( n7751_control_w );
- DECLARE_WRITE8_MEMBER( n7751_rom_offset_w );
+ template<int Shift> void n7751_rom_offset_w(uint8_t data);
// N7751 sound generator CPU read/write handlers
DECLARE_READ8_MEMBER( n7751_rom_r );