summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010/34010dsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms34010/34010dsm.c')
-rw-r--r--src/emu/cpu/tms34010/34010dsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/tms34010/34010dsm.c b/src/emu/cpu/tms34010/34010dsm.c
index 129ae27517e..7bc2bf8922e 100644
--- a/src/emu/cpu/tms34010/34010dsm.c
+++ b/src/emu/cpu/tms34010/34010dsm.c
@@ -246,7 +246,7 @@ static void print_reg_list(UINT16 rev)
}
-unsigned Dasm340x0(char *buff, UINT32 pc, int is_34020)
+static unsigned Dasm340x0(char *buff, UINT32 pc, int is_34020)
{
int flags = 0;
UINT8 bad = 0;