Skip to content

Commit

Permalink
5.7.1.4 Updated VGMPlayer(only) to fix MSXturboR DAC ADDA mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
110-kenichi committed Nov 3, 2024
1 parent 92c0c27 commit 4bfa397
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAmidiMEmo 5.7.1.3 Itoken (c)2019, 2024 / GPL-2.0
MAmidiMEmo 5.7.1.4 Itoken (c)2019, 2024 / GPL-2.0

*** What is the MAmidiMEmo? ***

Expand Down Expand Up @@ -274,6 +274,7 @@ e.g.) YM2151 has 8ch FM sounds, so you can play 8 chords on MIDI 1ch or sharing
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SNQ9JE3JAQMNQ)

*** Changes
5.7.1.4 Updated VGMPlayer(only) to fix MSXturboR DAC ADDA mode.
5.7.1.3 Updated VGMPlayer(only) to fix loop counter.
5.7.1.2 Updated VGMPlayer(only) to support MSXturboR DAC to play SEGA PCM, K053260, OKIM6285.
5.7.1.1 Re-improved Hi-DPI screen handling.
Expand Down
Binary file modified src/VSIF/VGMPlay_MSX/VGM_msx.rom
Binary file not shown.
Binary file modified src/VSIF/VGMPlay_MSX/VGM_msx_Vkey.rom
Binary file not shown.
4 changes: 2 additions & 2 deletions src/VSIF/VGMPlay_MSX/uart-4800.asm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ JPOFST = 0x60
;=======================================================
.ORG 0x5000

STR_TR: .ascii "\r\n*turbo R mode$"
STR_TR: .ascii "\r\n*turboR mode$"
STR_WX_Z80B: .ascii "\r\n*WX Z80B mode$"

_uart_processVgm::
Expand Down Expand Up @@ -71,7 +71,7 @@ tR_mode:
CALL CALSLT ;CALSLT

;PCM MUTE=OFF,ADDABUFF=SINGLE
LD A,#3
LD A,#2
OUT (#0xA5),A

LD HL,#STR_TR
Expand Down
2 changes: 1 addition & 1 deletion src/VSIF/VGMPlayer/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mamidimemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static class Program
/// <summary>
///
/// </summary>
public const string FILE_VERSION = "5.7.1.3";
public const string FILE_VERSION = "5.7.1.4";

public const string FILE_COPYRIGHT = @"Virtual chiptune sound MIDI module ""MAmidiMEmo"" Version {0}
Copyright(C) 2019, 2024 Itoken.All rights reserved.";
Expand Down

0 comments on commit 4bfa397

Please sign in to comment.