summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/cga.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-12-20 22:11:48 +0100
committer Olivier Galibert <galibert@pobox.com>2021-12-20 22:11:53 +0100
commitdbb6ff578cc80143e4786274bf3de510bf834ab5 (patch)
treec71d127d6ce9aead7b2d24b6fe7bfbb91912f206 /src/devices/bus/isa/cga.cpp
parentd786ac4a50e82b107df4f14a03016bccccdaf34f (diff)
cga: Remove leftover debugging printf
Diffstat (limited to 'src/devices/bus/isa/cga.cpp')
-rw-r--r--src/devices/bus/isa/cga.cpp1
1 files changed, 0 insertions, 1 deletions
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) {