From 92e055d327326bb18d24586eb4a55f128272e51a Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Wed, 23 Nov 2011 22:01:39 +0000 Subject: [PATCH] Mix-up and fixed comment --- src/mame/drivers/discoboy.c | 2 +- src/mame/drivers/yunsung8.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mame/drivers/discoboy.c b/src/mame/drivers/discoboy.c index f944e1a87d5..0cccb2bfc1a 100644 --- a/src/mame/drivers/discoboy.c +++ b/src/mame/drivers/discoboy.c @@ -5,7 +5,7 @@ Similar to mitchell.c / egghunt.c .. clearly derived from that hardware TODO: - move sound HW into proper file (it's 99% IDENTICAL to yunsung8.c) -- sound volume issues; +- ADPCM has sound volume issues, it's either too loud or too quiet; PCB Layout ---------- diff --git a/src/mame/drivers/yunsung8.c b/src/mame/drivers/yunsung8.c index 7cd2e143fce..48338a019e3 100644 --- a/src/mame/drivers/yunsung8.c +++ b/src/mame/drivers/yunsung8.c @@ -99,8 +99,6 @@ static WRITE8_DEVICE_HANDLER( yunsung8_sound_bankswitch_w ) { msm5205_reset_w(device, data & 0x20); - printf("%02x\n",data); - memory_set_bank(device->machine(), "bank2", data & 0x07); if (data != (data & (~0x27)))