summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ddragon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ddragon.h')
-rw-r--r--src/mame/includes/ddragon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ddragon.h b/src/mame/includes/ddragon.h
index 9f5856fc8ba..b5b072dcb5f 100644
--- a/src/mame/includes/ddragon.h
+++ b/src/mame/includes/ddragon.h
@@ -102,5 +102,5 @@ public:
int scanline_to_vcount( int scanline );
void dd_adpcm_int(device_t *device, int chip);
DECLARE_WRITE_LINE_MEMBER(dd_adpcm_int_1);
- DECLARE_WRITE_LINE_MEMBER(dd_adpcm_int_2);
+ DECLARE_WRITE_LINE_MEMBER(dd_adpcm_int_2);
};