mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
kaypro: fix compile (nw)
This commit is contained in:
parent
fbe209f09c
commit
b25cb902d5
@ -78,13 +78,13 @@ public:
|
|||||||
UINT8 m_framecnt;
|
UINT8 m_framecnt;
|
||||||
UINT16 m_cursor;
|
UINT16 m_cursor;
|
||||||
required_shared_ptr<UINT8> m_p_videoram;
|
required_shared_ptr<UINT8> m_p_videoram;
|
||||||
|
kay_kbd_t *m_kbd;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
||||||
private:
|
private:
|
||||||
UINT8 m_system_port;
|
UINT8 m_system_port;
|
||||||
UINT16 m_mc6845_video_address;
|
UINT16 m_mc6845_video_address;
|
||||||
kay_kbd_t *m_kbd;
|
|
||||||
floppy_image_device *m_floppy;
|
floppy_image_device *m_floppy;
|
||||||
void mc6845_cursor_configure();
|
void mc6845_cursor_configure();
|
||||||
void mc6845_screen_configure();
|
void mc6845_screen_configure();
|
||||||
|
Loading…
Reference in New Issue
Block a user