Switched the OPL and NukedOPL code to VARCem's reworked (and cleaner) versions.

This commit is contained in:
OBattler
2020-07-19 03:24:45 +02:00
parent 3a4953036f
commit 4f3ae96b63
15 changed files with 1806 additions and 1900 deletions

View File

@@ -646,7 +646,7 @@ static void adgold_get_buffer(int32_t *buffer, int len, void *p)
int c;
opl3_update2(&adgold->opl);
opl3_update(&adgold->opl);
adgold_update(adgold);
for (c = 0; c < len * 2; c += 2)