mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-02 21:33:09 +00:00
Remove warning, re initialisation.
This commit is contained in:
parent
b4c2d5fcff
commit
b3dee2ea80
@ -6,8 +6,8 @@ namespace EightBit
|
||||
{
|
||||
public class W65C02(Bus bus) : M6502Core(bus)
|
||||
{
|
||||
private bool _stopped = false;
|
||||
private bool _waiting = false;
|
||||
private bool _stopped;
|
||||
private bool _waiting;
|
||||
|
||||
private bool Stopped
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user