summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/nvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/nvram.c')
-rw-r--r--src/emu/machine/nvram.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/nvram.c b/src/emu/machine/nvram.c
index 4bacf3047d9..864416d3426 100644
--- a/src/emu/machine/nvram.c
+++ b/src/emu/machine/nvram.c
@@ -55,10 +55,10 @@ const device_type NVRAM = &device_creator<nvram_device>;
nvram_device::nvram_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, NVRAM, "NVRAM", tag, owner, clock),
- device_nvram_interface(mconfig, *this),
- m_default_value(DEFAULT_ALL_1),
- m_base(NULL),
- m_length(0)
+ device_nvram_interface(mconfig, *this),
+ m_default_value(DEFAULT_ALL_1),
+ m_base(NULL),
+ m_length(0)
{
}