mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-05-02 06:16:34 +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)
|
||||
|
||||
Reference in New Issue
Block a user