Irmen de Jong
|
40ce7725a1
|
cleanup c64 sprite examples
|
2024-10-26 21:36:11 +02:00 |
|
Irmen de Jong
|
03412cacba
|
added examples/cx16/balloonflight.p8
|
2024-10-13 00:51:07 +02:00 |
|
Irmen de Jong
|
1d1d6b3d98
|
tweak c64 balloonflight example etc.
|
2024-09-22 13:20:12 +02:00 |
|
Irmen de Jong
|
92527b4c1d
|
examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool
|
2024-03-02 23:19:18 +01:00 |
|
Irmen de Jong
|
08ac459a41
|
breaking change: sys.set_irq() and sys.set_rasterirq() no longer have useKernal parameter! The irq handler routine must return a boolean instead in the A register.
When it returns true it means run the system IRQ handler afterwards. When it returns false, the system handler is NOT ran afterwards.
|
2023-11-21 23:22:53 +01:00 |
|
Irmen de Jong
|
b500a0d477
|
c64: added a couple of routines that calculate the correct memory locations for video ram and sprite pointers etc. based on current VIC-II memory setup.
the examples with sprites, now use it.
|
2023-09-08 21:27:38 +02:00 |
|
Irmen de Jong
|
9314c346da
|
-target option is now required; c64 no longer the default
|
2023-06-03 19:14:45 +02:00 |
|