2017-11-23 04:50:43 +00:00
|
|
|
mode7 speed fixes:
|
|
|
|
+ faster multiply routine
|
2017-11-26 06:02:02 +00:00
|
|
|
- If result is AABBCCDD we only need BBCC for fixed point
|
|
|
|
result
|
|
|
|
- Pass NUM1H in A? no because used multiple places
|
2017-11-26 00:37:02 +00:00
|
|
|
|
2017-11-26 06:02:02 +00:00
|
|
|
+ inline hlin_setup? (save 12 cycles)
|
2017-11-23 04:50:43 +00:00
|
|
|
|
2017-11-24 04:57:30 +00:00
|
|
|
+ Skip key parsing if no key read
|
|
|
|
|
2017-11-26 00:37:02 +00:00
|
|
|
slower: move to 40x40 again
|
|
|
|
draw every other line. First with color/black
|
|
|
|
then xor in the second line
|
|
|
|
|
2017-11-17 21:56:11 +00:00
|
|
|
short term:
|
2017-11-18 20:17:28 +00:00
|
|
|
|
2017-11-18 21:27:42 +00:00
|
|
|
longer term:
|
2017-11-19 03:52:25 +00:00
|
|
|
sky -- color looks too much like grass on monochrome display
|
2017-11-18 21:27:42 +00:00
|
|
|
map -- adjust x/y to better match real position
|
|
|
|
name entry screen
|
|
|
|
inventory screen
|
2017-11-19 02:18:01 +00:00
|
|
|
collision detection
|
|
|
|
after game over, return to title screen
|
|
|
|
save/restore game
|
|
|
|
|
2017-11-17 21:56:11 +00:00
|
|
|
|