summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2020-05-30 20:56:03 +0200
committer GitHub <noreply@github.com>2020-05-30 20:56:03 +0200
commit94fed90ff33f717854de00d085bc6c7cbd13acb8 (patch)
tree7220c9108700a8a6a5372249093101fca0674dec
parent7c2b5676a73b4f2ce5581c40e4ccaad48f49537a (diff)
Remove empty debug fn (nw)
-rw-r--r--src/mame/video/nbmj8688.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/video/nbmj8688.cpp b/src/mame/video/nbmj8688.cpp
index 0a7520a75b1..c3a41e5056b 100644
--- a/src/mame/video/nbmj8688.cpp
+++ b/src/mame/video/nbmj8688.cpp
@@ -635,11 +635,6 @@ uint32_t nbmj8688_state::screen_update(screen_device &screen, bitmap_ind16 &bitm
{
int x, y;
-if(machine().input().code_pressed_once(KEYCODE_T))
-{
- //
-}
-
if (m_screen_refresh)
{
m_screen_refresh = 0;