Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbloch committed Dec 9, 2023
1 parent 8438ada commit 3fac9eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vidc.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,6 @@ void vidc_redopalette(void)
void writevidc(uint32_t v)
{
// char s[80];
RGB r;
int c,d;
LOG_VIDC_REGISTERS("Write VIDC %08X (addr %02X<<2 or %02X/%02X, data %06X) with R15=%08X (PC=%08X)\n",
v, v>>26, v>>24, (v>>24) & 0xFC, v & 0xFFFFFFul, armregs[15], PC);
if (((v>>24)&~0x1F)==0x60)
Expand Down

0 comments on commit 3fac9eb

Please sign in to comment.