Vince Weaver
|
df4be961d2
|
mode7: working on checkerboard
|
2017-12-12 15:39:32 -05:00 |
|
Vince Weaver
|
29eea6a627
|
mode7: paramaterize the map
|
2017-12-12 14:29:39 -05:00 |
|
Vince Weaver
|
8e99e81bbd
|
mode7: merge into one file
|
2017-12-12 14:01:17 -05:00 |
|
Vince Weaver
|
598043e3ed
|
mode7: trim off some of the extra code
|
2017-12-12 13:53:20 -05:00 |
|
Vince Weaver
|
4724b09570
|
mode7: add standalone version of the mode7 code
|
2017-12-12 13:47:14 -05:00 |
|
Vince Weaver
|
e8692f7d22
|
dlowres: make instructions in HELLO
|
2017-12-07 22:42:55 -05:00 |
|
Vince Weaver
|
8fd8335485
|
dlowres: update sprite basis
|
2017-12-06 16:43:34 -05:00 |
|
Vince Weaver
|
257f51c473
|
dlowres: have 80x40 sprites updated
|
2017-12-06 16:39:40 -05:00 |
|
Vince Weaver
|
f46567562d
|
dlowres: got sprites sorta working
|
2017-12-06 14:40:21 -05:00 |
|
Vince Weaver
|
ff4f5d4f0c
|
dlowres: update to actually work in 80x40 mode
sprites still not working
|
2017-12-06 10:26:02 -05:00 |
|
Vince Weaver
|
6a408034c9
|
dlowres: split up the aux and standard code
this is all a big hack
|
2017-12-06 10:09:49 -05:00 |
|
Vince Weaver
|
5885ad8557
|
dlowres: need to shift the colors
|
2017-12-06 01:34:28 -05:00 |
|
Vince Weaver
|
3edac4cf86
|
dlowres: update to work (slightly) better
|
2017-12-05 16:54:53 -05:00 |
|
Vince Weaver
|
0f6b0e0ef4
|
dlowres_mode7: add initial checkin
|
2017-12-05 16:16:38 -05:00 |
|
Vince Weaver
|
af84003bcc
|
tfv: update to v004
|
2017-12-01 16:02:21 -05:00 |
|
Vince Weaver
|
d86a962432
|
tfv: move lookup_map inline
|
2017-12-01 00:01:34 -05:00 |
|
Vince Weaver
|
2dba13ea86
|
tfv: update some comments
|
2017-11-30 01:10:26 -05:00 |
|
Vince Weaver
|
e37caf6624
|
tfv: some more multiplaction result arranging
|
2017-11-30 01:02:45 -05:00 |
|
Vince Weaver
|
91706259a7
|
tfv: use the re-arranged multiply register results to optimize
cycle count actually gets worse, but that was due to a bug in
the cycle counting missing two of the add routines
|
2017-11-30 00:37:57 -05:00 |
|
Vince Weaver
|
8155ff8408
|
tfv: change order of multiply results
this might allow slight optimization later
|
2017-11-30 00:18:14 -05:00 |
|
Vince Weaver
|
d3a054b98b
|
tfv: move spacez updates out of line
|
2017-11-30 00:13:23 -05:00 |
|
Vince Weaver
|
dc0827941e
|
tfv: inner loop optimization
|
2017-11-29 23:17:32 -05:00 |
|
Vince Weaver
|
863e5e5957
|
Merge branch 'master' of https://github.com/deater/dos33fsprogs
|
2017-11-29 18:08:31 -05:00 |
|
Vince Weaver
|
99343668a1
|
tfv: add more comments to the code
|
2017-11-29 12:53:29 -05:00 |
|
Vince Weaver
|
8484094080
|
tfv: update TODO
|
2017-11-29 08:32:26 -05:00 |
|
Vince Weaver
|
51befa0f01
|
tfv: inline the signed multiply
|
2017-11-29 01:04:07 -05:00 |
|
Vince Weaver
|
fa45d4bd72
|
tfv: forgot to update the signed multiply part of things
|
2017-11-29 00:49:01 -05:00 |
|
Vince Weaver
|
f6d358e025
|
tfv: update the multiply code
|
2017-11-29 00:38:41 -05:00 |
|
Vince Weaver
|
a7f4ec0bc0
|
tfv: optimize the multiply routine down some more
|
2017-11-29 00:38:06 -05:00 |
|
Vince Weaver
|
68cac10f1e
|
tfv: update disk image
|
2017-11-26 22:07:27 -05:00 |
|
Vince Weaver
|
5898db1ac0
|
tfv: missing rts meant random VLINs when printing to screen
|
2017-11-26 22:05:52 -05:00 |
|
Vince Weaver
|
4d86457d96
|
tfv: more optimization, move SCREEN_X to register X
|
2017-11-26 21:58:58 -05:00 |
|
Vince Weaver
|
5cee1db0b1
|
tfv: add some self-modifying code
|
2017-11-26 20:51:24 -05:00 |
|
Vince Weaver
|
0f100138f1
|
tfv: some more minor speedups
|
2017-11-26 19:20:58 -05:00 |
|
Vince Weaver
|
d3726761a6
|
tfv: update the optimization file
|
2017-11-26 18:35:50 -05:00 |
|
Vince Weaver
|
1bb8491f68
|
tfv: make the speed handling more similar on the two versions
|
2017-11-26 18:27:58 -05:00 |
|
Vince Weaver
|
b72d12eea8
|
tfv: make help properly redraw sky when done
|
2017-11-26 17:59:27 -05:00 |
|
Vince Weaver
|
fa8553aeb9
|
tfv: remove excess copying into temp variables
|
2017-11-26 17:48:01 -05:00 |
|
Vince Weaver
|
b6335d4419
|
tfv: switch over to 40x40 mode
framerate is back to 4fps
|
2017-11-26 15:12:21 -05:00 |
|
Vince Weaver
|
03e7afe1ce
|
tfv: remove old multiply code
|
2017-11-26 11:21:54 -05:00 |
|
Vince Weaver
|
024d38ce36
|
tfv: update with over_water optimization
|
2017-11-26 01:02:02 -05:00 |
|
Vince Weaver
|
3430394d99
|
tfv: optimize to not always draw sky
|
2017-11-26 00:10:58 -05:00 |
|
Vince Weaver
|
f68fd6704b
|
tfv: fix off-by-one problem in the map drawing
|
2017-11-25 23:33:25 -05:00 |
|
Vince Weaver
|
92e9d3a055
|
tfv: add cache for the color values
|
2017-11-25 23:27:55 -05:00 |
|
Vince Weaver
|
71fde333c9
|
tfv: optimize the multiply some more
|
2017-11-25 21:55:45 -05:00 |
|
Vince Weaver
|
6e0f505893
|
tfv: update the multiply code
|
2017-11-25 20:42:09 -05:00 |
|
Vince Weaver
|
a55c0c2a0d
|
tfv: update some constants
|
2017-11-25 20:30:13 -05:00 |
|
Vince Weaver
|
382fe07bfd
|
tfv: plug in the high speed multiply
|
2017-11-25 19:37:02 -05:00 |
|
Vince Weaver
|
7a7344f689
|
tfv: re-arrange the multiplies so we can use self-modifying feature
|
2017-11-25 01:57:05 -05:00 |
|
Vince Weaver
|
7b3127a3ea
|
tfv: hook up the fast multiply code
|
2017-11-25 01:30:22 -05:00 |
|