Mark Pizzolato
f5cfa392d7
SCP: Allow bare % not followed by a digit or a alpha character to be kept while substituting arguments and environment variables in simulator commands.
2013-11-05 10:06:46 -08:00
Mark Pizzolato
6b45d9b2ad
SCP/VIDEO: Added support for libSDL2 video capabilities. Changed existing video layer to carry pixels as 32bpp vs 8bpp for more natural behaviors in libSDL2.
2013-10-01 15:55:10 -07:00
Mark Pizzolato
351d748b4a
VIDEO: Move all SDL graphics activities to the background video thread
2013-09-26 12:38:17 -07:00
Mark Pizzolato
daed1e576f
VAX/QVSS: Proper linking on OSX
2013-09-25 16:39:51 -07:00
Mark Pizzolato
da227959de
SCP: Fix HELP SET <device> to properly output to sim_log when logging. Reported in issue #71
2013-09-06 10:02:02 -07:00
Mark Pizzolato
c0bf9073d9
SCP: Added help display for units which can be enabled and disabled
2013-09-05 12:10:59 -07:00
Mark Pizzolato
8555bbb323
SCP: Fix Set Command dispatching and HELP dev SET output
...
- Fixed set MTAB dispatching to not dispatch to unit specific routines when only a device is specified in the command
- Fixed HELP dev SET output to avoid displaying SET commands which aren't valid for SHOW only cases
2013-08-23 17:29:32 -07:00
Mark Pizzolato
18461f510b
sim_debug: Fixed to produce output when the format string is a bare newline character.
...
Fixed bitfield output to properly present the prefix when appropriate.
This closes issue #62
2013-08-21 15:00:01 -07:00
Mark Pizzolato
60fbaab9ce
Fix time_t complaint when struct timespec doesn't have a time_t seconds value
2013-07-15 05:08:44 -10:00
Mark Pizzolato
572ed3437a
Optionally Enriched the info displayed at the beginning of debug message lines as discussed in Issue #66
...
sim> set debug -r -a -t -p somefile
-a produces seconds.msec time format
-t produces hh:mm:ss.msec time format
-r causes time values displayed to be relative to the wall clock time when the 'set debug' command was issued
-r by itself will cause default of -t
-a and -t can both be specified if desired
-p adds display of current PC value to the debug timestamp output
sim> show debug
2013-07-15 04:38:54 -10:00
Mark Pizzolato
95e54dc60e
Merge remote-tracking branch 'origin/master'
2013-07-10 12:04:23 -10:00
Mark Pizzolato
1b6fc77421
Fixed multiplexer attach bug introduced when the DEV_DONTAUTO flag was added
2013-07-07 13:49:31 -10:00
Timothe Litt
3acbd0e2ca
SCP: Prevent use of uninitialized pointer.
2013-07-05 00:24:21 -04:00
Timothe Litt
4497bba48f
PDP-11/VAX update: SHOW IOSPACE
...
Teach SHOW IOSPACE to output vector and BR addresses as well as CSR addresses.
2013-07-05 00:23:33 -04:00
Mark Pizzolato
64ed03d10a
Revert clearing of sim_interval on sig-int to properly manage the passage of time.
2013-07-01 09:49:47 -10:00
Mark Pizzolato
97eb58cfc4
Added a device flag which can be used to avoid auto detach at device attach time.
2013-06-17 21:17:49 -07:00
Mark Pizzolato
80790908e6
Added "HELP SET dev" and "HELP SHOW dev" as eqivalent to "HELP dev SET" and "HELP dev SHOW" respectively.
2013-06-14 15:00:46 -07:00
Mark Pizzolato
baba5f8c08
Fixed reporting of libSDL availability in simulatoes which will never need it.
2013-06-13 06:36:48 -07:00
Mark Pizzolato
b3a9a0d79c
Add sim_video and VAX QVSS (VCB01) Monochrome Video Board from Matt Burke
2013-06-12 17:10:23 -07:00
Mark Pizzolato
486ef58595
Compiler warning cleanup
2013-06-01 23:04:45 -07:00
Mark Pizzolato
ed186dadce
Fix asynch I/O race condition.
2013-05-22 09:52:54 -07:00
Mark Pizzolato
cf59910128
Added a -E switch to the SHOW DEVICE/SHOW CONFIG/SHOW FEATURES command to only display Enabled devices
2013-05-17 02:54:19 -07:00
Mark Pizzolato
ddb10425e7
Reworked all asynch queues to always link using the unit a_next field instead of the next field.
2013-05-08 09:34:53 -07:00
Mark Pizzolato
141b6e834a
Fixed formatting error
2013-05-08 04:17:55 -07:00
Mark Pizzolato
6cf54e8341
Fixes for stable operation with SIM_ASYNCH_CLOCKS defined
2013-05-07 11:22:29 -07:00
Mark Pizzolato
cc8c79eb0f
Added a more unique naming paradigm for remote console temporary log files to avoid potential collisions when multiple simulators may be running concurrently
2013-05-02 07:46:07 -07:00
Mark Pizzolato
27283179d9
Missing pieces for change to add tmxr_linemsgf.
2013-04-24 09:01:45 -07:00
Mark Pizzolato
9a172154f0
Added display of VMS host system type and OS version to SHOW VERSION output
2013-04-24 06:43:04 -07:00
Mark Pizzolato
d71e53feb0
Added support for the DIR (LS) command on VMS hosts
2013-04-24 06:04:24 -07:00
Mark Pizzolato
9844ba6696
Added DIR (LS) command to list the files in a directory. This command is usable in Remote Console sessions.
2013-04-23 12:39:03 -07:00
Mark Pizzolato
de22137d1b
Enhanced Remote Console support
...
- Added HELP REMOTE for remote console sessions to display the available remote console commands
- Added input timeouts to remote console sessions to automatically continue the simulator
- Added suspend/resume announcements to all remote console sessions
2013-04-20 06:52:02 -07:00
Mark Pizzolato
b38acb92c4
Merge branch 'Operator-Commands'
2013-04-19 14:26:59 -07:00
Mark Pizzolato
99c13051e6
Merge remote-tracking branch 'origin/master' into Operator-Commands
2013-04-19 14:23:00 -07:00
Mark Pizzolato
b886fb23b6
Add Remote Console support
2013-04-19 13:54:19 -07:00
Mark Pizzolato
38a0448e01
Fixed declaration error in ibm1130 simulator and properly exported the newly renamed routine sim_sub_args.
2013-04-19 12:55:19 -07:00
Mark Pizzolato
7dfe46cd7f
Fixed generic compiler name report in SHOW VERSION and fixed make using Sun C compiler
2013-04-18 17:16:46 -07:00
Mark Pizzolato
df93215acf
Fixed output of debug data when a debug message doesn't contain a newline
2013-04-17 06:15:52 -07:00
Mark Pizzolato
93c9f35948
Restore DZ modem control state to default on device detach. Properly clear modem bits when modem control enabled. Better display of modem control status.
2013-04-16 05:33:29 -07:00
Mark Pizzolato
b54504906f
Added support to display git commit id when building from a zip archive and also to display the compiler version in SHOW VERSION on more platforms
2013-04-15 09:31:54 -07:00
Mark Pizzolato
d1db9ce203
Added a -N switch to the standard attach_unit routine to force a new file to be created.
2013-04-14 17:15:31 -07:00
Mark Pizzolato
4bd72e666c
Compiler and static analyzer fixes from Peter Schorn.
2013-04-13 16:59:54 -07:00
Mark Pizzolato
34ad155854
Compiler suggested cleanups
2013-04-13 05:25:25 -07:00
Mark Pizzolato
5bba4daca4
Added support for MTAB entries to have values which contain quoted strings (which can therefore contain spaces and/or other characters which might normally be delimiters. Need suggested by Michael Mondy
2013-04-12 11:46:30 -07:00
Mark Pizzolato
798d1239f1
Fixed missing help description for SHOW FEATURES command
2013-04-10 10:41:23 -07:00
Mark Pizzolato
471ea3efce
Added SHOW CPU MEMORY to the MicroVAX I simulator
2013-04-05 14:52:27 -07:00
Mark Pizzolato
a005822186
Extended the VAX 8600 memory to 512MB and reworked the memory board slot allocation logic to fill as many slots as possible.
2013-04-05 12:16:01 -07:00
Mark Pizzolato
9cbacc32cf
Added display of Windows version details to the output of SHOW VERSION
2013-03-20 08:13:51 -07:00
Mark Pizzolato
a262dd9c14
Compiler indicated cleanups
2013-03-19 01:11:22 -07:00
Mark Pizzolato
960c5b5873
Fix issues observed by Sun C compiler
2013-03-18 12:52:43 -07:00
Mark Pizzolato
2e5b0d54c6
Generalized the sim_disk layer to support large file disk devices (simh, VHD and RAW formats) with out requiring USE_ADDR64, and enhanced the pdp11_rq device to use this capability.
2013-03-17 12:02:43 -07:00