mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-04-11 21:37:08 +00:00
Remove unused variable
This commit is contained in:
parent
100ce17d6b
commit
75a10a0902
@ -1625,7 +1625,6 @@ void updateScreenSingleHires40 (long cycles6502)
|
||||
else if (g_nVideoClockHorz >= VIDEO_SCANNER_HORZ_START)
|
||||
{
|
||||
uint32_t bLC = (GetMemMode() & MF_HIGHRAM) && (addr >= 0xC000);
|
||||
uint8_t *pLC = bLC ? MemGetMainPtrWithLC( 0xC000 ) : NULL;
|
||||
uint8_t *pMain = bLC
|
||||
? MemGetMainPtrWithLC( addr & 0xF000 ) + (addr & 0x0FFF)
|
||||
: MemGetMainPtr(addr); // See: getVideoScannerAddressHGR()
|
||||
|
Loading…
x
Reference in New Issue
Block a user