mirror of https://github.com/snes9xgit/snes9x.git
Remove debugging line.
This commit is contained in:
parent
1af39f3845
commit
196d1ed2c7
|
@ -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];
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue