1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-22 08:16:42 +00:00

Continues doing away with the attempt heavily to interleave the OPLL and OPL2, creating a new OPLL class.

This commit is contained in:
Thomas Harte
2020-05-04 21:14:51 -04:00
parent e929d5d819
commit 386a7ca442
9 changed files with 420 additions and 70 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include "../../Components/9918/9918.hpp"
#include "../../Components/SN76489/SN76489.hpp"
#include "../../Components/OPL2/OPL2.hpp"
#include "../../Components/OPL2/OPLL.hpp"
#include "../MachineTypes.hpp"
#include "../../Configurable/Configurable.hpp"