more code tidy
This commit is contained in:
parent
a55cf000e7
commit
4e088574cf
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue