dos33fsprogs/gr-sim
Vince Weaver 939cc6236b tfv: fix inventory 2017-11-18 23:17:26 -05:00
..
Makefile tfv: allow entering city map 2017-09-14 15:12:38 -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
fixed_point.c tfv: complete conversion to fixed point 2017-08-24 17:07:21 -04:00
gr-sim.c tfv: get the forest working 2017-11-18 22:52:25 -05:00
gr-sim.h tfv: add print_both_pages() routine 2017-11-18 14:31:03 -05:00
kaleido.c gr-sim: fix kaleido to compile again 2017-07-10 11:24:00 -04:00
lookup_tables.c tfv: starting to convert floating point to lookup tables 2017-08-23 21:16:17 -04:00
mode7_demo.c tfv: add tfv_put_sprite_page() 2017-08-23 14:06:38 -04:00
rainbow.c gr-sim: minimal text mode support 2017-05-17 17:14:47 -04:00
sparkle.c tfv: split up the files 2017-08-12 20:15:34 -04:00
text.c gr-sim: vtab and cursor key improvements 2017-05-18 13:09:51 -04:00
tfv.c tfv: have minmal flying going on in 6502 version 2017-08-23 15:41:37 -04:00
tfv_backgrounds.c tfv: fix up the graphics a bit 2017-09-14 15:55:43 -04:00
tfv_backgrounds.h tfv: allow entering city map 2017-09-14 15:12:38 -04:00
tfv_battle.c tfv: update text printing code some more 2017-09-19 00:43:17 -04:00
tfv_citymap.c tfv: add fountain note 2017-09-14 16:00:55 -04:00
tfv_flying.c tfv: add print_both_pages() routine 2017-11-18 14:31:03 -05:00
tfv_info.c tfv: fix inventory 2017-11-18 23:17:26 -05:00
tfv_multiply.c tfv: multiply finally working 2017-09-07 01:32:31 -04: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 tfv: update text printing code some more 2017-09-19 00:43:17 -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_worldmap.c tfv: get the forest working 2017-11-18 22:52:25 -05:00
tfv_zp.h tfv: allow entering city map 2017-09-14 15:12:38 -04:00

README

Apple II low-res graphics simulator in SDL

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