summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ssv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ssv.cpp')
-rw-r--r--src/mame/video/ssv.cpp17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/mame/video/ssv.cpp b/src/mame/video/ssv.cpp
index d9ceb4a71c9..0eaf75a120d 100644
--- a/src/mame/video/ssv.cpp
+++ b/src/mame/video/ssv.cpp
@@ -138,9 +138,6 @@ Note: press Z to show some info on each sprite (debug builds only)
#include "emu.h"
#include "includes/ssv.h"
-#ifdef MAME_DEBUG
-#include "ui/ui.h"
-#endif
#include "render.h"
@@ -931,13 +928,13 @@ void ssv_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect)
}
}
- #ifdef MAME_DEBUG
- if (machine().input().code_pressed(KEYCODE_Z)) /* Display some info on each sprite */
- { char buf[30];
- sprintf(buf, "%02X",/*(s2[2] & ~0x3ff)>>8*/mode>>8);
- machine().ui().draw_text(&machine().render().ui_container(), buf, sx, sy);
- }
- #endif
+// #ifdef MAME_DEBUG
+// if (machine().input().code_pressed(KEYCODE_Z)) /* Display some info on each sprite */
+// { char buf[30];
+// sprintf(buf, "%02X",/*(s2[2] & ~0x3ff)>>8*/mode>>8);
+// machine().ui().draw_text(&machine().render().ui_container(), buf, sx, sy);
+// }
+// #endif
} /* sprite type */