summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stvcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stvcd.c')
-rw-r--r--src/mame/machine/stvcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/stvcd.c b/src/mame/machine/stvcd.c
index 6e14591adb3..8f9fe033357 100644
--- a/src/mame/machine/stvcd.c
+++ b/src/mame/machine/stvcd.c
@@ -577,7 +577,7 @@ static void cd_writeWord(running_machine &machine, UINT32 addr, UINT16 data)
// CDROM_LOG(("WW CR4: %04x\n", data))
cr4 = data;
if(cr1 != 0 && 0)
- printf("CD: command exec %02x %02x %02x %02x %02x (stat %04x)\n", hirqreg, cr1, cr2, cr3, cr4, cd_stat);
+ printf("CD: command exec %02x %02x %02x %02x %02x (stat %04x)\n", hirqreg, cr1, cr2, cr3, cr4, cd_stat);
if (!cdrom)
{
@@ -1891,7 +1891,7 @@ static void cd_playdata(void)
{
if (fadstoplay)
{
- logerror("STVCD: Reading FAD %d\n", cd_curfad);
+ logerror("STVCD: Reading FAD %d\n", cd_curfad);
if (cdrom)
{