1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-05-03 06:29:19 +00:00

Support for CRAM reading/loading, SWMODE support. Rough debugger UI for viewing / disassembling microcode in ROM1, RAM0 banks (ugly). Minor performance improvements.

This commit is contained in:
Josh Dersch
2015-11-13 16:50:18 -08:00
parent 47a2ee4b2b
commit 30ecfa6900
17 changed files with 936 additions and 271 deletions

View File

@@ -21,6 +21,7 @@ namespace Contralto.Logging
Memory = 0x20,
Keyboard = 0x40,
Display = 0x80,
Microcode = 0x100,
All = 0x7fffffff
}