From dbb6ff578cc80143e4786274bf3de510bf834ab5 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Mon, 20 Dec 2021 22:11:48 +0100 Subject: cga: Remove leftover debugging printf --- src/devices/bus/isa/cga.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/bus/isa/cga.cpp b/src/devices/bus/isa/cga.cpp index d8fb5302eff..77595bbbfb0 100644 --- a/src/devices/bus/isa/cga.cpp +++ b/src/devices/bus/isa/cga.cpp @@ -1368,7 +1368,6 @@ void isa8_wyse700_device::change_resolution(uint8_t mode) { int width = 0, height = 0; m_vrambank->set_entry((mode >> 1) & 1); - fprintf(stderr, "screen reconfiguration, mode %02x control %02x\n", mode, m_control); if ((m_control & 0xf0) == (mode & 0xf0)) return; switch(mode & 0xf0) { -- cgit v1.2.3