From d8a7f7b6b21d73ac115641c73c1706319f3cb828 Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Tue, 20 Jan 2015 20:48:04 +0000 Subject: [PATCH] oops (debug crap removed) --- src/burn/drv/sega/d_zaxxon.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/burn/drv/sega/d_zaxxon.cpp b/src/burn/drv/sega/d_zaxxon.cpp index ed6eefbee..cd94f152b 100644 --- a/src/burn/drv/sega/d_zaxxon.cpp +++ b/src/burn/drv/sega/d_zaxxon.cpp @@ -520,7 +520,6 @@ static void CongoPPIWriteC(UINT8 data) static UINT8 __fastcall zaxxon_read(UINT16 address) { - UINT16 oa = address; // address mirroring if ((address & 0xe700) == 0xc000) address &= ~0x18f8; if ((address & 0xe700) == 0xc100) address &= ~0x18ff; @@ -634,7 +633,6 @@ static void __fastcall zaxxon_write(UINT16 address, UINT8 data) static UINT8 __fastcall congo_read(UINT16 address) { - UINT16 oa = address; // address mirroring if ((address & 0xe008) == 0xc000) address &= ~0x1fc4; if ((address & 0xe008) == 0xc008) address &= ~0x1fc7;