Missing files

This commit is contained in:
Angelo Salese 2014-04-12 00:17:26 +00:00
parent 1323ec4e9c
commit 90f39373fa
2 changed files with 2 additions and 1 deletions

View File

@ -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;
};

View File

@ -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++)