summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/53c810.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/53c810.cpp')
-rw-r--r--src/devices/machine/53c810.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/53c810.cpp b/src/devices/machine/53c810.cpp
index 87165da1cfd..b97999f5ad4 100644
--- a/src/devices/machine/53c810.cpp
+++ b/src/devices/machine/53c810.cpp
@@ -396,7 +396,7 @@ void lsi53c810_device::dma_exec()
uint8_t lsi53c810_device::reg_r(int offset)
{
-// logerror("53c810: read reg %d:0x%x (PC=%x)\n", offset, offset, space.device().safe_pc());
+// logerror("53c810: read reg %d:0x%x %s\n", offset, offset, machine().describe_context());
switch(offset)
{
case 0x00: /* SCNTL0 */
@@ -479,7 +479,7 @@ uint8_t lsi53c810_device::reg_r(int offset)
void lsi53c810_device::reg_w(int offset, uint8_t data)
{
-// logerror("53c810: %02x to reg %d:0x%x (PC=%x)\n", data, offset, offset, space.device().safe_pc());
+// logerror("53c810: %02x to reg %d:0x%x %s\n", data, offset, offset, machine().describe_context());
switch(offset)
{
case 0x00: /* SCNTL0 */