diff --git a/src/mess/machine/gb.c b/src/mess/machine/gb.c index ff8c3d182c9..e39b489d9e6 100644 --- a/src/mess/machine/gb.c +++ b/src/mess/machine/gb.c @@ -352,7 +352,7 @@ WRITE8_MEMBER(gb_state::gb_io2_w) { /* disable BIOS ROM */ m_bios_disable = TRUE; - printf("here again?\n"); + //printf("here again?\n"); } else gb_video_w(space, offset, data);