mirror of
https://github.com/VARCem/munt.git
synced 2026-07-08 18:16:13 +00:00
- Revision bump
- Some docs updated
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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}")
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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}")
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user