Mark Pizzolato
a4a6a1d409
SCP: Fix regression which disabled limit check when parsing unsigned integers
...
This affected unit and tmxr line checks when there was only one unit or line.
2017-12-05 12:23:31 -08:00
Mark Pizzolato
133cf727d5
SCP: Move test for unit disabled to also cover devices with attach routines
2017-12-05 12:17:23 -08:00
Mark Pizzolato
f1f8c8550b
makefile: clarified the make command goals which build the BESM6 simulator
2017-12-02 21:17:34 -08:00
Richard Cornwell
4ecb739cf6
SIM_CARD: Update to support IBM360 codes.
2017-12-02 21:05:13 -05:00
Richard Cornwell
3f27200f88
B5500: Cleanup some coverity errors.
2017-12-02 21:04:44 -05:00
Mark Pizzolato
0da9a49c66
slirp: Avoid warnings when compiling with both new and older versions of clang
2017-12-02 15:56:48 -08:00
Mark Pizzolato
b080aa7a2f
slirp: Avoid compiler warnings about address of packet members
2017-12-02 15:50:24 -08:00
Mark Pizzolato
afc5580db8
makefile: Fix besm6 build issues when no SDL is available
2017-12-02 15:37:35 -08:00
Mark Pizzolato
b167d889a7
makefile: Add support for HomeBrew supplied packages on OS X
...
Addresses issues discussed in #493 and #489
2017-12-02 15:22:44 -08:00
Seth Morabito
395420b8b8
3b2: Remove unused variables
2017-11-30 17:43:36 -08:00
Seth Morabito
0a00d8066a
3b2: Coverity issue cleanup
2017-11-30 16:30:53 +00:00
Mark Pizzolato
0293d7f4af
SCP: Enrich EXPECT and SEND help and document information
2017-11-29 16:49:20 -08:00
Seth Morabito
9a7306a647
3b2: Use localtime instead of localtime_r
2017-11-30 00:14:24 +00:00
Seth Morabito
22b8e211c6
3b2: Improve TOD calculation
2017-11-29 21:44:40 +00:00
Mark Pizzolato
7df0468b75
makefile: Fix typo in Haiku specific sections
2017-11-27 07:41:25 -08:00
Mark Pizzolato
5ac4aaa1d4
makefile: Rework SDL/SDL2 package support
...
This change effectively reverts 8b1af8b862
and solves the Haiku build
problem mentioned in #489 in a platform specific way.
2017-11-27 06:43:05 -08:00
Mark Pizzolato
63f55c785e
makefile: Abort build if GREP_OPTIONS environment variable is defined
...
This avoids the interference in this makefile's use of grep
as discussed in #492
2017-11-27 05:31:32 -08:00
Seth Morabito
00f8bbcef1
3b2: Time of Day Clock
...
- This change adds support for storing time between boots in the Time
of Day clock. An effort has been made to keep the Time of Day clock
in sync with the wall clock between boots, so that user-set time
advances properly between boots.
- Added a couple of custom help routines for TOD and NVRAM.
I will be filling in more help routines as time permits.
2017-11-26 18:26:11 -08:00
Seth Morabito
3147c30b80
3B2: Fix critical UART bug
2017-11-25 11:04:04 -08:00
Seth Morabito
c2c248a1f2
3b2: Clean up compiler warnings
2017-11-25 10:36:28 -08:00
Seth Morabito
df54c87bf7
3b2: Coverity issue cleanup
2017-11-25 01:38:05 -08:00
Seth Morabito
690c30b6f4
3b2: Gracefully handle clock reset
...
Clock reset was not being handled gracefully at all, leading some
diagnostic tests not to pass, or not to pass consistently.
This change will "kick" the system clock whenever the timer divider is
reset, so the new divider is picked up immediately.
2017-11-25 01:38:05 -08:00
Seth Morabito
b23ebbe312
3b2: Refactor IU into 5 devices
2017-11-25 01:38:05 -08:00
Seth Morabito
f6e63892b4
3b2: Preserve opcode values in history
2017-11-25 01:38:05 -08:00
Seth Morabito
be48e5809b
3b2: Support 'Write Track' floppy command
2017-11-25 01:38:05 -08:00
Mark Pizzolato
243ee968fb
SCP: Fix REGister initialization macros to avoid nested macro insertion
2017-11-21 01:20:49 -08:00
Seth Morabito
804ea8e322
3b2: Initial release of an AT&T 3B2 model 400 emulator.
...
For information on usage, please see the file 3B2/README.md
2017-11-20 18:21:49 -08:00
Mark Pizzolato
7246e74004
SCP: Add a SIM_OSTYPE built-in environment variable.
2017-11-20 15:23:19 -08:00
Mark Pizzolato
61679ed8f0
SCP: Add optional write_callback to REGister structure called only on DEPOSIT
...
Add necessary macros to populate this field and cleanup all the
existing macros to be simpler.
2017-11-19 08:18:02 -08:00
Mark Pizzolato
8b1af8b862
makefile: Use sdl tool (sdl-config, sdl2-config) to locate SDL components
...
As discussed in #489
2017-11-17 08:13:48 -08:00
Mark Pizzolato
f594f0c98a
SCP: Be sure to call optional sim_vm_post in remote console sessions
2017-11-16 08:43:38 -08:00
Mark Pizzolato
9bb1cfd9f9
SCP: Add useful info for HELP SET CONSOLE options
2017-11-14 18:47:44 -08:00
Mark Pizzolato
3eadc405d0
PDP10: Ignore 0 value writes to the timer interval register
...
This avoids a divide by zero which is never right, but it is unclear
what the real hardware did. It wouldn't be useful in any case.
As discussed in #486
2017-11-14 18:47:05 -08:00
Mark Pizzolato
107f620f4c
makefile: Fix MinGW build when using windows-build libpthreadsGC2
2017-11-12 15:23:38 -08:00
Mark Pizzolato
b45b9426c6
makefile: Tolerate changing MinGW include file changes
...
Fix #487
2017-11-11 10:52:29 -08:00
Mark Pizzolato
a8010f6fdb
TMXR: Add counter of stalled transmits.
...
- Don't count stalls as drops since they can be retried
- Count stalls, which probably are rare on network connections but can
happen more frequently on serial port connections.
2017-11-10 19:35:07 -08:00
Mark Pizzolato
8551a2d477
FRONTPANEL: sim_frontpanel API version 6 release
...
- Add dithering option to bit sampling
2017-11-09 23:02:39 -08:00
Mark Pizzolato
733ac0d982
SCP: Make SLEEP command interruptable with SIGINT
2017-11-07 13:34:53 -08:00
Mark Pizzolato
e2944eb6e0
README: Add new SLEEP command description
2017-11-07 13:09:44 -08:00
Mark Pizzolato
6e4d315c77
TMXR: Detach serial ports which are explicitly disconnected by a user command
2017-11-07 13:08:52 -08:00
Mark Pizzolato
d505cb1d96
FRONTPANEL: Silence Coverity warnings in test program
2017-11-07 10:54:16 -08:00
Mark Pizzolato
e73d45ebcc
FRONTPANEL: sim_frontpanel API version 5 release
...
- Add API to start execution with device reset
- Fix synchronization between panel application threads and simulator
traffic reader thread.
2017-11-04 10:28:00 -07:00
Mark Pizzolato
097172f8a3
doc: Add missing commands descriptions
2017-11-03 09:36:11 -07:00
Mark Pizzolato
4ca544f60a
SCP: Add SLEEP command
2017-11-03 08:51:19 -07:00
Mark Pizzolato
1a86dfa0dd
TMXR: Fix to allow serial port to operate after attach with -V
2017-11-01 17:52:44 -07:00
Mark Pizzolato
daf8382cf2
TMXR: Properly announce attach connection on serial lines when -V option is set
2017-10-30 18:24:19 -07:00
Mark Pizzolato
cb21246f6e
SERIAL, MUX: General fix for Windows Platform physical serial port output
...
Avoid Windows specific serial I/O behaviors which might not always have
hardware state reported to user level code. The TMXR layer code already
paces mux output so that reasonable behavior is observed.
2017-10-28 09:28:39 -07:00
Mark Pizzolato
d73b626719
SCP: Expose read_line_p for potential use by library support routines
2017-10-25 08:16:02 -07:00
Mark Pizzolato
60ff3d53d9
doc: Add description of additional built-in environment variables
...
SIM_NAME, SIM_BIN_NAME and SIM_BIN_PATH
2017-10-24 16:20:46 -07:00
Mark Pizzolato
9134b8e5d3
SCP: Add SIM_BIN_PATH environment variable as the simulator's argv[0]
2017-10-24 12:21:52 -07:00