mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fixed compiling with old Apple GCC. nw.
This commit is contained in:
parent
fa66b1dcab
commit
46d1592c64
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ UINT32 cirrus_vga_device::screen_update(screen_device &screen, bitmap_rgb32 &bit
|
|||
UINT32 ptr = (vga.svga_intf.vram_size - 0x4000); // cursor patterns are stored in the last 16kB of VRAM
|
||||
svga_device::screen_update(screen, bitmap, cliprect);
|
||||
|
||||
UINT8 cur_mode = pc_vga_choosevideomode();
|
||||
//UINT8 cur_mode = pc_vga_choosevideomode();
|
||||
|
||||
if(m_cursor_attr & 0x01) // hardware cursor enabled
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue