Mirror of apple2 emulator from http://shamusworld.gotdns.org/apple2/
Go to file
Shamus Hammons 978531c95e Fixed keyboard handling, consolidated video handling.
The keyboard handler now properly emulates the //e's 2-key rollover.
However, we might have to add in a key repeat delay if it makes it so
that you can't type on the console anymore. This had to be done because
SDL will throw in key delay if you rely on it's SDL_KEYDOWN message and
this caused many games with keyboard input to be unplayable. Also, we
consolidated the video handling files, as there was very little in
video.cpp and so we moved it into applevideo.cpp and renamed that file
to video.cpp. Things are a lot cleaner as a result of this merge. :-)
2017-06-04 22:28:52 -05:00
docs Added floppy #2 saving, statistics to makefile. 2013-10-06 12:17:38 -05:00
res Added floppy #2 saving, statistics to makefile. 2013-10-06 12:17:38 -05:00
ROMs Fixes to make emulator //e compatible; display can do double hires now. 2013-09-18 19:03:09 -05:00
src Fixed keyboard handling, consolidated video handling. 2017-06-04 22:28:52 -05:00
web Update to website. 2013-12-07 16:54:25 -06:00
.gitignore Fixed log hangup on exit, added paddle buttons 0 & 1. 2013-09-09 22:22:49 -05:00
apple2.cfg Miscellaneous minor code cleanup. 2017-06-01 21:42:15 -05:00
cross-compile Misc. cleanups, incl. cleanup up Makefile. 2017-05-17 23:17:17 -05:00
Makefile Fixed keyboard handling, consolidated video handling. 2017-06-04 22:28:52 -05:00