summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/acorn_memc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/acorn_memc.h')
-rw-r--r--src/devices/machine/acorn_memc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/acorn_memc.h b/src/devices/machine/acorn_memc.h
index f0b687ac195..930e7477b19 100644
--- a/src/devices/machine/acorn_memc.h
+++ b/src/devices/machine/acorn_memc.h
@@ -60,7 +60,7 @@ protected:
virtual space_config_vector memory_space_config() const override;
private:
- void memc_map_debug_commands(int ref, const std::vector<std::string> &params);
+ void memc_map_debug_commands(const std::vector<std::string> &params);
uint32_t dram_address(uint32_t address);
bool is_valid_access(int page, bool write);
uint32_t invalid_access(bool is_write, offs_t offset, uint32_t data, uint32_t mem_mask = ~0);