Hugo Ameln hugova
  • Former windows user

  • Joined on 2025-02-21
hugova pushed to main at Stacken/c64-livecoding 2025-03-05 01:27:44 +01:00
982b6c7ea6 A fix for the timer to work by making it start with value 1. It do not increment from 0!
hugova pushed to main at Stacken/c64-livecoding 2025-03-04 23:02:05 +01:00
89c2b42bfe Reorginisation of line-drawing code. Also added a macro to benchmark line drawing logic. Addition of line_test_time to benchmark line drawing time (Do not work yet)
hugova pushed to main at Stacken/c64-livecoding 2025-03-04 21:01:11 +01:00
494e9dc5f9 A fix of line_up_inv such that X_pos < X_end like all other line_* implementations.
hugova pushed to main at Stacken/c64-livecoding 2025-03-03 22:12:59 +01:00
4d12f20a6e A Fix for D that gets the wrong initial value and the branch logic in line_* checked for the wrong value.
hugova pushed to main at Stacken/c64-livecoding 2025-03-02 23:15:00 +01:00
1524c837ca A optimisation of line_up_inv.s by moving some logic out of loop
hugova pushed to main at Stacken/c64-livecoding 2025-03-02 18:31:48 +01:00
f3712eca9f Move logic outside loop for performance reasons.
hugova pushed to main at Stacken/c64-livecoding 2025-03-02 18:07:00 +01:00
ee69828ec7 Optimisation by moving logic out of loop for faster execution.
hugova pushed to main at Stacken/c64-livecoding 2025-03-02 16:53:41 +01:00
0940d9f9f9 1. A fix for a bug where D gets the wrong initial value (2 bytes where flipped)
hugova pushed to main at Stacken/c64-livecoding 2025-03-02 00:00:54 +01:00
4f396fd740 A fix to a bug, to make line_down draw lines with small slopes.
hugova pushed to main at Stacken/c64-livecoding 2025-02-28 18:22:14 +01:00
9c86b570ed Will make the indenting better. Also it will properly use dubble ; for comment blocks
hugova pushed to main at Stacken/c64-livecoding 2025-02-27 22:06:01 +01:00
864b0e659b Add hugo code