summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-02-11 18:35:54 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-02-11 18:35:54 +0000
commit1420ed893ae8344144582793cdcc1a0eafda4610 (patch)
treefa1ce4a9b71746b79f02dd156919628931d3203d
parent399ffe28f2e07a06e03387fd5c459e5b52fb4fcd (diff)
GCC compile fix.
-rw-r--r--src/mame/drivers/tomcat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tomcat.c b/src/mame/drivers/tomcat.c
index 037386393c7..23954ce7f5a 100644
--- a/src/mame/drivers/tomcat.c
+++ b/src/mame/drivers/tomcat.c
@@ -197,6 +197,7 @@ static READ16_HANDLER(dsp_BIO_r)
else
{
assert(0);
+ return 0;
}
}
else