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/e132xs/e132xs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/cpu/e132xs') diff --git a/src/emu/cpu/e132xs/e132xs.c b/src/emu/cpu/e132xs/e132xs.c index 6fc51c6df70..8c85ba64a6b 100644 --- a/src/emu/cpu/e132xs/e132xs.c +++ b/src/emu/cpu/e132xs/e132xs.c @@ -320,8 +320,8 @@ struct _hyperstone_state device_irq_callback irq_callback; legacy_cpu_device *device; - const address_space *program; - const address_space *io; + address_space *program; + address_space *io; UINT32 opcodexor; INT32 instruction_length; -- cgit v1.2.3-70-g09d2