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:
Adrian Conlon
2019-08-14 22:38:47 +01:00
parent 315bef7229
commit d15d1e0d08
5 changed files with 95 additions and 6 deletions
+2
View File
@@ -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)