Atari800 SoundBox emulator based on Atari800 4.1.0.
Various sound chips implementations done by Mono.
Download resid-0.16.tar.gz or install from libs/resid
$ ./configure
$ make
$ sudo make install
Clone linked repository or install from libs/libayemu
$ ./configure
$ make
$ sudo make install
If you cloned linked repo please follow the instructions provided with the repository.
$ ./configure \
--enable-monitorbreakpoints \
--enable-monitorprofile \
--enable-monitortrace \
--enable-seriosound \
--enable-volonlysound \
--enable-synchronized_sound \
--enable-sid_emulation \
--enable-psg_emulation \
--enable-opl3_emulation
$ make
$ sudo make install
or
$ ./configure-everything.sh
$ make
$ sudo make install