From a440a8e0200a36491ae540f6f00beae59c148549 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 11 Feb 2013 07:44:56 +0000 Subject: Cleanups and version bump --- src/mess/machine/gb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mess/machine/gb.c') 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]); } - -- cgit v1.2.3-70-g09d2