mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-19 15:16:41 +00:00
Tidy the processor object a little.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -11,10 +11,7 @@ namespace EightBit
|
||||
private PinLevel resetLine;
|
||||
private PinLevel intLine;
|
||||
|
||||
protected Processor(Bus memory)
|
||||
{
|
||||
this.Bus = memory;
|
||||
}
|
||||
protected Processor(Bus memory) => this.Bus = memory;
|
||||
|
||||
public event EventHandler<EventArgs> RaisingRESET;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user