more lynx micro-fixes and bump version to dev57

allocated 3 versions for possible emergency fix releases after 0.5.7

0.6 dev starts here!
This commit is contained in:
tildearrow 2022-02-22 17:48:13 -05:00
parent 278536489f
commit f2232b6157
3 changed files with 4 additions and 3 deletions

View File

@ -37,8 +37,8 @@
warnings+=(String("\n")+x); \
}
#define DIV_VERSION "0.5.7"
#define DIV_ENGINE_VERSION 53
#define DIV_VERSION "dev57"
#define DIV_ENGINE_VERSION 57
enum DivStatusView {
DIV_STATUS_NOTHING=0,

View File

@ -1586,7 +1586,7 @@ const char* aboutLine[]={
"thanks to all contributors/bug reporters!"
};
const size_t aboutCount = sizeof(aboutLine) / sizeof(aboutLine[0]);
const size_t aboutCount = sizeof(aboutLine)/sizeof(aboutLine[0]);
void FurnaceGUI::drawAbout() {
// do stuff

View File

@ -1091,6 +1091,7 @@ void FurnaceGUI::commitSettings() {
PUT_UI_COLOR(GUI_COLOR_INSTR_POKEY);
PUT_UI_COLOR(GUI_COLOR_INSTR_BEEPER);
PUT_UI_COLOR(GUI_COLOR_INSTR_SWAN);
PUT_UI_COLOR(GUI_COLOR_INSTR_MIKEY);
PUT_UI_COLOR(GUI_COLOR_INSTR_UNKNOWN);
PUT_UI_COLOR(GUI_COLOR_CHANNEL_FM);
PUT_UI_COLOR(GUI_COLOR_CHANNEL_PULSE);