summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apollo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/apollo.c')
-rw-r--r--src/mess/machine/apollo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/apollo.c b/src/mess/machine/apollo.c
index 78e546d85dc..f8264aaa3db 100644
--- a/src/mess/machine/apollo.c
+++ b/src/mess/machine/apollo.c
@@ -440,7 +440,7 @@ READ8_MEMBER(apollo_state::apollo_dma_read_byte){
{
SLOG1(("dma read byte at offset %x+%03x = %02x", page_offset, offset, data));
}
-// logerror(" %02x", data);
+// logerror(" %02x", data);
return data;
}
@@ -460,7 +460,7 @@ WRITE8_MEMBER(apollo_state::apollo_dma_write_byte){
{
SLOG1(("dma write byte at offset %x+%03x = %02x", page_offset, offset , data));
}
-// logerror(" %02x", data);
+// logerror(" %02x", data);
}
READ8_MEMBER(apollo_state::apollo_dma_read_word){