Z80dotNet 1.0.6
dotnet add package Z80dotNet --version 1.0.6
NuGet\Install-Package Z80dotNet -Version 1.0.6
<PackageReference Include="Z80dotNet" Version="1.0.6" />
paket add Z80dotNet --version 1.0.6
#r "nuget: Z80dotNet, 1.0.6"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
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.
Fixed: memory access events were not fired when reading the pointer to the routine to service an interrupt in IM2.