forgot to comment out a printf... nw.

This commit is contained in:
Fabio Priuli 2013-02-07 21:12:55 +00:00
parent 586d19582f
commit 9d41aec482

View File

@ -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);