-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AltairZ80: Adds SET CPU RESIZEMEMORY and other
Changing the CPU type or MEMORY size/configuration causes memory resources mapped by other devices to be removed. This is not made clear by "HELP CPU" and the user has no feedback that this is happening. This PR does the following: 1) HELP SET CPU shows that SET CPU MEMORY requires a value. 2) Feedback is provided if the value is omitted or not properly formatted. 3) Unmapped memory resources caused by a SET CPU command are displayed on the SIMH console. 4) Adds a SET CPU RESIZEMEMORY command that resizes system memory without unmapping other device memory resources.
- Loading branch information
Showing
1 changed file
with
45 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters