mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
forgot to comment out a printf... nw.
This commit is contained in:
parent
586d19582f
commit
9d41aec482
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user