summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/memex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/memex.cpp')
-rw-r--r--src/devices/bus/ti99_peb/memex.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/ti99_peb/memex.cpp b/src/devices/bus/ti99_peb/memex.cpp
index 1a56fe6a492..7fdf4dba607 100644
--- a/src/devices/bus/ti99_peb/memex.cpp
+++ b/src/devices/bus/ti99_peb/memex.cpp
@@ -33,9 +33,9 @@ enum
};
geneve_memex_device::geneve_memex_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
-: ti_expansion_card_device(mconfig, TI99_MEMEX, "Geneve memory expansion card", tag, owner, clock, "ti99_memex", __FILE__),
- m_ram(nullptr),
- m_genmod(0)
+: ti_expansion_card_device(mconfig, TI99_MEMEX, "Geneve memory expansion card", tag, owner, clock, "ti99_memex", __FILE__),
+ m_ram(nullptr),
+ m_genmod(0)
{
}