Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.
/ atari800-soundbox Public archive

Atari 800 XL/XE emulator with various sound chips.

Notifications You must be signed in to change notification settings

zbyti/atari800-soundbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atari800-soundbox

Atari800 SoundBox emulator based on Atari800 4.1.0.

Various sound chips implementations done by Mono.


Required libraries

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.

Compilation Atari800 SoundBox

$ ./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

About

Atari 800 XL/XE emulator with various sound chips.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published