summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2cffa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/a2cffa.cpp')
-rw-r--r--src/devices/bus/a2bus/a2cffa.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/a2cffa.cpp b/src/devices/bus/a2bus/a2cffa.cpp
index 5784c8b2e41..cc5cbab5176 100644
--- a/src/devices/bus/a2bus/a2cffa.cpp
+++ b/src/devices/bus/a2bus/a2cffa.cpp
@@ -235,7 +235,6 @@ void a2bus_cffa2000_device::write_c800(uint16_t offset, uint8_t data)
{
if (!m_writeprotect)
{
-// printf("Write %02x to EEPROM at %x (PC=%x)\n", data, offset, space.device().safe_pc());
m_eeprom[offset + 0x800] = data;
}
}