diff options
Diffstat (limited to 'src/emu/cpu/h6280/h6280.h')
-rw-r--r-- | src/emu/cpu/h6280/h6280.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/h6280/h6280.h b/src/emu/cpu/h6280/h6280.h index da4c5f7e2ce..8fab3e89a84 100644 --- a/src/emu/cpu/h6280/h6280.h +++ b/src/emu/cpu/h6280/h6280.h @@ -62,8 +62,8 @@ typedef struct UINT8 irq_pending; device_irq_callback irq_callback; legacy_cpu_device *device; - const address_space *program; - const address_space *io; + address_space *program; + address_space *io; #if LAZY_FLAGS INT32 NZ; /* last value (lazy N and Z flag) */ |