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/sh2/sh2comn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/cpu/sh2') diff --git a/src/emu/cpu/sh2/sh2comn.h b/src/emu/cpu/sh2/sh2comn.h index b716f67c185..654a3993a0d 100644 --- a/src/emu/cpu/sh2/sh2comn.h +++ b/src/emu/cpu/sh2/sh2comn.h @@ -116,8 +116,8 @@ typedef struct INT8 irq_line_state[17]; device_irq_callback irq_callback; legacy_cpu_device *device; - const address_space *program; - const address_space *internal; + address_space *program; + address_space *internal; UINT32 *m; INT8 nmi_line_state; -- cgit v1.2.3-70-g09d2