mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-02-24 08:02:39 +00:00
Implemented ALU, most of Memory state machine.
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using Contralto.CPU;
|
||||
using Contralto.Memory;
|
||||
|
||||
namespace Contralto
|
||||
{
|
||||
@@ -16,6 +17,7 @@ namespace Contralto
|
||||
|
||||
while(true)
|
||||
{
|
||||
MemoryBus.Clock();
|
||||
cpu.ExecuteNext();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user