summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/gameboy/gb_slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/gameboy/gb_slot.c')
-rw-r--r--src/emu/bus/gameboy/gb_slot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/gameboy/gb_slot.c b/src/emu/bus/gameboy/gb_slot.c
index dff39ce978f..b0b95912269 100644
--- a/src/emu/bus/gameboy/gb_slot.c
+++ b/src/emu/bus/gameboy/gb_slot.c
@@ -36,8 +36,8 @@ const device_type MEGADUCK_CART_SLOT = &device_creator<megaduck_cart_slot_device
device_gb_cart_interface::device_gb_cart_interface(const machine_config &mconfig, device_t &device)
: device_slot_card_interface(mconfig, device),
- has_rumble(false),
- has_timer(false),
+ has_rumble(false),
+ has_timer(false),
has_battery(false)
{
}