diff options
author | 2018-08-21 00:07:17 +0200 | |
---|---|---|
committer | 2018-08-21 00:07:17 +0200 | |
commit | 9065be185598c817ea544540ab13eb8e2c299c40 (patch) | |
tree | ab79c55381d6bce11365a494e47a4b55435e59f2 | |
parent | 5a2dce71f7cc3109f50226a3803d0117ae5d9c8d (diff) |
ti99: Forgot to remove the logerror. (nw)
-rw-r--r-- | src/devices/bus/ti99/gromport/gromport.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/gromport/gromport.cpp b/src/devices/bus/ti99/gromport/gromport.cpp index 085b1186c9b..b6fa23e1111 100644 --- a/src/devices/bus/ti99/gromport/gromport.cpp +++ b/src/devices/bus/ti99/gromport/gromport.cpp @@ -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); |