summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/gb.c')
-rw-r--r--src/mess/machine/gb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/gb.c b/src/mess/machine/gb.c
index 2160cacaa53..60f97ddfb6e 100644
--- a/src/mess/machine/gb.c
+++ b/src/mess/machine/gb.c
@@ -1057,7 +1057,7 @@ MACHINE_RESET_MEMBER(megaduck_state,megaduck)
{
/* We may have to add some more stuff here, if not then it can be merged back into gb */
gb_init();
-
+
m_bios_disable = TRUE;
gb_video_reset( GB_VIDEO_DMG );
@@ -1168,4 +1168,3 @@ READ8_MEMBER(megaduck_state::megaduck_sound_r2)
{
return gb_sound_r(machine().device("custom"), space, 0x10 + megaduck_sound_offsets[offset]);
}
-