summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/astrocde.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/astrocde.c')
-rw-r--r--src/mame/video/astrocde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/astrocde.c b/src/mame/video/astrocde.c
index bed4aaace68..cc28efe4e05 100644
--- a/src/mame/video/astrocde.c
+++ b/src/mame/video/astrocde.c
@@ -866,7 +866,7 @@ WRITE8_MEMBER(astrocde_state::astrocade_pattern_board_w)
case 6: /* height of blit and initiator */
m_pattern_height = data;
- execute_blit(*space.device().memory().space(AS_PROGRAM));
+ execute_blit(space.device().memory().space(AS_PROGRAM));
break;
}
}
href='#n92'>92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129