summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/cheat.h
diff options
context:
space:
mode:
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 b6faaa85e80..b81225faf15 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, int params, uint64_t const *param);
- static uint64_t execute_tobcd(symbol_table &table, int params, uint64_t const *param);
+ static uint64_t execute_frombcd(int params, uint64_t const *param);
+ static uint64_t execute_tobcd(int params, uint64_t const *param);
private:
// internal helpers