first round of .net 9 analysis

This commit is contained in:
Adrian Conlon
2024-10-12 13:15:14 +01:00
parent b38462bddf
commit 0bc3cb9d03
18 changed files with 209 additions and 335 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// <copyright file="AbstractColourPalette.cs" company="Adrian Conlon">
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace EightBit.GameBoy
namespace LR35902
{
public class AbstractColourPalette<T>
{