Previous 199869 Revisions Next

r37100 Saturday 11th April, 2015 at 07:22:40 UTC by Vasantha Crabb
Fix the fix - you can't comment out calls with side effects even if the return value is unused
[src/emu/video]pc_vga.c

trunk/src/emu/video/pc_vga.c
r245611r245612
11491149   UINT32 ptr = (vga.svga_intf.vram_size - 0x4000);  // cursor patterns are stored in the last 16kB of VRAM
11501150   svga_device::screen_update(screen, bitmap, cliprect);
11511151
1152   //UINT8 cur_mode = pc_vga_choosevideomode();
1152   /*UINT8 cur_mode =*/ pc_vga_choosevideomode();
11531153
11541154   if(m_cursor_attr & 0x01)  // hardware cursor enabled
11551155   {


Previous 199869 Revisions Next


© 1997-2024 The MAME Team