Commit History
@master
git clone https://git.catseye.tc/linapple/
-
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 branch 'master' of https://github.com/LasDesu/linapple
Chris Pressey
7 years ago
-
Merge pull request #1 from catseye/add-gitignore
Chris Pressey
(commit: GitHub)
7 years ago
-
Merge remote-tracking branch 'timob/master'
Alexander Molodtsov
8 years ago
-
Fix Darwin shit
Alexander Molodtsov
8 years ago
-
zz
jvernet
8 years ago
-
SDLMain.h added
jvernet
8 years ago
-
Initial commit
jvernet
8 years ago
-
test Again
jvernet
8 years ago
-
Test
jvernet
8 years ago
-
Merge pull request #4 from catseye/add-gitignore
Tim O'Brien
9 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
-
Opted for 840x576 window size as it represents less of a deviation from the original 800x600, yet still eliminates moire effects.
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
-
Merge pull request #2 from ghedger/master
Tim O'Brien
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
-
Updated Readme.md file to reflect these changes.
Arlo Duff
10 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