New Debugger command to dump Bus memory allocations
This commit is contained in:
parent
b71fd5002b
commit
fa88aa6a2d
9 changed files with 316 additions and 72 deletions
|
|
@ -330,7 +330,7 @@ CompaqController.writeByte = function writeCompaqControllerByte(off, b)
|
|||
{
|
||||
var aBlocks;
|
||||
var controller = this.controller;
|
||||
var bus = controller.bus;
|
||||
var bus = controller.ram.bus;
|
||||
if (b != controller.bMappings) {
|
||||
if (!(b & CompaqController.MAPPINGS.UNMAPPED)) {
|
||||
if (!controller.aBlocksDst) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue