Releases: highbyte/dotnet-6502
Releases · highbyte/dotnet-6502
0.6.1.24-alpha
Fixes
- Bump version of dependencies.
- Blazor examples runs on .NET SDK 6.0.201
- Separate .sln file for examples.
0.6.0.23-alpha
Features
- Libraries upgraded from .NET 5 to .NET 6
- Library dependencies updated
- New example for Blazor WebAssembly using SkiaSharp for rendering.
0.5.1.22-alpha
Features
- Additional 6502 example, Snake game based on http://skilldrick.github.io/easy6502/#snake
- Start Blazor example with URL parameter for game binary (via URL or encoded string) + QR Code example.
Fixes
- Misc. small fixes in Highbyte.DotNet6502.SadConsoleHost library
0.5.0.21-alpha
Fixes
- Bug: Stack wrap-around for push/pop address with JSR/RTS instructions.
Other
- Bump Microsoft.NET.Test.Sdk package
0.5.0.20-alpha
Features
- Blazor WebAssembly example app running the emulator
0.4.0.19-alpha
Features
- Memory bank switching.
- New NuGet packages.
0.3.17-alpha
Features
- Hello world (incl. assembler) example for
Highbyte.DotNet6502.SadConsole
library. - NuGet packages published to NuGet.org (as well as to GitHub Packages)
0.3.15-alpha
Features
- New companion library
Highbyte.DotNet6502.SadConsoleHost
for letting 6502 code running the emulator interacting with a SadConsole window. - Updated doc
- New NuGet packages
0.2.10-alpha
Features
- Example code with SadConsole and standard OS console to share screen between emulator and host.
- Documentation updated.
- New NuGet package version.
0.2.7-alpha
Fixes
- Refactor emulator library for more suitable use from monitor
- Updated doc
- New NuGet package version