summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dgn_beta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dgn_beta.h')
-rw-r--r--src/mame/includes/dgn_beta.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/dgn_beta.h b/src/mame/includes/dgn_beta.h
index ee45ee9cf6c..2c93ad9f771 100644
--- a/src/mame/includes/dgn_beta.h
+++ b/src/mame/includes/dgn_beta.h
@@ -224,8 +224,8 @@ public:
offs_t dgnbeta_dasm_override(device_t &device, std::ostream &stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, int options);
private:
- void execute_beta_key_dump(int ref, int params, const char *param[]);
- void execute_beta_dat_log(int ref, int params, const char *param[]);
+ void execute_beta_key_dump(int ref, const std::vector<std::string> &params);
+ void execute_beta_dat_log(int ref, const std::vector<std::string> &params);
};
#endif /* DGN_BETA_H_ */