Skip to content

Commit

Permalink
mndrv:devmpcm移植完了
Browse files Browse the repository at this point in the history
  • Loading branch information
kuma committed Aug 13, 2018
1 parent 745dcaa commit 51671e9
Show file tree
Hide file tree
Showing 6 changed files with 1,869 additions and 1,506 deletions.
2 changes: 1 addition & 1 deletion MDPlayer/MDPlayer/Driver/MNDRV/comwave.cs
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ public void _com_wave_lw()
if (reg.D0_B - 0x80 == 0) goto _com_wave_k_loop;
if ((Int16)reg.D0_B - 0xf0 >= 0) goto _com_wave_k_command;

_com_wave_k1:
//_com_wave_k1:
mm.Write(reg.a4 + w_l.delay_work, mm.ReadByte(reg.a4 + w_l.lfo_sp));
reg.D1_B = reg.D0_B;
reg.D0_W &= 0x7f;
Expand Down
Loading

0 comments on commit 51671e9

Please sign in to comment.