summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ram.c')
-rw-r--r--src/emu/machine/ram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/ram.c b/src/emu/machine/ram.c
index 8767b7e031b..c7ac5bf09ee 100644
--- a/src/emu/machine/ram.c
+++ b/src/emu/machine/ram.c
@@ -28,7 +28,7 @@ const device_type RAM = &device_creator<ram_device>;
//-------------------------------------------------
ram_device::ram_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, RAM, "RAM", tag, owner, clock)
+ : device_t(mconfig, RAM, "RAM", tag, owner, clock)
{
m_size = 0;
m_pointer = NULL;