From 65e9134c917bcdcfad28e9be104368c73f95e29c Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Mon, 2 Jun 2014 19:25:47 +0000 Subject: don't log to stdout (nw) --- src/emu/bus/msx_cart/hfox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/bus/msx_cart') diff --git a/src/emu/bus/msx_cart/hfox.c b/src/emu/bus/msx_cart/hfox.c index 695845a54e2..24ee0bcaa39 100644 --- a/src/emu/bus/msx_cart/hfox.c +++ b/src/emu/bus/msx_cart/hfox.c @@ -71,7 +71,7 @@ WRITE8_MEMBER(msx_cart_hfox::write_cart) break; default: - printf("msx_cart_hfox: unhandled write %02x to %04x\n", data, offset); + logerror("msx_cart_hfox: unhandled write %02x to %04x\n", data, offset); break; } } -- cgit v1.2.3-70-g09d2