mirror of
https://github.com/holub/mame
synced 2025-06-23 12:58:37 +03:00
More Mac fixes (nw)
This commit is contained in:
parent
670d62425e
commit
7520f480da
@ -929,7 +929,6 @@ void a2_video_device::dlores_update(screen_device &screen, bitmap_ind16 &bitmap,
|
||||
UINT8 code, auxcode;
|
||||
UINT32 start_address = m_page2 ? 0x0800 : 0x0400;
|
||||
UINT32 address;
|
||||
UINT16 *pixel;
|
||||
static const int aux_colors[16] = { 0, 2, 4, 6, 8, 0xa, 0xc, 0xe, 1, 3, 5, 7, 9, 0xb, 0xd, 0xf };
|
||||
int fg;
|
||||
|
||||
@ -1132,7 +1131,6 @@ void a2_video_device::text_update_orig(screen_device &screen, bitmap_ind16 &bitm
|
||||
int row, col;
|
||||
UINT32 start_address = m_page2 ? 0x800 : 0x400;
|
||||
UINT32 address;
|
||||
UINT8 *aux_page = m_ram_ptr;
|
||||
int fg;
|
||||
int bg = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user