summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jalblend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jalblend.c')
-rw-r--r--src/mame/video/jalblend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/jalblend.c b/src/mame/video/jalblend.c
index 6b6e6f8917a..1d96bc6dbbe 100644
--- a/src/mame/video/jalblend.c
+++ b/src/mame/video/jalblend.c
@@ -35,7 +35,7 @@ jaleco_blend_device::jaleco_blend_device(const machine_config &mconfig, const ch
void jaleco_blend_device::device_start()
{
m_table = auto_alloc_array_clear(machine(), UINT8, 0xc00);
-
+
save_pointer(NAME(m_table), 0xc00);
}