AUDIO: Move the common AdLib MidiDriver out of softsynth

This commit is contained in:
Matthew Hoops 2015-07-07 11:19:24 -04:00
parent f0606aa8f1
commit fde8abf8cc
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
MODULE := audio
MODULE_OBJS := \
adlib.o \
audiostream.o \
fmopl.o \
mididrv.o \
@ -39,7 +40,6 @@ MODULE_OBJS := \
mods/rjp1.o \
mods/soundfx.o \
mods/tfmx.o \
softsynth/adlib.o \
softsynth/cms.o \
softsynth/opl/dbopl.o \
softsynth/opl/dosbox.o \