More PC8080 skeleton bits

This commit is contained in:
Jeff Parsons 2016-04-20 09:36:58 -07:00
commit a2d183ecfc
10 changed files with 896 additions and 3 deletions

View file

@ -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