summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mpu401.c
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2013-08-13 04:24:21 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2013-08-13 04:24:21 +0000
commit72088cfa11046ed9e27e208b9fc4c56c1d110f8d (patch)
tree81b69ac094420f8e8bf0fd6b9960d9b0d2a79966 /src/mess/machine/mpu401.c
parent161aa0f83398fe202bccd16443e7da477b5117d1 (diff)
MIDI: System Common messages should not override running status, fixes Sierra games crashing with the MT-32. [R. Belmont]
Diffstat (limited to 'src/mess/machine/mpu401.c')
-rw-r--r--src/mess/machine/mpu401.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/mpu401.c b/src/mess/machine/mpu401.c
index 97426c11eb0..c11b4f0d885 100644
--- a/src/mess/machine/mpu401.c
+++ b/src/mess/machine/mpu401.c
@@ -182,7 +182,7 @@ READ8_MEMBER(mpu401_device::regs_mode2_r)
case 6:
case 7:
case 0xf:
- printf("MPU401: read @ unk %x (PC=%x)\n", offset, space.device().safe_pc());
+// printf("MPU401: read @ unk %x (PC=%x)\n", offset, space.device().safe_pc());
break;
default:
@@ -201,7 +201,7 @@ WRITE8_MEMBER(mpu401_device::regs_mode2_w)
case 6:
case 7:
case 0xf:
- printf("MPU401: %02x @ unk %x (PC=%x)\n", data, offset, space.device().safe_pc());
+// printf("MPU401: %02x @ unk %x (PC=%x)\n", data, offset, space.device().safe_pc());
break;
default: