1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-04-30 21:39:43 +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

@@ -214,7 +214,7 @@
this._rom0SourceViewer.Size = new System.Drawing.Size(582, 554);
this._rom0SourceViewer.TabIndex = 1;
this._rom0SourceViewer.TabStop = false;
this._rom0SourceViewer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.SourceViewCellClick);
this._rom0SourceViewer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Rom0SourceViewCellClick);
//
// Breakpoint
//
@@ -314,6 +314,7 @@
this._rom1SourceViewer.Size = new System.Drawing.Size(582, 545);
this._rom1SourceViewer.TabIndex = 2;
this._rom1SourceViewer.TabStop = false;
this._rom1SourceViewer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Rom1SourceViewCellClick);
//
// dataGridViewCheckBoxColumn1
//
@@ -413,6 +414,7 @@
this._ram0SourceViewer.Size = new System.Drawing.Size(582, 545);
this._ram0SourceViewer.TabIndex = 2;
this._ram0SourceViewer.TabStop = false;
this._ram0SourceViewer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Ram0SourceViewCellClick);
//
// dataGridViewCheckBoxColumn2
//