summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/hp48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/hp48.c')
-rw-r--r--src/mess/machine/hp48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/hp48.c b/src/mess/machine/hp48.c
index 2b728f305e8..1c1926adea7 100644
--- a/src/mess/machine/hp48.c
+++ b/src/mess/machine/hp48.c
@@ -709,7 +709,7 @@ static void hp48_apply_modules(hp48_state *state)
{
int i;
int nce2_enable = 1;
- address_space& space = *state->machine().device("maincpu")->memory().space(AS_PROGRAM);
+ address_space& space = state->machine().device("maincpu")->memory().space(AS_PROGRAM);
state->m_io_addr = 0x100000;