1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-21 08:50:47 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
00272225ed Add patch for CAMD to fix incorrect func definition
The .fd file supplied with the CAMD SDK contains an incorrect function
definition for CreateMidiA(), which means that a stub is not generated
for the CreateMidi() function.

This also causes fd2sfd to emit the warning:
Warning: CreateMidiA gets 2 params and 1 regs!

Add a patch to fix the warning from fd2sfd and allow sfdc to generate a
stub for CreateMidi().
2020-09-26 20:36:35 +01:00
8b0c4d6b50 fix merge ... 2019-02-25 21:11:32 +01:00
0ac23dd17a Add CAMD to SDK
There isno official CAMD SDK on Aminet, so use the MorphOS headers
and regenerate the GCC inlines from the clib/camd_protos.h and .fd
file.
2019-02-24 22:41:25 -08:00