From ac0d9f3485e18ba2c03f1198dc13d2accd1b7b3c Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Fri, 25 Jan 2013 19:28:41 +0000 Subject: (MESS) radio86 et al: Tagmap cleanup. (nw) --- src/mess/includes/radio86.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mess/includes/radio86.h') diff --git a/src/mess/includes/radio86.h b/src/mess/includes/radio86.h index d5c3e7b061f..52a17667e0f 100644 --- a/src/mess/includes/radio86.h +++ b/src/mess/includes/radio86.h @@ -17,6 +17,8 @@ public: radio86_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) { } + virtual void video_start(); + UINT8 m_tape_value; UINT8 m_mikrosha_font_page; int m_keyboard_mask; @@ -24,6 +26,7 @@ public: UINT8 m_romdisk_lsb; UINT8 m_romdisk_msb; UINT8 m_disk_sel; + const UINT8 *m_charmap; DECLARE_READ8_MEMBER(radio_cpu_state_r); DECLARE_READ8_MEMBER(radio_io_r); DECLARE_WRITE8_MEMBER(radio_io_w); -- cgit v1.2.3-70-g09d2