mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +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 */
|
/* disable BIOS ROM */
|
||||||
m_bios_disable = TRUE;
|
m_bios_disable = TRUE;
|
||||||
printf("here again?\n");
|
//printf("here again?\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
gb_video_w(space, offset, data);
|
gb_video_w(space, offset, data);
|
||||||
|
Loading…
Reference in New Issue
Block a user