1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-02-01 22:33:05 +00:00

Small tweaks to display controller in low-res mode; added support for Diablo 44 disks, added ST-76 on Diablo 44.

This commit is contained in:
Josh Dersch
2016-03-16 17:07:57 -07:00
parent dc0a85aed8
commit 2c99250ded
14 changed files with 229 additions and 50 deletions

View File

@@ -21,6 +21,7 @@ namespace Contralto.CPU
public static int Carry
{
get { return _carry; }
set { _carry = value; }
}
public static ushort Execute(AluFunction fn, ushort bus, ushort t, int skip)

View File

@@ -261,6 +261,7 @@ namespace Contralto.CPU
else
{
aluData = _busData;
ALU.Carry = 0;
}
//