mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
ti99: Forgot to remove the logerror. (nw)
This commit is contained in:
parent
5a2dce71f7
commit
9065be1855
@ -141,7 +141,6 @@ gromport_device::gromport_device(const machine_config &mconfig, const char *tag,
|
||||
*/
|
||||
READ8Z_MEMBER(gromport_device::readz)
|
||||
{
|
||||
logerror("mask = %04x\n", m_mask);
|
||||
if (m_connector != nullptr)
|
||||
{
|
||||
m_connector->readz(space, offset & m_mask, value);
|
||||
|
Loading…
Reference in New Issue
Block a user