mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
Missing files
This commit is contained in:
parent
1323ec4e9c
commit
90f39373fa
@ -130,6 +130,7 @@ private:
|
||||
UINT8 m_video_dma_on,m_audio_dma_on;
|
||||
UINT8 m_vidc_pixel_clk;
|
||||
UINT8 m_vidc_stereo_reg[8];
|
||||
bool m_cursor_enabled;
|
||||
emu_timer *m_timer[4], *m_snd_timer, *m_vid_timer;
|
||||
emu_timer *m_vbl_timer;
|
||||
};
|
||||
|
@ -176,7 +176,7 @@ UINT32 archimedes_state::screen_update(screen_device &screen, bitmap_rgb32 &bitm
|
||||
}
|
||||
|
||||
|
||||
if(0)
|
||||
if(m_cursor_enabled == true)
|
||||
{
|
||||
count = 0;
|
||||
for(y=0;y<16;y++)
|
||||
|
Loading…
Reference in New Issue
Block a user