Namespace tidying

This commit is contained in:
Adrian Conlon
2024-10-09 19:48:33 +01:00
parent ed4b4e3736
commit dc677e5358
36 changed files with 2113 additions and 2099 deletions

View File

@@ -2,8 +2,10 @@
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace EightBit
namespace M6502
{
using EightBit;
[Flags]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1028:Enum Storage should be Int32", Justification = "Must be castable to byte")]
public enum StatusBits : byte