dev140 - YM2612: add YMF276 mode
This commit is contained in:
parent
6a01c83a9a
commit
aa5b8795ed
10 changed files with 67 additions and 22 deletions
3
extern/opn/ym3438.c
vendored
3
extern/opn/ym3438.c
vendored
|
|
@ -981,6 +981,9 @@ static void OPN2_ChOutput(ym3438_t *chip)
|
|||
{
|
||||
out = (Bit16s)chip->dacdata;
|
||||
out = SIGN_EXTEND(8, out);
|
||||
if (chip->chip_type & ym3438_mode_opn) {
|
||||
out <<=5;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue