Tree @master (Download .tar.gz)
- ..
- gui-osx
- 6821.cpp
- Applewin.cpp
- asset.cpp
- AY8910.cpp
- config.cpp
- CPU.cpp
- Debug.cpp
- Disk.cpp
- DiskChoose.cpp
- DiskFTP.cpp
- DiskImage.cpp
- Frame.cpp
- ftpparse.cpp
- Harddisk.cpp
- Joystick.cpp
- Keyboard.cpp
- Log.cpp
- Memory.cpp
- Mockingboard.cpp
- MouseInterface.cpp
- ParallelPrinter.cpp
- Registry.cpp
- Riff.cpp
- SaveState.cpp
- SDLMain.h
- SDLMain.m
- SerialComms.cpp
- shim.cpp
- SoundCore.cpp
- Speaker.cpp
- stretch.cpp
- Timer.cpp
- Video.cpp
- wwrapper.cpp
History of
src
@master
git clone https://git.catseye.tc/linapple/
- Fix a surely-unintentional double negative. Chris Pressey 6 years ago
- Merge branch 'master' of https://github.com/catseye/linapple into set-resource-dir-at-build-time Chris Pressey 6 years ago
- Fix permissions: remove executable bit from non-executable files. Chris Pressey 6 years ago
- Describe the file and provide a default RESOURCES_DIR if not given. Chris Pressey 6 years ago
- Find and specify the RESOURCE_DIR when building the executable. Chris Pressey 6 years ago
- Define locations of resource files in one place, a header file. Chris Pressey 6 years ago
- Added endl to infomrational message. ghedger 7 years ago
- Removed debug message; removed unnecessary canonical path passed to SDL_LoadBMP() as the root problem was found. ghedger 7 years ago
- Added loading from users home install directory (/home/<user>/linapple); linapple no longer needs to be run from the directory holding its files. ghedger 7 years ago
- Added packaging directories; modified default config file to remove nonstandard path. ghedger 7 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 7 years ago
- Fix caps lock behavior (see http://sdl.beuc.net/sdl.wiki/SDL_KeyboardEvent). ghedger 7 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 7 years ago
- Global formatting: replace tabs with two spaces. ghedger 7 years ago
- Remove extraneous files from src directory. ghedger 7 years ago
- Replaced obsolete usleem() with a wrapper around nanosleep. ghedger 7 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 7 years ago
- Changed ambiguous variable name; changed sample total for circular buffer (again); minor formatting. ghedger 7 years ago
- Reduced size of audio buffer to improve both quality and response time. ghedger 7 years ago
- Implemented very crude screen resize capability. ghedger 7 years ago
- Remove unwanted swap files and add to .gitignore so it doesnt happen again. ghedger 7 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 7 years ago
- Cleanup several build warnings, bringing some code into line with modern compiler standards; Remove some redundant files. ghedger 7 years ago
- Refactor the build directory structure and rewrite the makefile to bring it more in-line with modern standards. ghedger 7 years ago
- Makefile: Use full optimization; include lzip library in link. ghedger 7 years ago
- Merge some changes I made to audio a couple of years ago into this codebase. ghedger 7 years ago
- Updates to CPU cycle tracking. ghedger 7 years ago
- Fix -autoboot: the "run" key (F2) needs Ctrl key modifier now. Chris Pressey 7 years ago
- Merge branch 'command-line' of https://github.com/arloduff/linapple into command-line Chris Pressey 7 years ago
- Merge remote-tracking branch 'timob/master' Alexander Molodtsov 8 years ago