From dcf0346ad07b8663cb92ba2381afc95298498f52 Mon Sep 17 00:00:00 2001 From: arbee Date: Tue, 16 May 2023 20:05:42 -0400 Subject: apple2video: commit missing .h file. [R. Belmont] --- src/mame/apple/apple2video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/apple/apple2video.h b/src/mame/apple/apple2video.h index f402203ac72..4c9b07e2b83 100644 --- a/src/mame/apple/apple2video.h +++ b/src/mame/apple/apple2video.h @@ -41,7 +41,7 @@ public: bool get_altcharset() const { return m_altcharset; } bool get_monohgr() const { return m_monohgr; } - void a80col_w(bool b80Col) { m_80col = b80Col; } + void a80col_w(bool b80Col); void a80store_w(bool b80Store) { m_80store = b80Store; } void page2_w(bool page2) { m_page2 = page2; } void altcharset_w(bool altch) { m_altcharset = altch; } -- cgit v1.2.3