mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
Sync with MESS. (nw)
This commit is contained in:
parent
51e66b90e2
commit
27d8a12745
@ -218,7 +218,7 @@ READ8_MEMBER(acia6551_device::read)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
logerror("6551 R %04x %02x\n",offset & 0x03,data);
|
//logerror("6551 R %04x %02x\n",offset & 0x03,data);
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
@ -254,7 +254,7 @@ void acia6551_device::update_data_form()
|
|||||||
|
|
||||||
WRITE8_MEMBER(acia6551_device::write)
|
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)
|
switch (offset & 0x03)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user