Previous 199869 Revisions Next

r37094 Saturday 11th April, 2015 at 05:25:48 UTC by Osso
Compile fix (nw)
[src/emu/video]pc_vga.c

trunk/src/emu/video/pc_vga.c
r245605r245606
11451145
11461146UINT32 cirrus_vga_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
11471147{
1148   UINT8 cur_mode = 0;
11491148   int x,y,bit;
11501149   UINT32 ptr = (vga.svga_intf.vram_size - 0x4000);  // cursor patterns are stored in the last 16kB of VRAM
11511150   svga_device::screen_update(screen, bitmap, cliprect);
11521151
1153   cur_mode = pc_vga_choosevideomode();
1152   UINT8 cur_mode = pc_vga_choosevideomode();
11541153
11551154   if(m_cursor_attr & 0x01)  // hardware cursor enabled
11561155   {


Previous 199869 Revisions Next


© 1997-2024 The MAME Team