mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Mix-up and fixed comment
This commit is contained in:
parent
1f75eca15c
commit
92e055d327
@ -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
|
||||
----------
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user