summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rmnimbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rmnimbus.h')
-rw-r--r--src/mame/includes/rmnimbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/rmnimbus.h b/src/mame/includes/rmnimbus.h
index 66cd1cd3f51..f483a7b1da9 100644
--- a/src/mame/includes/rmnimbus.h
+++ b/src/mame/includes/rmnimbus.h
@@ -252,8 +252,8 @@ private:
void decode_dssi_f_plonk_char(uint16_t ds, uint16_t si, uint8_t raw_flag);
void decode_dssi_f_rw_sectors(uint16_t ds, uint16_t si, uint8_t raw_flag);
- void debug_command(int ref, const std::vector<std::string> &params);
- void video_debug(int ref, const std::vector<std::string> &params);
+ void debug_command(const std::vector<std::string> &params);
+ void video_debug(const std::vector<std::string> &params);
};
#endif // MAME_INCLUDES_RMNIMBUS_H