mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
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:
parent
5015b8bb9d
commit
c212331522
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user