summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apollo.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-03-19 07:22:20 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-03-19 07:22:20 +0000
commit0e1f5ad25b25df7c2ec707ec45c544288eb3c683 (patch)
treeeeef04fdf999692be30c25457fb9b329e1dbfdde /src/mess/machine/apollo.c
parent86614c802b9d611d83520fdb43388ae51d31f553 (diff)
Cleanups and version bumpmame0148u2
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){