summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/saturn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/saturn.h')
-rw-r--r--src/mame/includes/saturn.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/saturn.h b/src/mame/includes/saturn.h
index 3f945afd979..bb8ebf478e5 100644
--- a/src/mame/includes/saturn.h
+++ b/src/mame/includes/saturn.h
@@ -689,10 +689,10 @@ public:
DECLARE_READ8_MEMBER( stv_SMPC_r );
DECLARE_WRITE8_MEMBER( stv_SMPC_w );
- void debug_scudma_command(int ref, int params, const char **param);
- void debug_scuirq_command(int ref, int params, const char **param);
- void debug_help_command(int ref, int params, const char **param);
- void debug_commands(int ref, int params, const char **param);
+ void debug_scudma_command(int ref, const std::vector<std::string> &params);
+ void debug_scuirq_command(int ref, const std::vector<std::string> &params);
+ void debug_help_command(int ref, const std::vector<std::string> &params);
+ void debug_commands(int ref, const std::vector<std::string> &params);
};