summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esripsys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esripsys.c')
-rw-r--r--src/mame/drivers/esripsys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/esripsys.c b/src/mame/drivers/esripsys.c
index d9d75b8db79..99b37f79bd9 100644
--- a/src/mame/drivers/esripsys.c
+++ b/src/mame/drivers/esripsys.c
@@ -680,7 +680,7 @@ static DRIVER_INIT( esripsys )
fdt_a = auto_alloc_array(machine, UINT8, FDT_RAM_SIZE);
fdt_b = auto_alloc_array(machine, UINT8, FDT_RAM_SIZE);
cmos_ram = auto_alloc_array(machine, UINT8, CMOS_RAM_SIZE);
-
+
machine->device<nvram_device>("nvram")->set_base(cmos_ram, CMOS_RAM_SIZE);
memory_set_bankptr(machine, "bank2", &rom[0x0000]);