more code tidy

This commit is contained in:
Asnivor 2018-03-13 13:20:09 +00:00
parent a55cf000e7
commit 4e088574cf
1 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,7 @@ using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
{
/// <summary>
/// Another ULA implementation (maybe it will be more performant & accurate)
/// -edit: it is :)
/// ULA (Uncommitted Logic Array) implementation
/// </summary>
public abstract class ULABase : IVideoProvider
{
@ -733,7 +732,6 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
#endregion
#region Attribution
/*