summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gb_rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/gb_rom.c')
-rw-r--r--src/mess/machine/gb_rom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/gb_rom.c b/src/mess/machine/gb_rom.c
index 4937fb641be..e11e997ec6e 100644
--- a/src/mess/machine/gb_rom.c
+++ b/src/mess/machine/gb_rom.c
@@ -98,7 +98,7 @@ void gb_rom_device::shared_reset()
m_ram_bank = 0;
m_latch_bank = 0;
m_latch_bank2 = 1;
-
+
has_rumble = FALSE;
has_timer = FALSE;
has_battery = FALSE;
@@ -142,7 +142,7 @@ void megaduck_rom_device::device_reset()
m_ram_bank = 0;
m_latch_bank = 0;
m_latch_bank2 = 1;
-
+
has_rumble = FALSE;
has_timer = FALSE;
has_battery = FALSE;