Sync with MESS. (nw)

This commit is contained in:
Curt Coder 2012-08-09 14:28:19 +00:00
parent 51e66b90e2
commit 27d8a12745

View File

@ -218,7 +218,7 @@ READ8_MEMBER(acia6551_device::read)
break;
}
logerror("6551 R %04x %02x\n",offset & 0x03,data);
//logerror("6551 R %04x %02x\n",offset & 0x03,data);
return data;
}
@ -254,7 +254,7 @@ void acia6551_device::update_data_form()
WRITE8_MEMBER(acia6551_device::write)
{
logerror("6551 W %04x %02x\n",offset & 0x03, data);
//logerror("6551 W %04x %02x\n",offset & 0x03, data);
switch (offset & 0x03)
{