Mix-up and fixed comment

This commit is contained in:
Angelo Salese 2011-11-23 22:01:39 +00:00
parent 1f75eca15c
commit 92e055d327
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Similar to mitchell.c / egghunt.c .. clearly derived from that hardware
TODO: TODO:
- move sound HW into proper file (it's 99% IDENTICAL to yunsung8.c) - 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 PCB Layout
---------- ----------

View File

@ -99,8 +99,6 @@ static WRITE8_DEVICE_HANDLER( yunsung8_sound_bankswitch_w )
{ {
msm5205_reset_w(device, data & 0x20); msm5205_reset_w(device, data & 0x20);
printf("%02x\n",data);
memory_set_bank(device->machine(), "bank2", data & 0x07); memory_set_bank(device->machine(), "bank2", data & 0x07);
if (data != (data & (~0x27))) if (data != (data & (~0x27)))