From 9fede36f41e583b77eb430d353f7f89d239e048c Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 23 May 2016 17:03:46 -0700 Subject: [PATCH] README corrections --- disks/pcx86/README.md | 2 +- modules/pc8080/lib/bus.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/disks/pcx86/README.md b/disks/pcx86/README.md index 44fe3e8ad..85052f8f4 100644 --- a/disks/pcx86/README.md +++ b/disks/pcx86/README.md @@ -21,7 +21,7 @@ machines that automatically run the software. Ideally, everything in the librar and linked to a page that describes the software in more detail, along with a live demonstration of the software, but that's not yet a reality. -For application demos, see the [Application Archive](/apps/), which focuses excusively on applications. +For IBM PC application demos, see the [Application Archive](/apps/pcx86/), which focuses excusively on applications. The [Disk Library](/disks/pcx86/library.xml) is a superset, including operating systems, application software, computer diagnostics, programming tools, and more. diff --git a/modules/pc8080/lib/bus.js b/modules/pc8080/lib/bus.js index 9fa0d0377..491317c07 100644 --- a/modules/pc8080/lib/bus.js +++ b/modules/pc8080/lib/bus.js @@ -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,