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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user