ldplayer.mak: Added a dummy bus to allow ldplayer to be built on OSX (and possibly on other platforms too) (nw)

This commit is contained in:
Wilbert Pol 2014-08-07 12:48:00 +00:00
parent 5015b8bb9d
commit c212331522

View File

@ -51,6 +51,15 @@ SOUNDS += WAVE
MACHINES += LDV1000 MACHINES += LDV1000
MACHINES += LDPR8210 MACHINES += LDPR8210
#-------------------------------------------------
# specify available bus cores
#
# MIDI is here as dummy bus to allow libbus.a to
# be created on OSX.
#-------------------------------------------------
BUSES += MIDI
#------------------------------------------------- #-------------------------------------------------
# this is the list of driver libraries that # this is the list of driver libraries that
# comprise MAME plus mamedriv.o which contains # comprise MAME plus mamedriv.o which contains