mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-04-15 16:10:30 +00:00
Refactored drive logic (mostly) to allow for multiple drives. Fixed drive selection logic. Started work on "real" UI.
This commit is contained in:
@@ -65,14 +65,11 @@ namespace Contralto
|
||||
|
||||
/// <summary>
|
||||
/// Attaches an emulated display device to the system.
|
||||
/// TODO: This is currently tightly-coupled with the Debugger, make
|
||||
/// more general.
|
||||
/// </summary>
|
||||
/// <param name="d"></param>
|
||||
public void AttachDisplay(Debugger d)
|
||||
public void AttachDisplay(IAltoDisplay d)
|
||||
{
|
||||
_displayController.AttachDisplay(d);
|
||||
// _fakeDisplayController.AttachDisplay(d);
|
||||
_displayController.AttachDisplay(d);
|
||||
}
|
||||
|
||||
public void SingleStep()
|
||||
|
||||
Reference in New Issue
Block a user