Remove debugging line.

This commit is contained in:
Brandon Wright 2011-06-23 05:26:15 -05:00
parent 1af39f3845
commit 196d1ed2c7
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ public:
alwaysinline uint8 port_read (uint8 port)
{
// printf ("APU Read %2x from port %d\n", registers[port & 3], port & 3);
return registers[port & 3];
}
};