summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/midtunit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/midtunit.h')
-rw-r--r--src/mame/video/midtunit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/midtunit.h b/src/mame/video/midtunit.h
index 0072e580f3f..0718eb6ce11 100644
--- a/src/mame/video/midtunit.h
+++ b/src/mame/video/midtunit.h
@@ -173,9 +173,9 @@ protected:
bitmap_argb32 m_log_bitmap;
void debug_init();
- void debug_commands(int ref, const std::vector<std::string> &params);
- void debug_help_command(int ref, const std::vector<std::string> &params);
- void debug_png_dma_command(int ref, const std::vector<std::string> &params);
+ void debug_commands(const std::vector<std::string> &params);
+ void debug_help_command(const std::vector<std::string> &params);
+ void debug_png_dma_command(const std::vector<std::string> &params);
void log_bitmap(int command, int bpp, bool skip);
};