summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apple3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/apple3.c')
-rw-r--r--src/mess/video/apple3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/apple3.c b/src/mess/video/apple3.c
index c4b0b0f6ccf..68b08bee1fc 100644
--- a/src/mess/video/apple3.c
+++ b/src/mess/video/apple3.c
@@ -40,7 +40,7 @@ static const UINT32 text_map[] =
void apple3_write_charmem(running_machine &machine)
{
apple3_state *state = machine.driver_data<apple3_state>();
- address_space& space = *machine.device("maincpu")->memory().space(AS_PROGRAM);
+ address_space& space = machine.device("maincpu")->memory().space(AS_PROGRAM);
static const UINT32 screen_hole_map[] =
{
0x478, 0x4f8, 0x578, 0x5f8, 0x678, 0x6f8, 0x778, 0x7f8