summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exidy440.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exidy440.c')
-rw-r--r--src/mame/video/exidy440.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/exidy440.c b/src/mame/video/exidy440.c
index eceade70355..d2f1f27d07b 100644
--- a/src/mame/video/exidy440.c
+++ b/src/mame/video/exidy440.c
@@ -220,7 +220,7 @@ WRITE8_HANDLER( exidy440_interrupt_clear_w )
*
*************************************/
-void exidy440_update_firq(void)
+static void exidy440_update_firq(void)
{
if (exidy440_firq_vblank || (firq_enable && exidy440_firq_beam))
cpunum_set_input_line(0, 1, ASSERT_LINE);