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:
@@ -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)
|
||||
|
||||
@@ -261,6 +261,7 @@ namespace Contralto.CPU
|
||||
else
|
||||
{
|
||||
aluData = _busData;
|
||||
ALU.Carry = 0;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user