From e2be3ec849c886b89fcbe01d3eb7a5f4b905ba1d Mon Sep 17 00:00:00 2001 From: sergm Date: Sun, 24 Mar 2013 21:47:08 +0200 Subject: [PATCH] - Revision bump - Some docs updated --- mt32emu/AUTHORS.txt | 8 ++++++-- mt32emu/CMakeLists.txt | 4 ++-- mt32emu/NEWS.txt | 10 ++++++++++ mt32emu_qt/CMakeLists.txt | 2 +- mt32emu_qt/NEWS.txt | 7 ++++++- mt32emu_smf2wav/CMakeLists.txt | 2 +- mt32emu_win32drv/NEWS.txt | 8 +++++++- 7 files changed, 33 insertions(+), 8 deletions(-) diff --git a/mt32emu/AUTHORS.txt b/mt32emu/AUTHORS.txt index 70b9212..1ea5821 100644 --- a/mt32emu/AUTHORS.txt +++ b/mt32emu/AUTHORS.txt @@ -23,7 +23,7 @@ Contributors Jonathan Gevaryahu - Sent his MT-32 all the way from Pennsylvania, USA to Australia to get ROM dumps. - Help with reverb analysis. + Help with reverb analysis. LA32 ROM analysing. "The Guru" (http://unemulated.emuunlim.com/) - Dumped the ROMs of the device above. @@ -32,7 +32,11 @@ Laust "Talus" Brock-Nannestad - Dumped the CM-32L ROMs. "balrog" - - Helping with analysis, obtaining and dumping RWI-modded and v2.04 ROMs, supplying us with his costly logic analyzer :) + - Helping with analysis, obtaining and dumping RWI-modded and v2.04 ROMs, supplying us with his costly logic analyzer. :) + LA32 ROM analysing. + +"Sarayan" + - Reversed some LA32 circuits and internal LA32 ROMs. LA32 ROM analysing. Also thanks go to Kaminari Redux, NewRisingSun, robertmo, ripsaw8080, Mau1wurf1977 and other inhabitants of VOGONS for their suggestions and help with debugging. diff --git a/mt32emu/CMakeLists.txt b/mt32emu/CMakeLists.txt index e7126a0..78d9862 100644 --- a/mt32emu/CMakeLists.txt +++ b/mt32emu/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 2.6) project(libmt32emu CXX) set(libmt32emu_VERSION_MAJOR 1) -set(libmt32emu_VERSION_MINOR 1) -set(libmt32emu_VERSION_PATCH 1) +set(libmt32emu_VERSION_MINOR 2) +set(libmt32emu_VERSION_PATCH 0) # Only headers that need to be installed should be listed here: set(libmt32emu_HEADERS diff --git a/mt32emu/NEWS.txt b/mt32emu/NEWS.txt index 81f5eac..f9b221f 100644 --- a/mt32emu/NEWS.txt +++ b/mt32emu/NEWS.txt @@ -1,3 +1,13 @@ +2013-03-24: + + 1.2.0 released. + + * Major wave generator rework by SergM. The wave generator now modularised and ready for integration + with other emulation software. With the help of Lord_Nightmare, Balrog and Sarayan, LA32 internals became clearer, + which allows to further improve the emulation accuracy. Still, we are not precise yet but very close now. + The output wave now has about the same FFT spectrum as the original digitally captured waves. As the wave + generation engine is completely new, some bugs probably still exist, though. + 2013-02-11: 1.1.1 released. diff --git a/mt32emu_qt/CMakeLists.txt b/mt32emu_qt/CMakeLists.txt index b5a396c..332bfa4 100644 --- a/mt32emu_qt/CMakeLists.txt +++ b/mt32emu_qt/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../cmake project(mt32emu-qt) set(mt32emu_qt_VERSION_MAJOR 1) set(mt32emu_qt_VERSION_MINOR 0) -set(mt32emu_qt_VERSION_PATCH 1) +set(mt32emu_qt_VERSION_PATCH 2) add_definitions(-DVERSION="${mt32emu_qt_VERSION_MAJOR}.${mt32emu_qt_VERSION_MINOR}.${mt32emu_qt_VERSION_PATCH}") diff --git a/mt32emu_qt/NEWS.txt b/mt32emu_qt/NEWS.txt index 61424a2..d6d6827 100644 --- a/mt32emu_qt/NEWS.txt +++ b/mt32emu_qt/NEWS.txt @@ -1,9 +1,14 @@ +2013-03-24: + + 1.0.2 released. + + * Updated mt32emu library to version 1.2.0. 2013-02-11: 1.0.1 released. - * Updated mt32emu library. + * Updated mt32emu library to version 1.1.1. 2012-12-25: diff --git a/mt32emu_smf2wav/CMakeLists.txt b/mt32emu_smf2wav/CMakeLists.txt index 1db9b48..707600c 100644 --- a/mt32emu_smf2wav/CMakeLists.txt +++ b/mt32emu_smf2wav/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../cmake project(mt32emu-smf2wav CXX) set(mt32emu_smf2wav_VERSION_MAJOR 1) set(mt32emu_smf2wav_VERSION_MINOR 0) -set(mt32emu_smf2wav_VERSION_PATCH 1) +set(mt32emu_smf2wav_VERSION_PATCH 2) add_definitions(-DVERSION="${mt32emu_smf2wav_VERSION_MAJOR}.${mt32emu_smf2wav_VERSION_MINOR}.${mt32emu_smf2wav_VERSION_PATCH}") diff --git a/mt32emu_win32drv/NEWS.txt b/mt32emu_win32drv/NEWS.txt index 652e249..cbca750 100644 --- a/mt32emu_win32drv/NEWS.txt +++ b/mt32emu_win32drv/NEWS.txt @@ -1,3 +1,9 @@ +2013-03-24: + + 1.0.3 released. + + * Updated mt32emu library to version 1.2.0. + 2013-03-10: 1.0.2 released. @@ -8,7 +14,7 @@ 1.0.1 released. - * Updated mt32emu library. + * Updated mt32emu library to version 1.1.1. 2012-12-25: