1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-04-24 19:33:58 +00:00

General code cleanup. Fixed debugger display of RAM banks for 3K systems, cleaned up logic for displaying ucode memory. Implemented memory timing for Alto I systems, incorporated Alto I uCode ROMs from Al K, which now boot. ST-74 runs better now.

This commit is contained in:
Josh Dersch
2016-05-05 18:56:29 -07:00
parent c6baa01509
commit 6429c3ae7a
139 changed files with 725 additions and 588 deletions

View File

@@ -3,6 +3,10 @@ using Contralto.Logging;
namespace Contralto.Memory
{
/// <summary>
/// Implements the Alto's main memory, up to 4 banks of 64KW in 16-bit words.
/// Provides implementation of the IIXM's memory mapping hardware.
/// </summary>
public class Memory : IMemoryMappedDevice
{
public Memory()