aboutsummaryrefslogtreecommitdiff
path: root/src/mplayer/mplayer_init.z80
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)
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.
2020-12-30Initial import1.0Juan J. Martinez