mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-10 05:31:50 +00:00
Remove debug text80 watermark
This commit is contained in:
parent
a29444eb6c
commit
581e1467bc
@ -942,10 +942,6 @@ void NTSC_UpdateVideoText80 (long ticks)
|
||||
{
|
||||
if (g_nVideoClockHorz >= VIDEO_SCANNER_HORZ_START)
|
||||
{
|
||||
vbp0[0] ^= 0xD5;
|
||||
vbp0[1] ^= 0xAA;
|
||||
vbp0[2] ^= 0xFF;
|
||||
|
||||
uint8_t *pAux = MemGetAuxPtr(ad);
|
||||
uint8_t *pMain = MemGetMainPtr(ad);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user