mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-26 01:18:04 +00:00
Start incorporating "event" support into the Fuse tests. Only supported by the Z80 fuse tests at present.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -17,6 +17,8 @@ namespace Fuse
|
||||
|
||||
public T RegisterState { get; } = new T();
|
||||
|
||||
public TestEvents Events => this.events;
|
||||
|
||||
public ReadOnlyCollection<MemoryDatum> MemoryData => this.memoryData.AsReadOnly();
|
||||
|
||||
public bool TryParse(Lines lines)
|
||||
|
||||
Reference in New Issue
Block a user