summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dccons.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/dccons.c')
-rw-r--r--src/mess/machine/dccons.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/dccons.c b/src/mess/machine/dccons.c
index 78700808c29..7ebc9993fce 100644
--- a/src/mess/machine/dccons.c
+++ b/src/mess/machine/dccons.c
@@ -11,8 +11,8 @@
cfffee0 - stack location when bad happens
- TODO:
- - gdrom_alt_status is identical to normal status except that "but it does not clear DMA status information when it is accessed"
+ TODO:
+ - gdrom_alt_status is identical to normal status except that "but it does not clear DMA status information when it is accessed"
*/
@@ -682,7 +682,7 @@ READ32_MEMBER(dc_cons_state::dc_mess_g1_ctrl_r )
WRITE32_MEMBER(dc_cons_state::dc_mess_g1_ctrl_w )
{
g1bus_regs[offset] = data; // 5f7400+reg*4=dat
-// mame_printf_verbose("G1CTRL: [%08x=%x] write %" I64FMT "x to %x, mask %" I64FMT "x\n", 0x5f7400+reg*4, dat, data, offset, mem_mask);
+// mame_printf_verbose("G1CTRL: [%08x=%x] write %" I64FMT "x to %x, mask %" I64FMT "x\n", 0x5f7400+reg*4, dat, data, offset, mem_mask);
switch (offset)
{
case SB_GDST: