dos33fsprogs/gr-sim
Vince Weaver 62391aa514 chiptune_player: implemented stepwise lz4
better, but still not acceptable
2018-02-25 01:08:14 -05:00
..
6502_emulate.c chiptune: update krw decoder 2018-02-23 00:16:43 -05:00
6502_emulate.h chiptune: update krw decoder 2018-02-23 00:16:43 -05:00
6502_test.c gr-sim: fix carry flag in SBC 2018-02-14 14:09:54 -05:00
Makefile chiptune: update krw decoder 2018-02-23 00:16:43 -05: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
bounce.c mode7_demo: split out island vs checkerboard flying 2018-01-28 00:45:31 -05:00
fade.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
fixed_point.c mode7: update rasterbars 2018-01-10 00:38:50 -05:00
gr-sim.c gr-sim: split the 6502 emulation from the graphics emulation 2018-02-14 13:03:15 -05:00
gr-sim.h gr-sim: split the 6502 emulation from the graphics emulation 2018-02-14 13:03:15 -05:00
gr_fast_clear.c gr-sim: split the 6502 emulation from the graphics emulation 2018-02-14 13:03:15 -05:00
kaleido.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
krw_decode.c chiptune_ update krw decode 2018-02-23 01:03:18 -05:00
lookup_tables.c tfv: starting to convert floating point to lookup tables 2017-08-23 21:16:17 -04:00
lz4d_verbose.c chiptune_player: implemented stepwise lz4 2018-02-25 01:08:14 -05:00
mode7_demo.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
rainbow.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
rasterbars.c mode7: add initial rasterbars code 2018-01-13 00:59:53 -05:00
rasterbars_fixed.c mode7: add initial rasterbars code 2018-01-13 00:59:53 -05:00
sparkle.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
starfield.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
starfield_fixed.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
text.c gr-sim: vtab and cursor key improvements 2017-05-18 13:09:51 -04:00
text_demo.c mode7: update text demo 2018-01-24 12:31:05 -05:00
tfv.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
tfv_backgrounds.c mode7: re-optimize rle compression 2017-12-15 15:25:26 -05:00
tfv_backgrounds.h tfv: allow entering city map 2017-09-14 15:12:38 -04:00
tfv_battle.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
tfv_citymap.c tfv: add fountain note 2017-09-14 16:00:55 -04:00
tfv_flying.c tfv: use zero page for fixed point 2017-11-21 22:29:45 -05:00
tfv_flying_6502.c gr-sim: split the 6502 emulation from the graphics emulation 2018-02-14 13:03:15 -05:00
tfv_flying_fixed.c gr-sim: split the 6502 emulation from the graphics emulation 2018-02-14 13:03:15 -05:00
tfv_flying_float.c gr-sim: split the 6502 emulation from the graphics emulation 2018-02-14 13:03:15 -05:00
tfv_info.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
tfv_multiply.c tfv: update to v004 2017-12-01 16:02:21 -05:00
tfv_opener.c tfv: start converting text generation 2017-09-19 00:26:38 -04:00
tfv_sprites.c tfv: add bird sprites 2017-10-21 23:48:21 -04:00
tfv_sprites.h tfv: add bird sprites 2017-10-21 23:48:21 -04:00
tfv_textentry.c tfv: finish splitting up tfv.c 2017-08-16 14:46:45 -04:00
tfv_title.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05: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_worldmap.c gr-sim: update to use fast_clear routines more similar to tfv 2018-01-08 14:01:19 -05:00
tfv_zp.h tfv: use zero page for fixed point 2017-11-21 22:29:45 -05:00

README

Apple II low-res graphics simulator in SDL

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