Previous 199869 Revisions Next

r30780 Monday 2nd June, 2014 at 19:25:47 UTC by Wilbert Pol
don't log to stdout (nw)
[src/emu/bus/msx_cart]hfox.c

trunk/src/emu/bus/msx_cart/hfox.c
r30779r30780
7171         break;
7272
7373      default:
74         printf("msx_cart_hfox: unhandled write %02x to %04x\n", data, offset);
74         logerror("msx_cart_hfox: unhandled write %02x to %04x\n", data, offset);
7575         break;
7676   }
7777}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team