summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd63484.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd63484.cpp')
-rw-r--r--src/devices/video/hd63484.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/hd63484.cpp b/src/devices/video/hd63484.cpp
index a740aaa93f9..cc0f577d11f 100644
--- a/src/devices/video/hd63484.cpp
+++ b/src/devices/video/hd63484.cpp
@@ -535,6 +535,8 @@ inline void hd63484_device::recompute_parameters()
visarea.set(hbend, hbend + (m_hdw * ppmc) - 1, m_vds, vbstart - 1);
attoseconds_t frame_period = screen().frame_period().attoseconds(); // TODO: use clock() to calculate the frame_period
screen().configure(m_hc * ppmc, m_vc, visarea, frame_period);
+ if (LOG)
+ logerror("ACRTC: full %dx%d vis (%d, %d)-(%d, %d)\n", m_hc * ppmc, m_vc, visarea.min_x, visarea.min_y, visarea.max_x, visarea.max_y);
}