summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-11-26 19:48:14 +0100
committer hap <happppp@users.noreply.github.com>2019-11-26 19:48:28 +0100
commit248eb9a412bbddff7b40245e6b063c352937e409 (patch)
tree006ddc15b82e5e312329c298c46c9feb0b6f9153 /src
parent50bbd70d50d4133c3fe11166caffb397c8db5236 (diff)
screen: leftover debug printf (nw)
Diffstat (limited to 'src')
-rw-r--r--src/emu/screen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/screen.cpp b/src/emu/screen.cpp
index e40b40991a6..14ca9d7b947 100644
--- a/src/emu/screen.cpp
+++ b/src/emu/screen.cpp
@@ -1022,7 +1022,6 @@ void screen_device::configure(int width, int height, const rectangle &visarea, a
// reallocate bitmap(s) if necessary
realloc_screen_bitmaps();
- if (machine().input().code_pressed(KEYCODE_E)) printf("CONFIGURE\n");
// compute timing parameters
m_frame_period = frame_period;