mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-20 06:16:43 +00:00
Simplify Z80 port handling
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
namespace EightBit
|
||||
{
|
||||
public sealed class PortEventArgs(ushort value) : EventArgs
|
||||
public sealed class PortEventArgs(Register16 value) : EventArgs
|
||||
{
|
||||
public ushort Port { get; } = value;
|
||||
public Register16 Port { get; } = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user