summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-02-20 14:11:31 +0000
committer GitHub <noreply@github.com>2020-02-20 09:11:30 -0500
commit16d64f32080b04627075363760a455515cd62a4e (patch)
treee7fbdd56fdc1e00535852f17c6f04378033ea7cb /src/devices/machine
parent3770a71547e9bdd9f253e1f8402684aa285a11fc (diff)
Plug and Play work (#6334)
* swclone input tweaking (nw) * new WORKING machine ---- Star Wars - The Clone Wars [Sean Riddle, David Haywood] * (nw) * (nw) * (nw) * new WORKING machine ---- Teenage Mutant Ninja Turtles: Mutant and Monster Mayhem [Sean Riddle, David Haywood] * force DRC off for Pooh to improve stability machines promoted to WORKING ---- Winnie the Pooh - Piglet's Special Day (JAKKS Pacific TV Game, Game-Key Ready) [Ryan Holtz, Sean Riddle, David Haywood]
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/spg2xx_video.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/spg2xx_video.cpp b/src/devices/machine/spg2xx_video.cpp
index f5766a749bf..45f3c5e9ee5 100644
--- a/src/devices/machine/spg2xx_video.cpp
+++ b/src/devices/machine/spg2xx_video.cpp
@@ -641,11 +641,11 @@ READ16_MEMBER(spg2xx_video_device::video_r)
return m_screen->vpos();
case 0x3e: // Light Pen Y Position
- LOGMASKED(LOG_PPU_READS, "video_r: Light Pen Y / Lightgun Y = %04x\n");
+ LOGMASKED(LOG_PPU_READS, "video_r: Light Pen Y / Lightgun Y\n");
return m_guny_in();
case 0x3f: // Light Pen X Position
- LOGMASKED(LOG_PPU_READS, "video_r: Light Pen X / Lightgun X = %04x\n");
+ LOGMASKED(LOG_PPU_READS, "video_r: Light Pen X / Lightgun X\n");
return m_gunx_in();
case 0x62: // Video IRQ Enable