Commit Graph

134 Commits

Author SHA1 Message Date
Vince Weaver
92c2815a9b tfv: move zero pages values to central place
also mark some constants as constant
2017-11-24 14:01:47 -05:00
Vince Weaver
db5b86289a tfv: more cycle annotation 2017-11-24 00:17:43 -05:00
Vince Weaver
aff3b25264 tfv: more cycles annotations 2017-11-23 23:57:30 -05:00
Vince Weaver
91df570368 tfv: add more cycle annotations 2017-11-22 23:50:43 -05:00
Vince Weaver
be98d15390 tfv: some cycle counting 2017-11-22 01:02:29 -05:00
Vince Weaver
1348e73740 tfv: update HELLO on tfv.dsk 2017-11-18 23:46:46 -05:00
Vince Weaver
7d59dbc84c tfv: implement lightning 2017-11-18 23:17:41 -05:00
Vince Weaver
299faa0060 tfv: fix edge conditions on hlin_double use 2017-11-18 23:07:30 -05:00
Vince Weaver
139c65f1ff tfv: get the forest working 2017-11-18 22:52:25 -05:00
Vince Weaver
1d3a25158f tfv: get ground scatter working 2017-11-18 21:18:01 -05:00
Vince Weaver
526da06078 tfv: draw bottom shoreline 2017-11-18 16:27:42 -05:00
Vince Weaver
57764239cc tfv: map mostly working 2017-11-18 16:08:46 -05:00
Vince Weaver
36695657c0 tfv: implement help screen 2017-11-18 15:17:28 -05:00
Vince Weaver
294d0da64c tfv: add print_both_pages() routine 2017-11-18 14:31:03 -05:00
Vince Weaver
600ee99c63 tfv: add short term TODO 2017-11-17 16:56:11 -05:00
Vince Weaver
b38ab671e3 tfv: update the disk image 2017-11-17 16:54:46 -05:00
Vince Weaver
6d5b75d918 tfv: allow landing by pressing return over grass 2017-11-17 16:54:29 -05:00
Vince Weaver
efdcf2bada tfv: fix opener bug only seen on real hardware
was depending on random setting of value in zero page
2017-11-17 16:29:33 -05:00
Vince Weaver
a5e9bb4982 tfv: add more world map drawing 2017-11-17 01:11:06 -05:00
Vince Weaver
933aad6e90 tfv: get up/down world wrapping working 2017-11-16 17:17:16 -05:00
Vince Weaver
a1908141d6 tfv: allow left/right screen wrapping of world map 2017-11-16 16:55:51 -05:00
Vince Weaver
58fcd29653 tfv: walking on worldmap works 2017-11-16 16:08:46 -05:00
Vince Weaver
9c4d95e6bc tfv: put TFV sprite on the worldmap 2017-11-16 15:37:22 -05:00
Vince Weaver
9038593ef1 tfv: use WASD instead of IJKM for movement
make consistent with Linux version
2017-11-16 15:37:00 -05:00
Vince Weaver
7844a43608 tfv: add bird sprites 2017-10-21 23:48:21 -04:00
Vince Weaver
1cf33eeea9 tfv: flying more or less works 2017-10-09 15:36:25 -04:00
Vince Weaver
b1a96a2097 tfv: fix sprite mask, was bug where bottom transparency didn't work 2017-10-08 15:20:13 -04:00
Vince Weaver
edf4ce1982 tfv: fix up the graphics a bit 2017-09-14 15:55:43 -04:00
Vince Weaver
f9bceb6768 tfv: move worldmap to page flipping 2017-09-12 23:24:44 -04:00
Vince Weaver
7cfe563bd7 tfv: minimal worldmap support 2017-09-12 22:39:50 -04:00
Vince Weaver
4f00d92518 tfv: add info and worldmap 2017-09-12 21:56:11 -04:00
Vince Weaver
2d3f39dc34 tfv: another silly cut-and-paste typo
island doesn't disappear when we turn anymore
2017-09-11 16:15:13 -04:00
Vince Weaver
e907b00c6e tfv: flight turning 2017-09-11 15:58:23 -04:00
Vince Weaver
6f1ece4a0e tfv: flying at speed more or less works 2017-09-11 15:28:56 -04:00
Vince Weaver
a3b2fd9108 tfv: add more keyboard commands 2017-09-11 15:09:51 -04:00
Vince Weaver
f8a210ce02 tfv: better clear screen display 2017-09-11 14:52:32 -04:00
Vince Weaver
d715ee1f10 tfv: make code loop forever, rather than waiting for keypress 2017-09-11 14:48:35 -04:00
Vince Weaver
0486ef4bbd tfv: closer 2017-09-10 23:42:47 -04:00
Vince Weaver
15a6a85edc tfv: typoed SPACEY for SPACEX 2017-09-10 17:05:26 -04:00
Vince Weaver
65a5ac8aa9 tfv: was forgetting to multiply angle by 2 before using sin table 2017-09-10 16:52:56 -04:00
Vince Weaver
6f2fe7e194 tfv: small comment 2017-09-07 01:40:00 -04:00
Vince Weaver
20b070a413 tfv: multiply finally working 2017-09-07 01:32:31 -04:00
Vince Weaver
621f808531 tfv: wasted a lot of time trying to get signed 16x16 multiply working 2017-09-06 23:17:39 -04:00
Vince Weaver
efb63f57b7 tfv: first pass of 6502 fixed point 2017-09-02 00:23:38 -04:00
Vince Weaver
36bab516c6 tfv: more work on flying code 2017-08-27 00:11:53 -04:00
Vince Weaver
65b72664ac tfv: update flying code some more 2017-08-25 01:34:14 -04:00
Vince Weaver
5b9ad56cc1 tfv: have minmal flying going on in 6502 version 2017-08-23 15:41:37 -04:00
Vince Weaver
a7d707da9c tfv: add sprites 2017-08-23 13:25:44 -04:00
Vince Weaver
04ad8e1193 tfv: rename files to have tfv_ in front
makes it easire to keep track of things
2017-08-23 13:09:52 -04:00
Vince Weaver
aff55f6629 tfv: more tweaks to the flying code 2017-08-22 16:32:21 -04:00
Vince Weaver
bd9fd4a42b tfv: update some images 2017-08-19 19:55:41 -04:00
Vince Weaver
38bffc0caf tfv: split files up to be more like C version 2017-08-16 23:18:59 -04:00
Vince Weaver
05ba5f99eb tfv: back to where we were before we started messing with page flipping 2017-08-16 23:09:49 -04:00
Vince Weaver
2b9a86f35a tfv: worlds worst vlin implementation
works though
2017-08-16 22:39:07 -04:00
Vince Weaver
15a8d0a983 tfv: got opener working again
(),Y and # again are nothing but trouble
2017-08-16 22:20:48 -04:00
Vince Weaver
6ff122f75c tfv: working on updating the opener for pageflipping
doesn't work
2017-08-16 18:59:08 -04:00
Vince Weaver
a494dc56e9 tfv: autogenerate background include for assembly language 2017-08-16 15:13:43 -04:00
Vince Weaver
10c27a3648 tfv: finish splitting up tfv.c 2017-08-16 14:46:45 -04:00
Vince Weaver
65e3b2e60b tfv: autogenerate the backgrounds 2017-08-13 16:24:57 -04:00
Vince Weaver
66d08376f9 tfv: add a few more pics 2017-08-12 01:47:36 -04:00
Vince Weaver
2c276a6d4e tfv: add desert 2017-08-11 00:23:18 -04:00
Vince Weaver
22f6ec2e2f tfv: update the world map area
all it needs is collision detection
2017-07-30 21:31:28 -04:00
Vince Weaver
efda3b3d7d tfv: improve shoreline drawing 2017-07-27 00:41:45 -04:00
Vince Weaver
b11e1fc9cd tfv: more world map improvements 2017-07-25 00:42:50 -04:00
Vince Weaver
cc9df1ad17 tfv: update some images 2017-07-24 00:03:07 -04:00
Vince Weaver
3846d4266d tfv: more progress 2017-07-10 00:39:38 -04:00
Vince Weaver
b0ca9efa2b tfv: update game data 2017-07-08 17:11:44 -04:00
Vince Weaver
d0aee81022 tfv: update graphics 2017-07-08 17:06:43 -04:00
Vince Weaver
b2ac412bea tfv: start work on worldmap sprites 2017-07-08 01:19:06 -04:00
Vince Weaver
f229f7d573 tfv: add some more artwork 2017-07-03 10:46:45 -04:00
Vince Weaver
4622f15af9 tfv: some more progress on the name entry screen 2017-06-27 00:55:41 -04:00
Vince Weaver
7f449fcf12 tfv: implement opener in assembly
slower than I thought it would be.  monitor vlin is that slow?
also some flicker as I'm not doing page flipping
2017-06-25 01:00:57 -04:00
Vince Weaver
81acd5a8a5 tfv: more work on tfv 2017-06-25 00:00:16 -04:00
Vince Weaver
fd871848c3 tfv: update disk image 2017-05-22 08:45:50 -04:00
Vince Weaver
c98fbb22e1 gr-sim: text output seems to be working 2017-05-17 23:25:07 -04:00
Vince Weaver
78a5b0e76e Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-05-12 19:40:06 -04:00
Vince Weaver
37cd697d77 tfv: transparent sprite mostly working 2017-05-12 16:35:52 -04:00
Vince Weaver
4d846e778b tfv: initial screen copy routine 2017-05-12 14:29:21 -04:00
Vince Weaver
5562132062 tfv: comment the RLE code 2017-05-06 19:53:55 -04:00
Vince Weaver
a8970f761b tfv: have RLE image loading working
forgot how much I hate 6502 assembler
2017-05-06 19:29:19 -04:00
Vince Weaver
b52890bfeb tfv: more commenting of duet 2017-05-03 00:40:33 -04:00
Vince Weaver
ab1c70b37c tfv: more commenting of the duet "source" 2017-05-02 17:11:27 -04:00
Vince Weaver
f2cb528fd4 tfv: get duet.s building with cc65 2017-05-01 23:16:17 -04:00
Vince Weaver
1f8c57d71e tfv: start work on ill-advised new project 2017-04-30 22:24:49 -04:00