summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2014-11-16 16:53:31 -0500
committer arbee <rb6502@users.noreply.github.com>2014-11-16 16:53:31 -0500
commit7520f480dadc99663eb0c0fc0cae5c3ee03ebae5 (patch)
tree6362c205e76dcac7d47e7491c648c5d2a49c2540
parent670d62425e9a95fae9223f045a2ad707a5b51ad0 (diff)
More Mac fixes (nw)
-rw-r--r--src/mess/video/apple2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/video/apple2.c b/src/mess/video/apple2.c
index cb5ca8d3531..2f01465999f 100644
--- a/src/mess/video/apple2.c
+++ b/src/mess/video/apple2.c
@@ -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;