mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
screen.cpp: remove leftover debug print (nw)
This commit is contained in:
parent
a83da80eb8
commit
1fbcfcb1a8
@ -1041,11 +1041,6 @@ void screen_device::update_scan_bitmap_size(int y)
|
|||||||
// determine effective size to allocate
|
// determine effective size to allocate
|
||||||
s32 effwidth = std::max(m_max_width, m_visarea.right() + 1);
|
s32 effwidth = std::max(m_max_width, m_visarea.right() + 1);
|
||||||
|
|
||||||
if (machine().input().code_pressed(KEYCODE_Q))
|
|
||||||
{
|
|
||||||
printf("Updating scan bitmap %d to %d (%d vs. %d)\n", y, effwidth, m_max_width, m_visarea.right() + 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (m_scan_widths[y] == effwidth)
|
if (m_scan_widths[y] == effwidth)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user