claudiol
6035f764b5
Enabled full color mode for PC and Prime targets. Added double buffering to avoid flicker.
2021-07-17 17:12:46 -04:00
Stefan Achatz
ac383ac73f
Fixed firmware compilation with gcc-10
...
gcc 10 searches for memory movement patterns and replaces the code with
memmove and other stdlib implementations.
-fno-tree-loop-distribute-patterns is used to prevent this behaviour for
nostdlib builds.
2020-12-30 10:19:17 +01:00
Stefan Achatz
e7805a1d4f
Multiloader loads PRIME_OS.ROM
2020-06-27 21:21:54 +02:00
claudiol
0975eec37d
Fixed exception handlers, now enabled. Moved stack locations for all modes.
2020-06-06 08:05:25 -04:00
claudiol
357e9d8b57
Merged exception handlers, timers and keyboard, added debug steps and disabled them.
2020-05-24 19:22:20 -04:00
Stefan Achatz
aca52f6416
elf2rom now supports -out parameter and pads with 0xff again
...
PrimeG1 projects now create files with the right names
2020-05-15 20:05:18 +02:00
Stefan Achatz
f2674b5040
Partial multiload support
...
Starting original rom does not work.
Contains bss/elf2rom hotfix padding with 0.
2020-05-15 14:41:14 +02:00