summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/cheat.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-12-01 05:34:53 +1100
committer Vas Crabb <vas@vastheman.com>2017-12-01 05:34:53 +1100
commit199f92a2b0fa29da5ce52fce8114a4331dd3466b (patch)
tree308c7f414d3410b0862a57b05c971724ce36b65a /src/frontend/mame/cheat.h
parent19addd3df55fd79735653c6894835c4ac5fce45c (diff)
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
rid of reference constants in the debugger in favour of capturing the value in the bind/lambda (less ugly casting)
Diffstat (limited to 'src/frontend/mame/cheat.h')
-rw-r--r--src/frontend/mame/cheat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/cheat.h b/src/frontend/mame/cheat.h
index b685dba2c33..d05890c7152 100644
--- a/src/frontend/mame/cheat.h
+++ b/src/frontend/mame/cheat.h
@@ -327,8 +327,8 @@ public:
// global helpers
static std::string quote_expression(parsed_expression const &expression);
- static uint64_t execute_frombcd(symbol_table &table, void *ref, int params, uint64_t const *param);
- static uint64_t execute_tobcd(symbol_table &table, void *ref, int params, uint64_t const *param);
+ static uint64_t execute_frombcd(symbol_table &table, int params, uint64_t const *param);
+ static uint64_t execute_tobcd(symbol_table &table, int params, uint64_t const *param);
private:
// internal helpers