dos33fsprogs/gr-sim
Vince Weaver d12c75a180 gr-sim: fire: add credit 2018-12-29 00:28:38 -05:00
..
6502_test gr-sim: split things into separate subdirs 2018-06-10 13:04:30 -04:00
dos nibble_table: validating qkumba's DOS read nibble generation code 2018-10-12 17:10:31 -04:00
fade gr-sim: split things into separate subdirs 2018-06-10 13:04:30 -04:00
fire gr-sim: fire: add credit 2018-12-29 00:28:38 -05:00
gr gr: add gr-viewer 2018-09-27 20:00:05 -04:00
hgr xmas2018: more work on scroll 2018-12-19 16:49:05 -05:00
kaleido_sparkle tfv: collision detect on worldmap works (mostly) 2018-06-18 15:03:02 -04:00
lz4 gr-sim: split things into separate subdirs 2018-06-10 13:04:30 -04:00
mode7_demo gr-sim: split things into separate subdirs 2018-06-10 13:04:30 -04:00
rasterbars gr-sim: split things into separate subdirs 2018-06-10 13:04:30 -04:00
rotate_wipe gr-sim: add rotate demo 2018-06-29 16:26:48 -04:00
split_screen split: work on letter slide 2018-07-06 12:12:57 -04:00
starfield gr-sim: split things into separate subdirs 2018-06-10 13:04:30 -04:00
text missing Makefile. Really need to set up proper .gitignore 2018-06-10 23:11:59 -04:00
tfv gr-sim: make transparent color GREY2 2018-07-18 01:23:20 -04:00
tunnel tunnel: experiments 2018-09-17 16:29:14 -04:00
water water: add initial code 2018-11-17 10:00:00 -05:00
6502_emulate.c xmas2018: more work on scroll 2018-12-19 16:49:05 -05:00
6502_emulate.h xmas2018: more work on scroll 2018-12-19 16:49:05 -05:00
Makefile makefile: missing clean 2018-07-09 10:56:27 -04:00
README gr-sim: add SDL GR simulator 2017-05-02 09:59:39 -04:00
apple2_font.h gr-sim: text output seems to be working 2017-05-17 23:25:07 -04:00
gr-sim.c gr-sim: make transparent color GREY2 2018-07-18 01:23:20 -04:00
gr-sim.h tfv: hookup credits 2018-07-07 16:24:06 -04:00
gr_fast_clear.c gr-sim: split the 6502 emulation from the graphics emulation 2018-02-14 13:03:15 -05:00
hgr-sim.c hgr: vertical colors sorta right 2018-07-02 13:55:48 -04:00
tfv_utils.c tfv: fix inventory 2017-11-18 23:17:26 -05:00
tfv_utils.h tfv: add screen clearing routines 2017-08-12 20:35:36 -04:00
tfv_zp.h hgr: more progress on hplot 2018-07-02 12:06:11 -04:00

README

Apple II low-res graphics simulator in SDL

Useful to prototype games, etc., before committing to 6502 assembly.