PDP11 & Unibus VAX, PDP10: Fix DUP device support for use by internal…#2
Merged
pkoning2 merged 1 commit intoopen-simh:masterfrom Jun 7, 2022
Merged
Conversation
… KMC for TOPS-20 This fixes a regression caused by commit b41acb3
bscottm
added a commit
to bscottm/open-simh
that referenced
this pull request
Sep 17, 2022
# This is the 1st commit message: CMake build migration Squashed commit for the CMake build infrastructure -- many improvements along the way. # This is the commit message open-simh#2: Deepen font search for BESM6 Look deeper into the various font directories for an applicable Cyrillic font than just in the top level directory. # This is the commit message open-simh#3: update from overwritten force push.
Closed
rfromafar
added a commit
to rfromafar/simh
that referenced
this pull request
Apr 4, 2024
# This is the 1st commit message: Richard Lukes - 18 FEB 2024 This is my initial commit of my swtp6809 emulator which is a modified version of the swtp6800 emulator. The following changes are still outstanding: - various code clean up tasks and removal of temporary comments - bootrom.c - reset() appears to be performing attach() funtion, I plan to clean up soon - mp-b3.c - want to add #define for 4 bytes per slot versus 16 bytes per slot - dc-4.c - trying to understand the changes I made from the original dc-4.c in the swtp6800 emulator - I will do additional testing, however, for now this boots Flex 9.0 and appears to be working fine # This is the commit message open-simh#2: In preparation of presenting for contribution as a "pull request". General clean up of code. Removed unneeded test prints that were used for debugging. Removed swtp_sbuge_bin.h which implemented BOOTROM code internally. Users should use "ATTACH BOOTROM <sbuge.bin filename>". Added reset() routine to CPU. If last line in INI file is "RESET CPU" then simulator goes straight into BOOTROM from reset vector at $FFFE. Tested with several FLEX 9 DSK files. Known issues are: 1) Backspace (BS) does not seem to work when running Flex 9. 2) When simulator starts up the PC has a value of $FFFF (and not $FFFE). 3) No DMAF1/DMAF2 disk emulation which is required for support of UniFlex. 4) No documentation has been written yet. However, I am more than willing to put something together. Note this code was developed using Debian on Raspberry Pi 4. There may be Unix/DOS file conversion issues. # This is the commit message open-simh#3: swtp6809 simulator being contributed to open-simh project open-simh#357 (Pull Request) - updates to code while writing the simulator usage guide - added copyright notice to relevant source code modules - used unix2dos to format source files for DOS line terminator conventions - source code files from swtp6800 with some changes: swtp_defs.h, dc-4.c - source code files from swtp6800 that are unchanged: mp-s. # This is the commit message open-simh#4: CMake: Reduce excess quoting cmake/cmake-builder.ps1 added quotes to arguments that contained spaces, so that arguments printed correctly for progress output. This introduced excess quotes that caused CMake (and likely other MS apps) confusion or argument misinterpretation. Instead of CMake seeing a single "Visual Studio 17 2022", CMake was actually seeing "\"Visual Studio 17 2022\"". This patch only adds the additional quotes when reporting progress or emitting debug output. Otherwise, command line arguments are passed unmolested. # This is the commit message open-simh#5: The user doc file for the swtp6809 simulator SWTP 6809 Simulator Usage guide.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… KMC for TOPS-20
This fixes a regression caused by commit b41acb3