README corrections

This commit is contained in:
Jeff Parsons 2016-05-23 17:03:46 -07:00
commit 9fede36f41
2 changed files with 1 additions and 5 deletions

View file

@ -50,10 +50,6 @@ if (NODE) {
* other device component. It's currently allocated by the Computer's init() handler,
* which then calls the initBus() method of all the other components.
*
* When initMemory() initializes the entire address space, it also passes aMemBlocks
* to the CPU object, so that the CPU can perform its own address-to-block calculations
* (essential, for example, when the CPU enables paging).
*
* For memory beyond the simple needs of the ROM and RAM components (ie, memory-mapped
* devices), the address space must still be allocated through the Bus component via
* addMemory(). If the component needs something more than simple read/write storage,