Commit Graph

72 Commits

Author SHA1 Message Date
Christopher Mosher
b4d6012c54 fix gitignore for executable (for non VPATH builds) 2013-12-19 21:58:28 -05:00
Christopher Mosher
d45c306ecc remove v6502.cpp (shouldn't have been added in the first place) 2013-12-19 21:57:42 -05:00
Christopher Mosher
a217a0a096 replace cpu with 6502 emulator 2013-12-19 19:44:06 -05:00
Christopher Mosher
97419f5538 add some gitignores for non-vpath builds 2013-12-18 18:29:46 -05:00
Christopher Mosher
6a231c3812 fix some compiler warnings 2013-12-16 22:20:11 -05:00
Christopher Mosher
500be66a0b add compile flags" C++11; optimize, and warnings 2013-12-16 22:11:34 -05:00
Christopher Mosher
3ad01f07e5 add missing include 2013-12-16 22:11:11 -05:00
Christopher Mosher
9afe265028 fix sound bug (extra semicolon) 2013-12-16 21:54:40 -05:00
Christopher Mosher
75bb95a336 fix MinGW build 2013-12-16 00:21:19 -05:00
Christopher Mosher
87290dcc19 fix bitmap saving 2013-10-16 21:47:59 -04:00
Christopher Mosher
7cc1e1d6b9 comment-out key printing debug code 2013-10-16 21:47:14 -04:00
Christopher Mosher
7aab22281e fix keyboard handling 2013-10-16 08:26:41 -04:00
Christopher Mosher
32af5e015c default to fill-down screen to workaround graphics glitch 2013-10-10 22:59:38 -04:00
Christopher Mosher
08cc9f5f39 remove buggy speaker sound, for now 2013-10-10 22:33:36 -04:00
Christopher Mosher
bda6d62294 make keyboard usable (not fully tested yet); reformat file 2013-10-10 22:32:39 -04:00
Christopher Mosher
13481ab90e video working OK (still slow, though) 2013-10-09 23:23:33 -04:00
Christopher Mosher
6a2b84794c conv to SDL2, except video; all untested yet 2013-10-08 10:29:28 -04:00
Christopher Mosher
b3f1e6b23d enhance gitignore for non-VPATH builds and netbeans 2013-10-08 10:28:36 -04:00
Christopher Mosher
638e3dfe92 include sdl header instead of defining SDL_KeyboardEvent 2012-06-19 20:32:44 -04:00
Christopher Mosher
8a51b28651 for audio, use returned value for silence, and use unsigned instead of signed bytes 2012-04-23 22:55:28 -04:00
Christopher Mosher
60f968c5f0 remove debug printing to stdout; remove old tick function 2012-04-23 21:50:21 -04:00
Christopher Mosher
8f9eac131a Initial import from subversion repo 2012-04-20 20:04:34 -04:00