1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-05-05 07:24:36 +00:00

Minor fixes for debugger interface and disassembler; started hooking Ethernet interface up to real host Ethernet (because MazeWar.)

This commit is contained in:
Josh Dersch
2016-01-12 17:29:42 -08:00
parent 30ed445764
commit 898abdc906
11 changed files with 339 additions and 49 deletions

View File

@@ -257,10 +257,11 @@ namespace Contralto.Memory
case 3:
// debug
/*
if (_memoryAddress == 0xfc90 || _memoryAddress == 0xfc91 || _memoryAddress == 0x151) // 176220 -- status word for disk
{
Logging.Log.Write(Logging.LogComponent.Debug, "++> Task {0} wrote {1} to {3} (was {2}).", _task, Conversion.ToOctal(data), Conversion.ToOctal(DebugReadWord(_task, _memoryAddress)), Conversion.ToOctal(_memoryAddress));
}
}*/
_memoryData = data; // Only really necessary to show in debugger
// Start of doubleword write: