4 Commits

Author SHA1 Message Date
e449090df0 m68k: improve build process
This includes several improvements to the link flags, link script,
common makefile, etc..

Previously bss initialization in m68k start was incorrect. m68k can
now call static initializers if necessary.
2023-06-27 18:31:06 +00:00
ae4bfec20a m68k: add bss initialization 2023-05-17 12:59:55 +00:00
911896e909 m68k: link vectors/handlers by default 2023-05-17 10:37:36 +00:00
922fc587bc m68k: library-ifiy
This makes the m68k make rules usable from other makefiles.

This also adds scsp start address macros.

The sound.c example-fragment is deleted, as a better version now exists
in saturn-examples.
2023-05-16 18:20:57 +00:00