Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/linapple/
- Added packaging directories; modified default config file to remove nonstandard path. ghedger 6 years ago
- Added sudo make package capability to generate a .deb package. ghedger 6 years ago
- Added LICENSE and CHANGELOG to resources in preparation for packaging. ghedger 6 years ago
- Updated CHANGELOG ghedger 6 years ago
- Removed resizeability from window, as this is problematic with SDL 1.2. Perhaps if we upgrade to a newer SDL in the future, this can be revisited. ghedger 6 years ago
- Change splash screen and remove extraneous BMP files. ghedger 6 years ago
- Fix caps lock behavior (see http://sdl.beuc.net/sdl.wiki/SDL_KeyboardEvent). ghedger 6 years ago
- Round DOWN (not up) the # of samples to copy on each IRQ cycle. This has a dramatic effect on the smoothness of the Mockingboard sound (sounds more like a real Mockingboard). ghedger 6 years ago
- Global formatting: replace tabs with two spaces. ghedger 6 years ago
- Remove extraneous files from src directory. ghedger 6 years ago
- Replaced obsolete usleem() with a wrapper around nanosleep. ghedger 6 years ago
- Removed simulation of decoupling capacitor I had added a couple of years ago. At that time, I was testing on huge and powerful speakers with a very different (real) decoupling capacitor size. Turns out, this change had a terrible effect on synthesized music audio. ghedger 6 years ago
- Master.dsk: On Apple II, added simple binary siren sound file for testing audio. ghedger 6 years ago
- Changed ambiguous variable name; changed sample total for circular buffer (again); minor formatting. ghedger 6 years ago
- Set default build type to release build. ghedger 6 years ago
- Add LFLAGS for easier setting of -pg flag (must be done for both compiler and linker). ghedger 6 years ago
- Experimented with some profiling using gprof. ghedger 6 years ago
- Reduced size of audio buffer to improve both quality and response time. ghedger 6 years ago
- Setting large video display to allow for resizing perhaps not a good idea. Reverting back to smaller window. ghedger 6 years ago
- Clean up unnecessary files in repository. ghedger 6 years ago
- Implemented very crude screen resize capability. ghedger 6 years ago
- Remove unwanted files from root directory. ghedger 6 years ago
- Remove unwanted swap files and add to .gitignore so it doesnt happen again. ghedger 6 years ago
- Removed remained of warnings. Note, in CPU.cpp a couple of warning types had to be suppressed because its a specialized situation. ghedger 6 years ago
- Cleanup several build warnings, bringing some code into line with modern compiler standards; Remove some redundant files. ghedger 6 years ago
- Refactor the build directory structure and rewrite the makefile to bring it more in-line with modern standards. ghedger 6 years ago
- Makefile: Use full optimization; include lzip library in link. ghedger 6 years ago
- Merge some changes I made to audio a couple of years ago into this codebase. ghedger 6 years ago
- Update splash image to reflect actual new reset key sequence. ghedger 6 years ago
- Updates to CPU cycle tracking. ghedger 6 years ago