Skip to content

Commit

Permalink
write update log, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ValleyBell committed May 4, 2016
1 parent 84724dc commit 5f7dfc9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VGMPlay/VGMPlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "VGMFile.h"

#define VGMPLAY_VER_STR "0.40.6"
#define VGMPLAY_VER_STR "0.40.7"
//#define APLHA
//#define BETA
#define VGM_VER_STR "1.71b"
Expand Down
1 change: 1 addition & 0 deletions VGMPlay/VGMPlay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Credits
=======
This program was written by Valley Bell.

- Special thanks to ctr for major contributions in general.
- almost all software emulators are from MAME (http://mamedev.org)
- EMU2413 and Gens YM2612 were ported from Maxim's in_vgm
- the YMF278B core was ported from openMSX
Expand Down
11 changes: 11 additions & 0 deletions VGMPlay/VGMPlay_Updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,14 @@ Updates since 0.4.0u6 (30.05.2015)
- fixed Irem GA20 channel muting
- fixed playing non-NMK banked OKIM6295 VGMs after NMK-banked ones
- fixed SN76489 PSG muting (muting didn't work if the frequency was set to 0 to play PCM)
- [misc] added vgm2wav (thanks libertyernie)
- improved DAC Stream Control for HuC6280
- [VGMPlay] added warning for zlib seeking bug
- [VGMPlay + in_vgm] fixed bugs with .ini file reading
- fixed YMF278B sample looping
- repalced C352 sound core with new one written by superctr
- added option to disable rarely used C352 rear channels
- [in_vgm] added option to disable caching of VGM info (tags/etc.)
- added option to enforce silence at the end of <1.50 VGMs
- fixed memory leak when seeking back in songs that use the YM2610 (thanks to GTheGuardian for reporting)
- fixed bug with X1-010 PCM loops
5 changes: 3 additions & 2 deletions in_vgm/in_vgm.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void About(HWND hWndParent)
" (Unicode build)"
#endif
"\n"
"by Valley Bell 2011-2015\n"
"by Valley Bell 2011-2016\n"
"\n"
"Build date: " __DATE__ " (" INVGM_VERSION ")\n"
"\n"
Expand All @@ -208,7 +208,8 @@ void About(HWND hWndParent)
"GerbilSoft for the RF5C164 and PWM cores from Gens/GS\n"
"DOSBox Team for AdLibEmu (OPL2/3 sound core)\n"
"The author of Ootake for the HuC6280 core\n"
"rainwarrior for NSFPlay and the EMU2149 and NES cores";
"rainwarrior for NSFPlay and the EMU2149 and NES cores\n"
"superctr for the new C352 core";
char* ChipList;
const char* ChipStr;
char* FinalMsg;
Expand Down

0 comments on commit 5f7dfc9

Please sign in to comment.