diff --git a/Fuse/MemoryDatum.cs b/Fuse/MemoryDatum.cs
index 6dafb9c..1ff961c 100644
--- a/Fuse/MemoryDatum.cs
+++ b/Fuse/MemoryDatum.cs
@@ -1,4 +1,7 @@
-namespace Fuse
+//
+// Copyright (c) Adrian Conlon. All rights reserved.
+//
+namespace Fuse
{
using System;
using System.Collections.Generic;
diff --git a/Fuse/Result.cs b/Fuse/Result.cs
index ef67571..2b2b424 100644
--- a/Fuse/Result.cs
+++ b/Fuse/Result.cs
@@ -1,4 +1,7 @@
-namespace Fuse
+//
+// Copyright (c) Adrian Conlon. All rights reserved.
+//
+namespace Fuse
{
using System;
using System.Collections.Generic;
diff --git a/Fuse/TestEvents.cs b/Fuse/TestEvents.cs
index 1e9c2d8..76548d3 100644
--- a/Fuse/TestEvents.cs
+++ b/Fuse/TestEvents.cs
@@ -1,4 +1,7 @@
-namespace Fuse
+//
+// Copyright (c) Adrian Conlon. All rights reserved.
+//
+namespace Fuse
{
using System.Collections.Generic;
using System.Collections.ObjectModel;
diff --git a/LR35902/AbstractColourPalette.cs b/LR35902/AbstractColourPalette.cs
index 1d27adc..9289ea1 100644
--- a/LR35902/AbstractColourPalette.cs
+++ b/LR35902/AbstractColourPalette.cs
@@ -10,7 +10,8 @@ namespace EightBit
private readonly uint[] colours = new uint[4];
protected AbstractColourPalette()
- { }
+ {
+ }
public uint Colour(int index) => this.colours[index];
}
diff --git a/LR35902/IoRegisters.cs b/LR35902/IoRegisters.cs
index b66beb4..a8ca82a 100644
--- a/LR35902/IoRegisters.cs
+++ b/LR35902/IoRegisters.cs
@@ -282,22 +282,22 @@ namespace EightBit
this.scanP15 = (value & (byte)Bits.Bit5) == 0;
break;
- case SB: // R/W
- case SC: // R/W
+ case SB: // R/W
+ case SC: // R/W
break;
- case DIV: // R/W
+ case DIV: // R/W
this.Poke(port, 0);
this.timerCounter = this.divCounter.Word = 0;
break;
- case TIMA: // R/W
- case TMA: // R/W
+ case TIMA: // R/W
+ case TMA: // R/W
break;
- case TAC: // R/W
+ case TAC: // R/W
this.timerRate = this.TimerClockTicks;
break;
- case IF: // R/W
+ case IF: // R/W
break;
case LCDC:
@@ -309,7 +309,7 @@ namespace EightBit
this.dmaAddress.Word = Chip.PromoteByte(value);
this.dmaTransferActive = true;
break;
- case LY: // R/O
+ case LY: // R/O
this.Poke(port, 0);
break;
case BGP:
diff --git a/LR35902/LR35902.FuseTest/Properties/AssemblyInfo.cs b/LR35902/LR35902.FuseTest/Properties/AssemblyInfo.cs
index b13b70b..65b9a2f 100644
--- a/LR35902/LR35902.FuseTest/Properties/AssemblyInfo.cs
+++ b/LR35902/LR35902.FuseTest/Properties/AssemblyInfo.cs
@@ -1,4 +1,7 @@
-using System.Reflection;
+//
+// Copyright (c) Adrian Conlon. All rights reserved.
+//
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
diff --git a/LR35902/LR35902.csproj b/LR35902/LR35902.csproj
index ac559c6..c73e1e0 100644
--- a/LR35902/LR35902.csproj
+++ b/LR35902/LR35902.csproj
@@ -46,7 +46,7 @@
-
+
@@ -65,6 +65,7 @@
+