summaryrefslogtreecommitdiff
path: root/vgmplay.c
AgeCommit message (Collapse)Author
2020-05-16Fix vgmplay targetMichael Pavone
2020-04-26Fix vgmplay targetMichael Pavone
2019-03-20Remove dummy controller_add_mappings definitions from vgmplay and stateview ↵Michael Pavone
as controller_info.o has been added to RENDEROBJS in the Makefile
2018-08-02Fix a couple of default targetsMichael Pavone
2018-04-02Fix vgmplayMichael Pavone
2017-04-22Fix vgmplay target for ternary tree changesMichael Pavone
2017-01-28Fix vgmplay and stateview targetsMichael Pavone
2017-01-24Fix stateview and vgmplay targetsMichael Pavone
2016-12-09WIP split of ROM loading/argument parsing from Genesis emulation code. ↵Michael Pavone
Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
2016-05-01Made low pass filter frequency configurableMichael Pavone
2016-02-16Make stateview and vgmplay compile againMichael Pavone
2015-11-16Fix so vgmplay builds againMichael Pavone
2015-11-01Wrote a buggy tool for splitting VGM files by channelMichael Pavone
2015-07-26Finish OS X support in build_release script. Fix a name conflict in vgmplay ↵Michael Pavone
on OS X. Call set_exe_str in vgmplay and stateview
2015-07-26Pre-release cleanupMichael Pavone
2015-07-26Fix missing includes of util.hMichael Pavone
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ↵Michael Pavone
errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
2015-05-20Upgrade to SDL 2.0 and drop support for the non-OpenGL render pathMichael Pavone
2014-02-19Fix type mismatch on headless global that was causing a crash in the vgm ↵Michael Pavone
player on ARM
2014-02-07Implement per-channel wave logging and primitive looping support in vgm player.Michael Pavone
2014-02-07Increment sample pointer after reading a sample in VGM playerMichael Pavone
2014-02-06Add support for VGM 1.50 PCM data blocksMichael Pavone
2014-01-06The local clone on my laptop got messed up and some changes had not been ↵Michael Pavone
pushed. This commit represents the status of the working copy from that clone. It unfortunately contains some changes that I did not intend to commit yet, but this seems like the best option at the moment.
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-09-10Fix vgmplayMike Pavone
2013-06-17Process events in vgm player so that quitting worksMike Pavone
2013-06-17Add primitive vgm player for testingMike Pavone