Skip to content

Commit d2b25c4

Browse files
committed
- 6.2.2.0 Supported "SPC700_for_MeSX" for MAmidiMemo
1 parent 26af839 commit d2b25c4

File tree

15 files changed

+972
-45
lines changed

15 files changed

+972
-45
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAmidiMEmo 6.2.0.1 Itoken (c)2019, 2025 / GPL-2.0
1+
MAmidiMEmo 6.2.2.0 Itoken (c)2019, 2025 / GPL-2.0
22

33
*** What is the MAmidiMEmo? ***
44

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

280280
*** Changes
281+
- 6.2.2.0 Supported "SPC700_for_MeSX" for MAmidiMemo
281282
- 6.2.1.0 Supported MSXπ UART(i8251) for MAmidiMemo
282283
- Slightly may improved transfer speed MSXπ UART(i8251)
283284
- 6.2.0.1 Fixed OPNB wait for MSXπ UART(i8251).

src/LegacyWrapper/LegacyWrapper.Common/LegacyWrapper.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>LegacyWrapper.Common</RootNamespace>
1111
<AssemblyName>LegacyWrapper.Common</AssemblyName>
12-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<runtime>
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
6-
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
6+
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
7+
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
88
</dependentAssembly>
99
</assemblyBinding>
1010
</runtime>
11-
</configuration>
11+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

src/LegacyWrapper/LegacyWrapper32/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
55
</startup>
66
<runtime>
77
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
88
<dependentAssembly>
9-
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
10-
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
9+
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
10+
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
1111
</dependentAssembly>
1212
</assemblyBinding>
1313
</runtime>

src/LegacyWrapper/LegacyWrapper32/LegacyWrapper32.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>LegacyWrapper32</RootNamespace>
1111
<AssemblyName>Codefoundry.LegacyWrapper32</AssemblyName>
12-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1515
<PublishUrl>publish\</PublishUrl>
@@ -165,6 +165,12 @@
165165
<Install>false</Install>
166166
</BootstrapperPackage>
167167
</ItemGroup>
168+
<ItemGroup>
169+
<ProjectReference Include="..\LegacyWrapper.Common\LegacyWrapper.Common.csproj">
170+
<Project>{B9E346E3-ED4F-4824-B780-825D87BE9D48}</Project>
171+
<Name>LegacyWrapper.Common</Name>
172+
</ProjectReference>
173+
</ItemGroup>
168174
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169175
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170176
Other similar extension points exist, see Microsoft.Common.targets.

src/LegacyWrapper/LegacyWrapperClient/LegacyWrapperClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>LegacyWrapperClient</RootNamespace>
1111
<AssemblyName>Codefoundry.LegacyWrapperClient</AssemblyName>
12-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<runtime>
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
6-
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
6+
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
7+
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
88
</dependentAssembly>
99
</assemblyBinding>
1010
</runtime>
11-
</configuration>
11+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

src/VSIF/VGMPlayer/FormMain.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/VSIF/VGMPlayer/VsifManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ public static VsifClient TryToConnectVSIF(VsifSoundModuleType soundModule, PortI
408408
sp.ReadTimeout = 1000;
409409
sp.WriteTimeout = 1000;
410410
sp.WriteBufferSize = 2;
411-
sp.BaudRate = 2400;
411+
sp.BaudRate = 921600;
412412
sp.Open();
413413
var client = new VsifClient(soundModule, new PortWriterMsxPi(sp));
414414
client.Disposed += Client_Disposed;

0 commit comments

Comments
 (0)