More PC8080 skeleton bits
This commit is contained in:
parent
19b22d32d4
commit
a2d183ecfc
10 changed files with 896 additions and 3 deletions
|
|
@ -110,6 +110,7 @@ function Memory(addr, used, size, type, controller, cpu)
|
|||
this.controller = null;
|
||||
this.cpu = cpu; // if a CPU reference is provided, then this must be an UNPAGED Memory block allocation
|
||||
this.copyBreakpoints(); // initialize the block's Debugger info (eg, breakpoint totals); the caller will reinitialize
|
||||
|
||||
/*
|
||||
* TODO: Study the impact of dirty block tracking. As noted in the paged block handlers (eg, writeBytePLE),
|
||||
* the original purposes were to allow saveMemory() to save only dirty blocks, and to enable the Video component
|
||||
|
|
|
|||
Loading…
Reference in a new issue