From 3598b772bc80b2efb6396c65996462b38eedc593 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 19 Aug 2010 07:26:14 +0000 Subject: Replace "const address_space" with "address_space" throughout the system. The purpose of making it const before was to discourage direct tampering, but private/protected does a better job of that now anyhow, and it is annoying now. s/const[ \t]+address_space\b/address_space/g; Is basically what I did. --- src/emu/cpu/hd6309/hd6309.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/cpu/hd6309') diff --git a/src/emu/cpu/hd6309/hd6309.c b/src/emu/cpu/hd6309/hd6309.c index 8ad722d8147..d567edbc043 100644 --- a/src/emu/cpu/hd6309/hd6309.c +++ b/src/emu/cpu/hd6309/hd6309.c @@ -137,7 +137,7 @@ struct _m68_state_t PAIR ea; /* effective address */ /* Memory spaces */ - const address_space *program; + address_space *program; UINT8 int_state; /* SYNC and CWAI flags */ UINT8 nmi_state; -- cgit v1.2.3-70-g09d2