Previous 199869 Revisions Next

r33414 Sunday 16th November, 2014 at 21:53:31 UTC by R. Belmont
More Mac fixes (nw)
[src/mess/video]apple2.c

trunk/src/mess/video/apple2.c
r241925r241926
929929   UINT8 code, auxcode;
930930   UINT32 start_address = m_page2 ? 0x0800 : 0x0400;
931931   UINT32 address;
932   UINT16 *pixel;
933932   static const int aux_colors[16] = { 0, 2, 4, 6, 8, 0xa, 0xc, 0xe, 1, 3, 5, 7, 9, 0xb, 0xd, 0xf };
934933   int fg;
935934
r241925r241926
11321131   int row, col;
11331132   UINT32 start_address = m_page2 ? 0x800 : 0x400; 
11341133   UINT32 address;
1135   UINT8 *aux_page = m_ram_ptr;
11361134   int fg;
11371135   int bg = 0;
11381136


Previous 199869 Revisions Next


© 1997-2024 The MAME Team