]> Shamusworld >> Repos - apple2/shortlog
apple2
2022-08-22 Shamus HammonsDocs were missing GPLv3. Thanks to schampailler for... master
2022-08-13 Shamus HammonsAdded known issues file, small fix for booting from...
2022-08-12 Shamus HammonsMiscellaneous bugfixes.
2021-12-30 Shamus HammonsGraphical fixes for DHIRES and added CASIN emulation.
2020-09-12 Shamus HammonsAdded new palette from pic on the xapple2 color page.
2020-09-11 Shamus HammonsAdd support for .hdv hard drive images, new "Rob Color...
2020-09-08 Shamus HammonsFix trash on sides of screen in full screen mode.
2020-09-08 Shamus HammonsFirst steps towards making config window/settings stick.
2020-01-11 Shamus HammonsAdd documentation of the process for emulating an A2...
2019-04-18 Shamus HammonsSquashed bug that crept in to config.cpp. :-(
2019-04-17 Shamus HammonsAdded missing files from last commit. :-/
2019-04-17 Shamus HammonsAdded initial emulator configuration window, cleanup...
2019-03-12 Shamus HammonsCleanup of initial hard drive emulation code.
2019-02-26 Shamus HammonsAdded Apple II/IIe firmware, fixed HD write emulation.
2019-02-25 Shamus HammonsAdded support for the Apple High Speed SCSI card.
2019-02-09 Shamus HammonsAdded WOZ 2 support.
2019-02-07 Shamus HammonsFixed disk emulation to handle quarter track seeking.
2019-01-24 Shamus HammonsMisc. improvements, added WOZ file support to floppy...
2018-09-17 Shamus HammonsConversion of V65C02 to pointers, misc. whitespace...
2018-09-10 Shamus HammonsFirst stab at adding Mockingboard support.
2017-06-22 Shamus HammonsImprovements to timing, disk selector; added Double...
2017-06-06 Shamus HammonsAdd key delay to keyboard handler, mouse hiding when...
2017-06-05 Shamus HammonsFixed keyboard handling, consolidated video handling.
2017-06-02 Shamus HammonsMiscellaneous minor code cleanup.
2017-05-18 Shamus HammonsMisc. cleanups, incl. cleanup up Makefile.
2014-04-02 Shamus HammonsMoved open/closed apple keys to L/R ALT keys.
2014-04-02 Shamus HammonsAdded state save/load support.
2014-04-01 Shamus HammonsAdded application icon.
2014-04-01 Shamus HammonsFixed stupid lockup bug on exit when emulation paused...
2014-03-31 Shamus HammonsFixed Apple power state to pause CPU thread immediately.
2014-03-30 Shamus HammonsAdded disk selection functionality, fixed power cycle...
2014-03-28 Shamus HammonsAdded new config icon.
2014-03-27 Shamus HammonsConnected POWER function to GUI.
2014-03-26 Shamus HammonsFixed extra parenthesis in gui.cpp. :-P
2014-03-26 Shamus HammonsFixed cross-compilation, added more GUI glue.
2014-03-25 Shamus HammonsRemoved GUI cruft, added 10 & 12pt fonts.
2014-03-03 Shamus HammonsRemoved unnecessary cruft from project.
2013-12-17 Shamus HammonsAdded missing files. :-P
2013-12-07 Shamus HammonsUpdate to website.
2013-12-07 Shamus HammonsAdded website.
2013-10-14 Shamus HammonsDisk names now display in window, still lots to do.
2013-10-13 Shamus HammonsBeginnings of disk image selector.
2013-10-12 Shamus HammonsAdded icons that should have gone in last commit. :-P
2013-10-12 Shamus HammonsAdded updating floppy icons.
2013-10-11 Shamus HammonsAdded MXE cross compile script.
2013-10-10 Shamus HammonsAdded icon selector.
2013-10-09 Shamus HammonsFurther along with icon bar, added new icons (programme...
2013-10-08 Shamus HammonsStart of new built-in GUI.
2013-10-06 Shamus HammonsAdded floppy #2 saving, statistics to makefile.
2013-09-29 Shamus HammonsAdded Prodos detection for .dsk images, fixes to 80STOR...
2013-09-28 Shamus HammonsCreated new MMU based code for R/W handling. Should...
2013-09-24 Shamus HammonsAdded VBL, fixed sound-on-write, added .bin disk support.
2013-09-23 Shamus HammonsFixed misc. bugs preventing certain games from working...
2013-09-19 Shamus HammonsFixed double hires to have correct colors; fixed LC...
2013-09-19 Shamus HammonsFixes to make emulator //e compatible; display can...
2013-09-11 Shamus HammonsFixed problem with frames running ahead of the sound...
2013-09-11 Shamus HammonsConvert sound driving method to direct sampling.
2013-09-10 Shamus HammonsFixed log hangup on exit, added paddle buttons 0 & 1.
2013-09-09 Shamus HammonsPrevent aborting when the log file fills up; added...
2013-09-09 Shamus HammonsConverted to SDL 2, added fullscreen toggle.
2011-10-31 Shamus HammonsMinor fixes.
2009-07-09 Shamus HammonsAdded miscellaneous warnings, minor documentation
2009-02-24 Shamus HammonsFixes to threaded programming model (prevent lockups...
2009-02-16 Shamus HammonsAdded proper locking of conditional variable mutex
2009-02-16 Shamus HammonsChanges to sound system relating to the new threaded...
2009-02-11 Shamus HammonsInitial attempt at multithreaded implementation: CPU...
2009-02-06 Shamus HammonsChanged clock on v65C02 to 64-bit, more GUI refactoring
2009-02-04 Shamus HammonsAdded infrastructure to handle write protecting floppy...
2009-02-03 Shamus HammonsAdd new files that makes this stuff work. D'oh!
2009-02-03 Shamus Hammonsdiskwindow is *almost* usable!
2009-02-03 Shamus HammonsPreliminary workings of a disk handling window. Added...
2009-02-02 Shamus HammonsMore GUI refinements, added "text" control
2009-01-30 Shamus HammonsGUI refactoring...
2009-01-30 Shamus HammonsBeginnings of new GUI
2009-01-28 Shamus HammonsFixed stupid bug that caused LC RAM bank #1 to get...
2009-01-22 Shamus HammonsMiscellaneous sound engine fixes (still needs fixing...
2009-01-19 Shamus HammonsMore work on sound.cpp, especially definition of time...
2009-01-19 Shamus HammonsMinor refactoring on V65C02 core (fixed EA_ABS_* macros...
2008-10-12 Shamus Hammonsundo test commit (testing permissions)
2008-10-12 Shamus Hammonsas
2008-06-05 Shamus HammonsInitial stab at fixing the GUI classes so that they...
2008-05-07 Shamus HammonsFixed non-const function in log.h/cpp
2007-07-04 Shamus HammonsMoved CPU cycle subtraction into CPU core.
2007-07-02 Shamus HammonsFixed applevideo.cpp so that it actually works. :-P
2007-07-02 Shamus HammonsChanged types.h to use standard C99 types, misc. cleanups
2007-05-29 Shamus HammonsAdded missing files...
2007-05-29 Shamus HammonsUndoing changes (accidentally) committed from r31.
2007-05-29 Shamus HammonsSet eol-style to native to keep things sane.
2007-05-29 Shamus HammonsSet eol-style to sane default.
2007-05-29 Shamus HammonsMoved stuff into trunk (part 2)...
2007-05-29 Shamus HammonsFixing goof-up, step 1...
2007-05-29 Shamus HammonsCreating trunk (should've done this from the start)...
2007-05-29 Shamus HammonsRestructuring source a bit... :-P