Remove debug text80 watermark
This commit is contained in:
parent
a29444eb6c
commit
581e1467bc
1 changed files with 0 additions and 4 deletions
|
@ -942,10 +942,6 @@ void NTSC_UpdateVideoText80 (long ticks)
|
||||||
{
|
{
|
||||||
if (g_nVideoClockHorz >= VIDEO_SCANNER_HORZ_START)
|
if (g_nVideoClockHorz >= VIDEO_SCANNER_HORZ_START)
|
||||||
{
|
{
|
||||||
vbp0[0] ^= 0xD5;
|
|
||||||
vbp0[1] ^= 0xAA;
|
|
||||||
vbp0[2] ^= 0xFF;
|
|
||||||
|
|
||||||
uint8_t *pAux = MemGetAuxPtr(ad);
|
uint8_t *pAux = MemGetAuxPtr(ad);
|
||||||
uint8_t *pMain = MemGetMainPtr(ad);
|
uint8_t *pMain = MemGetMainPtr(ad);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue