Previous 199869 Revisions Next

r29547 Saturday 12th April, 2014 at 00:17:26 UTC by Angelo Salese
Missing files
[src/mame/includes]archimds.h
[src/mame/video]archimds.c

trunk/src/mame/includes/archimds.h
r29546r29547
130130   UINT8 m_video_dma_on,m_audio_dma_on;
131131   UINT8 m_vidc_pixel_clk;
132132   UINT8 m_vidc_stereo_reg[8];
133   bool m_cursor_enabled;
133134   emu_timer *m_timer[4], *m_snd_timer, *m_vid_timer;
134135   emu_timer *m_vbl_timer;
135136};
trunk/src/mame/video/archimds.c
r29546r29547
176176      }
177177
178178
179      if(0)
179      if(m_cursor_enabled == true)
180180      {
181181         count = 0;
182182         for(y=0;y<16;y++)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team