summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ojankohs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ojankohs.c')
-rw-r--r--src/mame/video/ojankohs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/ojankohs.c b/src/mame/video/ojankohs.c
index ebf3f8151a3..9729453dd3a 100644
--- a/src/mame/video/ojankohs.c
+++ b/src/mame/video/ojankohs.c
@@ -271,9 +271,9 @@ VIDEO_START( ojankohs )
ojankohs_state *state = machine.driver_data<ojankohs_state>();
state->m_tilemap = tilemap_create(machine, ojankohs_get_tile_info, tilemap_scan_rows, 8, 4, 64, 64);
-// state->m_videoram = auto_alloc_array(machine, UINT8, 0x1000);
-// state->m_colorram = auto_alloc_array(machine, UINT8, 0x1000);
-// state->m_paletteram = auto_alloc_array(machine, UINT8, 0x800);
+// state->m_videoram = auto_alloc_array(machine, UINT8, 0x1000);
+// state->m_colorram = auto_alloc_array(machine, UINT8, 0x1000);
+// state->m_paletteram = auto_alloc_array(machine, UINT8, 0x800);
state->save_pointer(NAME(state->m_videoram), 0x1000);
state->save_pointer(NAME(state->m_colorram), 0x1000);
@@ -285,8 +285,8 @@ VIDEO_START( ojankoy )
ojankohs_state *state = machine.driver_data<ojankohs_state>();
state->m_tilemap = tilemap_create(machine, ojankoy_get_tile_info, tilemap_scan_rows, 8, 4, 64, 64);
-// state->m_videoram = auto_alloc_array(machine, UINT8, 0x2000);
-// state->m_colorram = auto_alloc_array(machine, UINT8, 0x1000);
+// state->m_videoram = auto_alloc_array(machine, UINT8, 0x2000);
+// state->m_colorram = auto_alloc_array(machine, UINT8, 0x1000);
state->save_pointer(NAME(state->m_videoram), 0x2000);
state->save_pointer(NAME(state->m_colorram), 0x1000);