mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-20 21:16:29 +00:00
Hmm, now I look more closely at the Fuse event tests: I've got all sorts of obscure failures!
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
namespace Fuse
|
||||
{
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
|
||||
[DebuggerDisplay("Cycles = {Cycles}, Specififier = {Specifier}, Address = {Address}, Value = {Value}")]
|
||||
public class TestEvent
|
||||
{
|
||||
private int cycles;
|
||||
|
||||
Reference in New Issue
Block a user