Atari MiNT: added more audio drivers
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40645
This commit is contained in:
parent
ae6427430d
commit
e1695a4b13
16 changed files with 2541 additions and 621 deletions
|
@ -1,14 +1,19 @@
|
|||
|
||||
## Makefile.am for SDL using Xbios/Dma/whatever available audio functions
|
||||
|
||||
noinst_LTLIBRARIES = libaudio_mintaudio.la
|
||||
libaudio_mintaudio_la_SOURCES = $(SRCS)
|
||||
|
||||
# The SDL audio driver sources
|
||||
SRCS = SDL_mintaudio.c \
|
||||
SRCS = \
|
||||
SDL_mintaudio.c \
|
||||
SDL_mintaudio.h \
|
||||
SDL_mintaudiointerrupt.S \
|
||||
SDL_mintaudiointerrupt_s.h \
|
||||
SDL_mintaudiodma.h \
|
||||
SDL_mintaudiogsxb.h
|
||||
|
||||
SDL_mintaudio_dma8.c \
|
||||
SDL_mintaudio_dma8.h \
|
||||
SDL_mintaudio_gsxb.c \
|
||||
SDL_mintaudio_gsxb.h \
|
||||
SDL_mintaudio_it.S \
|
||||
SDL_mintaudio_mcsn.c \
|
||||
SDL_mintaudio_mcsn.h \
|
||||
SDL_mintaudio_stfa.c \
|
||||
SDL_mintaudio_stfa.h \
|
||||
SDL_mintaudio_xbios.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue