mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-01-23 08:16:25 +00:00
Remove warning, re initialisation.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user