diff options
Diffstat (limited to 'src/emu/bus/msx_cart/hfox.c')
-rw-r--r-- | src/emu/bus/msx_cart/hfox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |