summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/athlon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i386/athlon.h')
-rw-r--r--src/devices/cpu/i386/athlon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i386/athlon.h b/src/devices/cpu/i386/athlon.h
index f7ee68ce962..69cc6d84794 100644
--- a/src/devices/cpu/i386/athlon.h
+++ b/src/devices/cpu/i386/athlon.h
@@ -52,7 +52,7 @@ private:
uint32_t program_read_cache(offs_t address, uint32_t mask);
void program_write_cache(offs_t address, uint32_t data, uint32_t mask);
- DECLARE_READ32_MEMBER(debug_read_memory);
+ u32 debug_read_memory(offs_t offset);
address_space_config m_data_config;
address_space_config m_opcodes_config;