From 6f01a4263ed044fd8c4ae79ada50b0028d1efae4 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sat, 10 Feb 2024 19:01:59 +0100 Subject: video/mc6845.h: mark set_show_border_area and set_visarea_adjust as hack setters --- src/devices/video/mc6845.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/video/mc6845.h b/src/devices/video/mc6845.h index 43338ca1777..75064491b28 100644 --- a/src/devices/video/mc6845.h +++ b/src/devices/video/mc6845.h @@ -62,7 +62,9 @@ public: // construction/destruction mc6845_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + // HACK: show the full screen_device htotal/vtotal if true (regulate with UI slider controls) void set_show_border_area(bool show) { m_show_border_area = show; } + // HACK: a static alternative of above void set_visarea_adjust(int min_x, int max_x, int min_y, int max_y) { m_visarea_adjust_min_x = min_x; -- cgit v1.2.3