mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
nw
This commit is contained in:
parent
e490dc7c91
commit
6f2346a11d
1 changed files with 0 additions and 3 deletions
|
@ -140,9 +140,6 @@ READ8_MEMBER( ym3812_device::read )
|
|||
|
||||
WRITE8_MEMBER( ym3812_device::write )
|
||||
{
|
||||
printf("%02x ",data);
|
||||
if(offset)
|
||||
printf("\n");
|
||||
ym3812_write(m_chip, offset & 1, data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue