Mirror of apple2 emulator from http://shamusworld.gotdns.org/apple2/
Go to file
Shamus Hammons a2e007c1e0 Convert sound driving method to direct sampling.
Before it was doing some complex timestamp thing, now it simple runs the
CPU for ~21 cycles and then stuff the sample into the sound buffer.
Sound still lags behind by several frames though, just like with the
previous sound setup. Still not sure why. :-/
2013-09-11 10:00:36 -05:00
docs Moved stuff into trunk (part 2)... 2007-05-29 02:37:11 +00:00
res Set eol-style to sane default. 2007-05-29 03:06:33 +00:00
ROMs Moved stuff into trunk (part 2)... 2007-05-29 02:37:11 +00:00
src Convert sound driving method to direct sampling. 2013-09-11 10:00:36 -05:00
.gitignore Fixed log hangup on exit, added paddle buttons 0 & 1. 2013-09-09 22:22:49 -05:00
apple2.cfg Prevent aborting when the log file fills up; added CTRL key support. 2013-09-09 07:59:51 -05:00
Makefile Converted to SDL 2, added fullscreen toggle. 2013-09-08 21:18:23 -05:00