Z80dotNet 1.0.6

dotnet add package Z80dotNet --version 1.0.6
NuGet\Install-Package Z80dotNet -Version 1.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: Z80dotNet, 1.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Z80dotNet as a Cake Addin
#addin nuget:?package=Z80dotNet&version=1.0.6

// Install Z80dotNet as a Cake Tool
#tool nuget:?package=Z80dotNet&version=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!

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Z80dotNet:

Package Downloads
ZWatcher

ZWatcher is a small component that sits around a simulated Z80 processor and allows to create a set of watchers, each of which will awake when a certain condition is met and will then invoke one or more callbacks. It is intended for helping in the development of unit tests for Z80 code.

NestorMSX.Infrastructure

Infrastructure package needed to develop plugins for NestorMSX.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 1,802 7/6/2018
1.0.5 2,033 5/18/2015
1.0.4 1,310 5/13/2015
1.0.3 1,211 5/12/2015
1.0.2 1,866 12/27/2014
1.0.1 1,581 12/27/2014
1.0.0 1,570 12/24/2014

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