diff options
author | 2013-01-25 19:28:41 +0000 | |
---|---|---|
committer | 2013-01-25 19:28:41 +0000 | |
commit | ac0d9f3485e18ba2c03f1198dc13d2accd1b7b3c (patch) | |
tree | 84bd8ed3261ebf01254416649c89129160d01660 /src/mess/includes/radio86.h | |
parent | b98423d51cd463ba0216d1970be230645918025f (diff) |
(MESS) radio86 et al: Tagmap cleanup. (nw)
Diffstat (limited to 'src/mess/includes/radio86.h')
-rw-r--r-- | src/mess/includes/radio86.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |