mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-01-28 12:48:48 +00:00
Minor bugfixes, introduced a new timing infrastructure and moved DiskController over to it. Minor performance improvements; now running at 110% speed. Display timing is still too slow.
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using Contralto.Logging;
|
||||
using Contralto.CPU;
|
||||
|
||||
namespace Contralto.Display
|
||||
namespace Contralto.Display
|
||||
{
|
||||
/// <summary>
|
||||
/// FakeDisplayController draws the display without the aid of the
|
||||
|
||||
Reference in New Issue
Block a user