summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pipbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pipbug.c')
-rw-r--r--src/mess/drivers/pipbug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pipbug.c b/src/mess/drivers/pipbug.c
index b95737a8e1d..48bc1c69cdf 100644
--- a/src/mess/drivers/pipbug.c
+++ b/src/mess/drivers/pipbug.c
@@ -92,7 +92,7 @@ static const serial_terminal_interface terminal_intf =
QUICKLOAD_LOAD( pipbug )
{
- address_space &space = *image.device().machine().device("maincpu")->memory().space(AS_PROGRAM);
+ address_space &space = image.device().machine().device("maincpu")->memory().space(AS_PROGRAM);
int i;
int quick_addr = 0x0440;
int exec_addr;