summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/plygonet.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-12 10:01:14 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-12 10:01:14 +0000
commit9cada7c97e852b7a594dbf6dd940f0de284487c9 (patch)
tree2eed300cc2ca62fb139801223e8edd4f77cce7a4 /src/mame/includes/plygonet.h
parent4f40d7f2cd3f3563b1d642e454ac2ad94a9028ac (diff)
Modernization of drivers part 15 (no whatsnew)
Diffstat (limited to 'src/mame/includes/plygonet.h')
-rw-r--r--src/mame/includes/plygonet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/plygonet.h b/src/mame/includes/plygonet.h
index 14827facf52..4da9025af60 100644
--- a/src/mame/includes/plygonet.h
+++ b/src/mame/includes/plygonet.h
@@ -75,4 +75,5 @@ public:
UINT32 screen_update_polygonet(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(polygonet_interrupt);
INTERRUPT_GEN_MEMBER(audio_interrupt);
+ void reset_sound_region();
};