summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007420.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007420.c')
-rw-r--r--src/mame/video/k007420.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/k007420.c b/src/mame/video/k007420.c
index 170def9759c..82fe02286c4 100644
--- a/src/mame/video/k007420.c
+++ b/src/mame/video/k007420.c
@@ -33,8 +33,8 @@ k007420_device::k007420_device(const machine_config &mconfig, const char *tag, d
void k007420_device::device_start()
{
// bind the init function
- m_callback.bind_relative_to(*owner());
-
+ m_callback.bind_relative_to(*owner());
+
m_ram = auto_alloc_array_clear(machine(), UINT8, 0x200);
save_pointer(NAME(m_ram), 0x200);