Skip to content

Commit

Permalink
opl: Nuked OPL3 v1.7
Browse files Browse the repository at this point in the history
Reformat the OPL3 code.
Remove the DBOPL core.
The OPL3 chip write delay implementation.
  • Loading branch information
nukeykt committed Feb 28, 2016
1 parent e25368c commit eb3cd65
Show file tree
Hide file tree
Showing 14 changed files with 791 additions and 2,451 deletions.
12 changes: 8 additions & 4 deletions msvc/libopl.vcproj
Expand Up @@ -158,10 +158,6 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\opl\dbopl.c"
>
</File>
<File
RelativePath="..\opl\ioperm_sys.c"
>
Expand Down Expand Up @@ -194,6 +190,10 @@
RelativePath="..\opl\opl_win32.c"
>
</File>
<File
RelativePath="..\opl\opl3.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Expand Down Expand Up @@ -224,6 +224,10 @@
RelativePath="..\opl\opl_timer.h"
>
</File>
<File
RelativePath="..\opl\opl3.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Expand Down
1 change: 0 additions & 1 deletion opl/Makefile.am
Expand Up @@ -15,6 +15,5 @@ libopl_a_SOURCES = \
opl_timer.c opl_timer.h \
opl_win32.c \
ioperm_sys.c ioperm_sys.h \
dbopl.c dbopl.h \
opl3.c opl3.h

0 comments on commit eb3cd65

Please sign in to comment.