summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/ggenie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/megadrive/ggenie.cpp')
-rw-r--r--src/devices/bus/megadrive/ggenie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/megadrive/ggenie.cpp b/src/devices/bus/megadrive/ggenie.cpp
index 1c75febc54b..caef897b77c 100644
--- a/src/devices/bus/megadrive/ggenie.cpp
+++ b/src/devices/bus/megadrive/ggenie.cpp
@@ -35,8 +35,8 @@ const device_type MD_ROM_GAMEGENIE = &device_creator<md_rom_ggenie_device>;
md_rom_ggenie_device::md_rom_ggenie_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MD_ROM_GAMEGENIE, "MD Game Genie", tag, owner, clock, "md_ggenie", __FILE__),
device_md_cart_interface( mconfig, *this ),
- m_exp(*this, "subslot")
-{
+ m_exp(*this, "subslot"), m_gg_bypass(0), m_reg_enable(0)
+ {
}