Z80dotNet 1.0.6

Z80.NET is a Z80 processor simulator complete with all instructions (documented and undocumented) and support for interrupts. Memory and port access can be controlled via events or by plugging custom memory space implementations, while interrupts are handled by plugging one or more custom interrupt sources. Use Z80.NET to exercise pieces of Z80 code or to create your dream 8 bit computer emulator!

Install-Package Z80dotNet -Version 1.0.6
dotnet add package Z80dotNet --version 1.0.6
<PackageReference Include="Z80dotNet" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Z80dotNet --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Release Notes

Fixed: memory access events were not fired when reading the pointer to the routine to service an interrupt in IM2.

Dependencies

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version History

Version Downloads Last updated
1.0.6 386 7/6/2018
1.0.5 1,022 5/18/2015
1.0.4 671 5/13/2015
1.0.3 502 5/12/2015
1.0.2 632 12/27/2014
1.0.1 525 12/27/2014
1.0.0 526 12/24/2014