cga: Remove leftover debugging printf

This commit is contained in:
Olivier Galibert 2021-12-20 22:11:48 +01:00
parent d786ac4a50
commit dbb6ff578c

View File

@ -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) {