mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
apple2video: commit missing .h file. [R. Belmont]
This commit is contained in:
parent
f467135a75
commit
dcf0346ad0
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user