Previous 199869 Revisions Next

r20816 Thursday 7th February, 2013 at 21:12:55 UTC by Fabio Priuli
forgot to comment out a printf... nw.
[src/mess/machine]gb.c

trunk/src/mess/machine/gb.c
r20815r20816
352352   {
353353      /* disable BIOS ROM */
354354      m_bios_disable = TRUE;
355      printf("here again?\n");
355      //printf("here again?\n");
356356   }
357357   else
358358      gb_video_w(space, offset, data);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team