History of
src
@master
git clone https://git.catseye.tc/linapple/
-
Fix Darwin shit
Alexander Molodtsov
8 years ago
-
SDLMain.h added
jvernet
8 years ago
-
Initial commit
jvernet
8 years ago
-
Remove executable permissions from non-executables; add .gitignore.
Chris Pressey
9 years ago
-
Commented out conditional...
ghedger
9 years ago
-
Re-added quantitized joystick support (via mouse/mousepad). This is critical for games like Sabotage, which will now work properly. Also, the joystick is far, far more prevalent in Apple ][ software than the mouse...
ghedger
9 years ago
-
Honor close application event even in DiskChoose state.
ghedger
9 years ago
-
Fixed bug that caused large directories several minutes to appear: use scandir with sorting instead of readdir followed by bubble sort; improve file size representation.
ghedger
9 years ago
-
Fixed scanlines not showing up on TVEMU only, which uses CopyMixedSource() instead of CopySource() like the other video modes.
ghedger
9 years ago
-
Add scanlines for certain video modes (F9 to cycle); change default window size to something more friendly to Apple dimensions (divisible by 280 and 192) and to prevent moire effects; renamed a commonly used global variable from to g_videomode. NOTE: There is a TON of cleanup, refactoring, and optimization that can take place in Video.cpp. It should be fast and heavy optimization is justified here as per Amdahls Law.
ghedger
9 years ago
-
Remove SHIFT from modifiers for reset, such that reset is now accomplished with CTRL-F2 rather than CTRL-SHIFT-F2.
ghedger
9 years ago
-
Fix smoothness issues with Apple II speaker sound; eliminate decoupling capacitor simulation, which was an early step toward debugging heavily distorted sound when mixed with Mockingboard output.
ghedger
9 years ago
-
Use Apple II font for file selection dialog; re-make the font into something more readable.
ghedger
9 years ago
-
Added modifier keys to F2 reset to prevent accidental reboots when switching disks (F3); Improved audio significantly: eliminated DC output of speaker data (no click when hitting F1 or F3/F4 anymore!); significantly improved Mockingboard sound quality in games that use 6522 IRQs; improved buffer streaming.
greg
9 years ago
-
Added -autoboot command line option
Arlo Duff
10 years ago
-
Configuration file is now loaded, even if the user specifies a disk image for FDD1
arlo
10 years ago
-
Fixed bug which caused -f option not to work if the system was not booting from disk.
arlo
10 years ago
-
Moved code to autoboot into its own function to avoid code duplication.
arlo
10 years ago
-
Modified Makefile so that the /usr/local/bin script forwards command-line parameters to linapple
arlo
10 years ago
-
Updated Applewin.cpp to process command-line arguments.
arlo
10 years ago
-
Modern g++ needs unistd.h to be #include'd explicitly.
Chris Pressey
10 years ago
-
changes to fix gcc warnings, clear any unused sound buffer to last value, change timeing to use gettimeofday instead of alarm signal
Tim O'Brien
12 years ago
-
initial import from http://linapple.sourceforge.net/
Tim O'Brien
12 years ago