mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-11 07:30:10 +00:00
Tidy the processor object a little.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
22cb8b142b
commit
3d2b861b56
@ -11,10 +11,7 @@ namespace EightBit
|
|||||||
private PinLevel resetLine;
|
private PinLevel resetLine;
|
||||||
private PinLevel intLine;
|
private PinLevel intLine;
|
||||||
|
|
||||||
protected Processor(Bus memory)
|
protected Processor(Bus memory) => this.Bus = memory;
|
||||||
{
|
|
||||||
this.Bus = memory;
|
|
||||||
}
|
|
||||||
|
|
||||||
public event EventHandler<EventArgs> RaisingRESET;
|
public event EventHandler<EventArgs> RaisingRESET;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user