From 05fd2ed6aec940b7009edfd5f30c319450942a54 Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Mon, 26 Apr 2010 08:55:56 +0000 Subject: [PATCH] not worth mention: made MAME compile again --- src/emu/sound/tms5220.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/emu/sound/tms5220.c b/src/emu/sound/tms5220.c index 30498201ab9..3d10b8c68f8 100644 --- a/src/emu/sound/tms5220.c +++ b/src/emu/sound/tms5220.c @@ -435,13 +435,15 @@ static void register_for_save_states(tms5220_state *tms) **********************************************************************************************/ +#ifdef DEBUG_PARSE_FRAME_DUMP static void printbits(long data, int num) { int i; for (i=(num-1); i>=0; i--) fprintf(stderr,"%0d", (int)(data>>i)&1); } - +#endif + /********************************************************************************************** tms5220_data_write -- handle a write to the TMS5220