This is "Puh der Baer", a program for Amithlon that will 
redirect Paula sound to ahi.device.

You'll need both "baer" and "puh.elf" to run this (it's a wild mix
of 68k code and x86 code :). Then, simply start as


   baer <AHI_id> <freq>

where <AHI_id> is the mode-id of the AHI mode you want to use (it shows
up in the AHI Prefs when choosing; You can use the "0x12345678" notation
here), and "freq" is the frequency to output sound at (i.e. usually
44100).

Stop the program by hitting CTRL-C.


This stuff is based heavily on, and in large parts "borrows" most of its
code from, Martin Blom's excellent "NallePUH" hack. Except that under
Amithlon, no MMU magic is required, and instead we just hook into the
Amithlon-internal memory handlers. 
Of course, eveything you see here is under the GPL, version 2 or later,
at your choice. Which hopefully means that someone might put back in the
GUI mode --- I couldn't get it to compile.

This took about 9 hours of programming and debugging (and about 3-4 of
that were spent finding a particularly stupid bug of mine. *sigh*).

Enjoy,

    Bernie

P.S.: Let me plug the amithlondev mailing list at groups.yahoo.com again :)

