1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 07:39:29 +00:00

4369 Commits

Author SHA1 Message Date
Mark Pizzolato
995007dd0f DISK: Silence clang compiler warning 2022-07-31 07:33:31 -10:00
Mark Pizzolato
ff88c97ccd Unibus VAXen: Fix broken clock calibration sequencing
Clock units should only be scheduled after a calibration activity.
2022-07-30 11:20:01 -10:00
Mark Pizzolato
107813b11b SCP: Change sim_abort to SIM_SCP_ABORT macro.
SIM_SCP_ABORT is ONLY for use in scp support libraries
2022-07-30 11:18:08 -10:00
Mark Pizzolato
de84896469 PDP11: Update help for DLCJI device to include DLV11-E/DLV11-F on Qbus 2022-07-30 11:01:09 -10:00
Louis Chrétien
8862263d7c PDP11: Fix auto configure table to properly list the last 4 fixed DL addresses 2022-07-30 10:59:42 -10:00
Mark Pizzolato
fd5fdcfaa6 PDP11 and VAXen: Remove unneeded management of NOAUTOSIZE from device code 2022-07-28 14:48:44 -07:00
Mark Pizzolato
81fd92e4ee DISK: Assure that all sim_disk using devices properly honor NOAUTOSIZE 2022-07-28 14:45:55 -07:00
Mark Pizzolato
67c8534055 PDP11: Add missing descriptive info for various device SHOW commands 2022-07-26 18:42:58 -07:00
Mark Pizzolato
6fe6b38228 PDP11: Add new device to support DL11-C/DL11-D/DL11-E/DLV11-J
These devices could coexist with KL11/DL11-A/DL11-B/DL11-E/DL11-F but sit
at different bus address locations.
2022-07-26 18:41:48 -07:00
Mark Pizzolato
b56b0ed98f PDP11: Report detected address/vector conflict information
Massbus devices are not Qbus or Unibus (RP, TU, RS), so don't disable
them on change of CPU type.
2022-07-26 11:44:54 -07:00
Mark Pizzolato
0be2c735a6 SCP: Cleanup column formatting in various SHOW <device>|<unit> output 2022-07-26 11:37:44 -07:00
Louis Chrétien
f540804067 PDP11: Cleanup help language in TC and DAZ devices 2022-07-26 07:30:55 -10:00
Mark Pizzolato
c87af24510 PDP11: Clarify Massbus adapter names based on processor and bus type
- Add register descriptions to REGister declarations
- Fix INT REGister for RHC to properly point at RS
2022-07-26 07:27:32 -10:00
John Dundas
5cdcd2ad3b PDP11, VAXen: Fix to VH device to properly reference the line number
Correct RBUF_GETLINE & RBUF_PUTLINE: these are both sensitive to
modeling DHU vs. DHV; the correct bit mask was not generated for DHU.
Make certain the device presents 16 lines when modeling a DHU.
2022-07-24 13:59:23 -10:00
Mark Pizzolato
381fa0cdf7 Visual Studio Projects: Removed nonexistent include file references 2022-07-24 11:57:30 -10:00
Mark Pizzolato
0e79fbcc70 All simulator DEVICES using VIDEO: Set DEV_DISPLAY in the DEVICE flags 2022-07-24 11:37:39 -10:00
Mark Pizzolato
a9a68f6928 SCP: Only use relative path display for file system device attachments 2022-07-24 12:32:33 -07:00
Ken Rector
1010693601 sigma: DP device SEEK(I), RECAL(I) must be coded as fast operations. 2022-07-23 16:55:21 -07:00
Ken Rector
761aef068f sigma: UEND flag in the wrong bit position in channel status word. 2022-07-23 16:54:19 -07:00
Ken Rector
db297f308b sigma: Fix MT tape mark error handling
revised error handling failed to set tape mark status on space file
forward/reverse.
2022-07-23 16:52:50 -07:00
Bob Supnik
ba0f6f262e sigma: Made CHANA chan_ctl_time accessible as a register 2022-07-23 16:46:55 -07:00
Bob Supnik
6230d00288 sigma: Added IO numeric channel numbers to SET/SHOW 2022-07-23 16:45:43 -07:00
Ken Rector
b814b50088 sigma: Clean compiler warning 2022-07-23 06:43:20 -10:00
Mark Pizzolato
7ada0d6edb FIO: Fix relative path name logic for edge cases 2022-07-21 02:48:37 -10:00
Mark Pizzolato
252f674fc8 VIDEO: Provide a user configurable option to enable the screen saver
The environment variable SDL_VIDEO_ALLOW_SCREENSAVER can override the
default that disables the OS screen saver if a video window is displayed
by the simulator.

sim> set env SDL_VIDEO_ALLOW_SCREENSAVER=1
2022-07-19 05:47:44 -10:00
Mark Pizzolato
69a92622be PDP11: Properly validate the number of VH lines after a bus type change
If the number of lines on a Qbus system has previously been changed
to an odd multiple of and then the bus type changed to Unibus, we
to change the number of lines to a multiple of 16 for the DHU.
2022-07-19 05:18:37 -10:00
Mark Pizzolato
5c301b0a8c SCP: Retain full path for open log files
There are cases where a log might be closed and reopened which might
be problematic if the current working directory had changed.
2022-07-18 04:11:48 -10:00
Mark Pizzolato
4ae0de84c6 SCP: Double the initial & pre-calibrated instructions/cycles per second.
uint32 gives us an extra bit and negative instruction rates are not
meaningful.
2022-07-17 17:30:20 -10:00
Mark Pizzolato
5cbf9df0df SCP: Fix memory debug buffer logic to properly flush and subsequently continue
Flushes happen:
1) when exiting sim_instr()
2) prior to explicitly aborting execution
2022-07-17 16:58:58 -10:00
Mark Pizzolato
7249d55f11 SCP: Avoid runaway recursion when debugging timer logic
As mentioned in #1107
2022-07-17 13:14:09 -10:00
Mark Pizzolato
bc98e1c609 SCP: Be sure to flush output files when aborting.
Emit a last gasp message prior to flushing files before aborting.
2022-07-17 13:01:25 -10:00
Mark Pizzolato
9285073024 VAXen: Completely reset TODR on every power-on 2022-07-16 18:32:57 -10:00
Mark Pizzolato
9082590ffa Visual Studio Projects: Remove link Map File generation for B5500 Debug build 2022-07-15 13:31:25 -10:00
Mark Pizzolato
4bf39c63ea All VAXen: Do a powerup reset when changing CPU model
Any change that enables or disables devices should perform a powerup
reset to properly configure bus address/vector activity.
2022-07-15 09:08:42 -10:00
Mark Pizzolato
5a07375342 doc: Writing a Simulator - correct clock API parameters 2022-07-15 07:38:34 -10:00
Mark Pizzolato
8da65638df VIDEO: Avoid disabling screen saver until a video display is active 2022-07-15 07:37:17 -10:00
Mark Pizzolato
6f4d97f045 Visual Studio Projects: Update windows-build dependent version
Support the latest VS2022 libraries for build
2022-07-14 18:41:55 -10:00
Mark Pizzolato
e246888e99 makefile, README: Update MacOS required libraries to include pcre 2022-07-14 18:40:12 -10:00
Ken Rector
d406b7771a sigma: Fix breakpoint state restore 2022-07-12 13:54:58 -07:00
Ken Rector
cfce67f702 sigma: Fix dangling else in IO read/write direct 2022-07-12 13:53:32 -07:00
Bob Supnik
4fe173f314 doc: Update Interdata doc to properly list changed register names 2022-07-12 11:49:20 -07:00
Mark Pizzolato
505b5fde78 PDP11 and VAXen: Add supported breakpoint type to help information 2022-07-11 23:57:22 -07:00
Mark Pizzolato
52bda05f70 SCP: Add API for device help to display supported breakpoints 2022-07-11 23:56:27 -07:00
Mark Pizzolato
3358800c66 IBM1130: Fix duplicate register name in GDU device 2022-07-11 08:35:12 -07:00
Richard Cornwell
8d0b4aae65 KA10: Removed duplicate register. 2022-07-08 17:48:04 -04:00
Mark Pizzolato
c053b7e91f SCP: Report source file context for any/all register sanity check errors
Not just the duplicate/ambiguous cases.
2022-07-07 09:00:09 -10:00
Mark Pizzolato
d8ebf7d25a README: Update to reflect current changes and Open SIMH differences 2022-07-07 08:18:21 -10:00
Mark Pizzolato
a28da088be Interdata, SAGE, various VAXen: Fix devices with duplicate/ambiguous register names
Discovered by recent extension of register sanity check logic
2022-07-07 08:12:10 -10:00
Mark Pizzolato
a6f9d02cff SCP: Reword ambiguous REGister message to more easily locate source
Add source and line reference to REG macros.
2022-07-07 08:11:37 -10:00
Bob Supnik
9291318e63 sigma: Fix error handling in MT device channel errors
Ken's last note led me to look at magtape error handling, and it was
not right. This has resulted in a lot of code changes in sigma_mt.c, but
the changes are mostly mechanical. Instead of trying to be clever and
do channel handling in mt_map_err or at the bottom of the mt_svc
routine, every magtape command now does its own error handling.
This makes the code repetitive, but I hope it is much clearer as a result.
2022-07-07 05:46:32 -10:00