mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
rf5c400: document some registers (nw)
This commit is contained in:
parent
eb6d272147
commit
c306cf770c
@ -413,6 +413,18 @@ WRITE16_MEMBER( rf5c400_device::rf5c400_w )
|
||||
case 0x08: // relative to env attack (channel no)
|
||||
case 0x09: // relative to env attack (0x0c00/ 0x1c00)
|
||||
|
||||
case 0x11: // ? counter for 0x13?
|
||||
{
|
||||
break;
|
||||
}
|
||||
case 0x13: // ? bujutsu writes sample data here
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
case 0x14: // ? related to 0x11/0x13 ?
|
||||
break;
|
||||
|
||||
case 0x21: // reverb(character).w
|
||||
case 0x32: // reverb(pre-lpf).w
|
||||
case 0x2B: // reverb(level).w
|
||||
|
Loading…
Reference in New Issue
Block a user