aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-05-27Use SDCC's new calling conventionJuan J. Martinez
(this is an ABI breaking change, and will require changes to user-written asm functions or their declarations)
2024-05-27Avoid function declarator with no prototype errorsJuan J. Martinez
This is for SDCC 4.4.0 at least.
2022-05-19Merge branch 'master' into 'master'Juan J. Martínez
indentation: replaced spaces with tabs See merge request reidrac/ubox-msx-lib!27
2022-05-18indentation: replaced spaces with tabsPedro de Medeiros
2022-05-18ubox_set_colors.z80: unnecessary "inc hl" after reading all parameters from ↵Pedro de Medeiros
stack
2022-01-16Fixed compilation flagsJuan J. Martinez
CFLAGS was used in LDFLAGS.
2022-01-16Removed unused variableJuan J. Martinez
2022-01-07Replacing VRAM magic numbers with constantsPedro de Medeiros
2021-12-29Initialze the sprite index to 0Juan J. Martinez
Fixes issue #10; thanks to @torihino for the report.
2021-12-20Slightly better variable nameJuan J. Martinez
2021-12-20Makefile in spman.lib now cleans up completelyPedro de Medeiros
2021-10-31SDCC versions and support for current snapshotsJuan J. Martinez
2021-10-25Fixed separatorJuan J. Martinez
2021-10-24TypoJuan J. Martinez
2021-03-25FormattingJuan J. Martinez
2021-03-25Ensure this can't be interrupedJuan J. Martinez
If the int handler is calling mplayer_play, it could happen that an int is handled when the song is being set up, potentially leaving the player's internal structures in a invalid state.
2021-01-25Reviewed makefilesJuan J. Martinez
2021-01-09Fixed export nameJuan J. Martinez
2021-01-09Extra libs: ap.libJuan J. Martinez
aPLib support with apultra.
2020-12-30Initial import1.0Juan J. Martinez