view src/audio/mint/Makefile.am @ 961:185acc07127a

Date: Fri, 29 Oct 2004 11:47:09 +0200 From: Patrice Mandin Subject: Reworked audio drivers for Atari platform These are reworked audio drivers for the Atari platform. Previous drivers were missing some features: - Test external clock plugged to DSP port on Atari Falcon 030. - Ability to select internal or external clock. So now, I generate a list of frequencies available, with the master clock and predivisor to use. One big caveat to this: I do not have an external clock, so I hope it works.
author Patrice Mandin <patmandin@gmail.com>
date Fri, 29 Oct 2004 09:56:53 +0000
parents 594422ab8f9f
children
line wrap: on
line source

## 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	\
	SDL_mintaudio.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