18 lines
370 B
C#
18 lines
370 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// The abstract class that all emulated models will inherit from
|
|||
|
/// * Sound *
|
|||
|
/// </summary>
|
|||
|
public abstract partial class SpectrumBase
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|