Remove debug text80 watermark

This commit is contained in:
michaelangel007 2015-01-01 22:11:17 -08:00
parent a29444eb6c
commit 581e1467bc

View File

@ -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);