mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-04-18 08:56:40 +00:00
Initial rough implementation of Display hardware and associated tasks. Not really working.
This commit is contained in:
@@ -60,6 +60,11 @@ namespace Contralto.Memory
|
||||
address += 0x10000 * GetBankNumber(task, extendedMemory);
|
||||
_mem[address] = data;
|
||||
|
||||
if (address == 0x110 && data != 0)
|
||||
{
|
||||
Console.WriteLine("DASTART WRITE!");
|
||||
}
|
||||
|
||||
/*
|
||||
if (extendedMemory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user