frno7 / psgplay

PSG play is a music player and emulator for the Atari ST Programmable Sound Generator (PSG) YM2149.
24 stars 4 forks source link

Create a new repository for TOS/libc #3

Closed frno7 closed 3 years ago

frno7 commented 4 years ago

TOS/libc in lib/toslibc is a variant of a C standard library that can be used to build other C programs for Atari ST, and so it makes sense to create a new TOS/libc repository for it. Its main feature is that a normal unmodified m68k compiler can be used without applying any patches. Unlike traditional Atari ST compilers, C int type integers are 32-bit rather than 16-bit.

The FreeMiNT libcmini package is similar, but it requires a special m68k-atari-mint compiler.

frno7 commented 3 years ago

TOS/libc has now been created.