Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Aug 10, 2024
1 parent 120595e commit 6cba19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Zen.Desktop.Host/Infrastructure/Host.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ private void MenuFinished(MenuResult result, object arguments)
_motherboard.Fast = false;
_motherboard.Slow = false;
_motherboard.AyAudio.BufferSize = System.Modules.Audio.Constants.DefaultBufferSize;
AppSettings.Instance.Speed = Speed.Normal;

_motherboard.Start();

Expand Down
2 changes: 1 addition & 1 deletion src/Zen.Z80/Zen.Z80.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>A dotnet Z80 emulator implementation.</Description>
<Copyright>MIT</Copyright>
<RepositoryUrl>https://github.com/stevehjohn/Zen</RepositoryUrl>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6cba19e

Please sign in to comment.