Filippos Karapetis
e34b5be8e3
MT32: Update to munt 1.5.0
...
This syncs with munt commit 4041a16a5d
2014-12-21 22:19:28 +02:00
Filippos Karapetis
f953e3a435
MT32: Sync with the latest changes in munt
...
This syncs the code with munt commit fa8b4f899d, avoiding usage of a
global constructor
2014-07-13 17:12:04 +03:00
Johannes Schickel
32df9f7759
MT32: Comment out default showLCDMessage/printDebug implementations.
...
This keeps the original MUNT code in showLCDMessage/printDebug and simply
comments it out. This *silences* a warning about debug use in our former
default replacement code. Since we already implement a ReportHandler there
is no need to adapt the default implementation.
This is not the cleanest way but the solution which requires the least changes
to MUNT code.
2014-07-11 00:56:10 +02:00
Johannes Schickel
f8d0a48dcd
Revert "MT32: Avoid runtime abort due to non-POD object pass in MT32 Emulator."
...
This reverts commit 6731eb21e3 .
2014-07-11 00:38:31 +02:00
D G Turner
6731eb21e3
MT32: Avoid runtime abort due to non-POD object pass in MT32 Emulator.
2014-07-10 23:11:20 +01:00
Filippos Karapetis
8c5f67568f
MT32: Update to munt 1.4.0
...
This syncs with munt commit 175446af43
2014-07-08 00:02:18 +03:00
Filippos Karapetis
10c7986a36
MT32: Copyright year bump
2014-07-08 00:02:17 +03:00
Filippos Karapetis
eb84b9fc02
MT-32: Update to munt 1.3.0
2013-09-24 11:30:46 +03:00
Filippos Karapetis
00992c1e68
MT-32: Sync with the latest changes in munt
2013-08-21 03:41:30 +03:00
Filippos Karapetis
5f3ddae421
MT-32: Sync with the latest changes in munt
...
This syncs our code with munt commits 258cd89 and 17b40a6
2013-07-02 03:53:09 +03:00
Filippos Karapetis
f4cc45d367
MT32: Sync with the latest changes in munt
...
The major change is the addition of a refined wave generator based on
logarithmic fixed-point computations and LUTs
2013-03-02 14:09:39 +02:00
Filippos Karapetis
8884c240fc
MT32: Update copyright year
2013-03-02 13:46:11 +02:00
Filippos Karapetis
5711d23231
MT32: Update the MT32 emulator and adapt to its new API
...
Previous munt commit was 84b2819 (Dec 22, 2012)
Current munt commit is 6afddaf (Dec 23, 2012)
This commit also updates the MT32 driver code to the latest munt API
2012-12-26 21:28:34 +02:00
Filippos Karapetis
d9e555afd5
MT32: Update the MT32 emulator to a newer munt commit
...
Previous munt commit was f969d20 (Nov 15, 2012)
Current munt commit is 84b2819 (Dec 22, 2012)
We are still missing the changes from commit 788f7b1 onwards (Dec 22,
2012). There are bigger ROM access-related changes from that point,
which we'll have to integrate as well.
2012-12-25 23:48:25 +02:00
Filippos Karapetis
2c8cd2d653
MT32: Make all constant tables in the MT32Emu namespace static
...
Added in munt commit d4f8ebf54be0a8255af08bb24f1962afa8378096
2012-11-15 14:40:04 +02:00
Filippos Karapetis
3233edf9b8
MT32: Update the MT32 emulator to the latest munt revision
...
Previous munt revision was 189f607c88e7404ad99abcf4b90f23b103003ed1
(Feb 09, 2012).
Current munt revision is f969d2081d41b669c1bfebd0026b5419c09517ae
(Nov 15, 2012)
2012-11-15 14:30:41 +02:00
Johannes Schickel
89abab97e3
JANITORIAL: Remove trailing whitespaces.
...
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Eugene Sandulenko
030e155eeb
MT32: Update MT-32 emulator to latest Munt code
...
Several changes against original code were made. They were intentionally
kept to the minimum
2012-02-09 11:31:03 +02:00