diff options
author | 2010-08-19 16:10:19 +0000 | |
---|---|---|
committer | 2010-08-19 16:10:19 +0000 | |
commit | 621a2faa2a384ccea46ee3630c57961b92070ed7 (patch) | |
tree | 960fd0c5fbc1b8fcc3b07ff2cc538048eaa7b9af /src/emu/cpu/h6280/h6280.h | |
parent | 9bbc2e2f00ac611c79969db389043cd035e4215d (diff) |
Remove final set of legacy inlines from memory.h. Mostly affects CPU
cores, which all now cache a copy of space->direct() and use it for
direct accesses.
Diffstat (limited to 'src/emu/cpu/h6280/h6280.h')
-rw-r--r-- | src/emu/cpu/h6280/h6280.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/h6280/h6280.h b/src/emu/cpu/h6280/h6280.h index 8fab3e89a84..e456581db6f 100644 --- a/src/emu/cpu/h6280/h6280.h +++ b/src/emu/cpu/h6280/h6280.h @@ -63,6 +63,7 @@ typedef struct device_irq_callback irq_callback; legacy_cpu_device *device; address_space *program; + direct_read_data *direct; address_space *io; #if LAZY_FLAGS |