diff options
author | 2013-02-11 07:44:56 +0000 | |
---|---|---|
committer | 2013-02-11 07:44:56 +0000 | |
commit | a440a8e0200a36491ae540f6f00beae59c148549 (patch) | |
tree | b4c31ebadaa2857396c37178674086420bf1658f /src/mess/machine/gb.c | |
parent | 4b0b4e6b2fa7eb5105859f561354662d479f53be (diff) |
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mess/machine/gb.c')
-rw-r--r-- | src/mess/machine/gb.c | 3 |
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]); } - |