BizHawk/BizHawk.Emulation.Cores/Computers/Commodore64/Tape/VIC1530.cs

9 lines
147 B
C#
Raw Normal View History

2013-11-12 19:22:09 +00:00
namespace BizHawk.Emulation.Cores.Computers.Commodore64
{
// common tape drive that works with the C64.
public class VIC1530
{
}
}