Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
78793ac3556be64db1e134f492093ed61f3865d5
78793ac
tx0_doc.doc - Added more precise description of how mouse clicking works with the tic-tac-toe game.
by Mark Pizzolato
· 12 years ago
8bdc206
Replace getw/putw with sim_read/sim_write
by Howard M. Harte
· 12 years ago
2f72d3e
Update simulator configuration files.
by Howard M. Harte
· 12 years ago
958cb92
Update documentation in souce code.
by Howard M. Harte
· 12 years ago
dafb61a
Add TBR register to CPU.
by Howard M. Harte
· 12 years ago
10e58e1
Add documentation for TX-0.
by Howard M. Harte
· 12 years ago
81ea8e1
Added build of TX-0 simulator to the makefile
by Mark Pizzolato
· 12 years ago
6cda566
Fixed compiler identified bugs and warnings.
by Mark Pizzolato
· 12 years ago
df0fbcd
Generated unique GUID for the TX-0.vcproj project file. (prior guid was a duplicate of another project's guid).
by Mark Pizzolato
· 12 years ago
31bc758
Fix .vcproj warnings when upgrading to VS2012.
by Howard M. Harte
· 12 years ago
fe4f1b5
Delete unneeded files.
by Howard M. Harte
· 12 years ago
44409de
Add Visual Studio project file for TX-0.
by Howard M. Harte
· 12 years ago
c10aa0a
Add mouse maze game and tic tac toe tapes.
by Howard M. Harte
· 12 years ago
35ef1c8
Initial public version of TX-0 for SIMH
by Howard M. Harte
· 12 years ago
be1e132
Merge pull request #11 from andreax79/master
by Mark Pizzolato
· 12 years ago
405c70b
set default/show default commands fix
by Andrea Bonomi
· 12 years ago
a1a6a8a
show_default fix
by Andrea Bonomi
· 12 years ago
715bc12
show default & set default command added
by Andrea Bonomi
· 12 years ago
0f2ed31
Fix UDATA macro to reflect prior changes in the unit data structure. This fixes any reference to the macro which may supply an initial wait time to the unit structure after using the UDATA macro.
by Mark Pizzolato
· 12 years ago
66edd72
Merge branch 'nj7p/swtp6800-v2.1'
by Mark Pizzolato
· 12 years ago
908ad13
Corrected copyright dates on all files
by Bill Beech
· 12 years ago
fc3c181
Fixed nested sim_defs.h problem
by Bill Beech
· 12 years ago
5fcd6a7
Updated several file to remove "egregious" errors
by Bill Beech
· 12 years ago
ffa52ab
Changed the display of the contents of the error message buffer to only do so if no devices were returned at all
by Mark Pizzolato
· 12 years ago
f66175b
Added support to avoid the mkdir BIN race condition in parallel make
by Mark Pizzolato
· 12 years ago
938450b
Added display of warning produced by pcap_findalldevs() where a warning message is provided when no devices are available (OSX). - Sergey Oboguev
by Mark Pizzolato
· 12 years ago
fd1cd46
Added UNIT_IDLE to timer threads for RQ B, C and D controllers. - Sergey Oboguev
by Mark Pizzolato
· 12 years ago
2a9ac8a
VHD Performance enhancementsDaa:
by Mark Pizzolato
· 12 years ago
e0d8de9
Replaced SWTBUG.BIN, fixed error in common/mp-s.c, and removed debugging
by Bill Beech
· 12 years ago
567a304
Changes to replace the SWTP V1 code with the V2 code
by Bill Beech
· 12 years ago
321b05c
Fixed pragmas to work for various gcc and clang versions
by Mark Pizzolato
· 13 years ago
5d081f8
Revised HP2100 from Dave Bryan with his fixes to cleanup compiling under the LLVM clang compiler
by Mark Pizzolato
· 13 years ago
b816a42
BuildROMs enhancements.
by Mark Pizzolato
· 13 years ago
22b0e56
Updating revision to reflect v4.0 development activity
by Mark Pizzolato
· 13 years ago
ac74904
Revised location of github repository to be simh/simh
by Mark Pizzolato
· 13 years ago
9938567
Removed references to nonexistent include file
by Mark Pizzolato
· 13 years ago
54ad020
Fixed potential memory leaks on error paths in scp.c/sim_rest (Peter Schorn)
by Mark Pizzolato
· 13 years ago
928b4a0
Fixed incorrect cleanup when closing tape with asynch I/O enabled
by Mark Pizzolato
· 13 years ago
ff4f1d3
Fix error message reporting when command not found.
by Mark Pizzolato
· 13 years ago
e35e6bc
Official simh-v3.9-0 Merge
by Mark Pizzolato
· 13 years ago
e3bdb12
Simplified conditions when a do command file error message is printed
by Mark Pizzolato
· 13 years ago
ee235a6
Fixed conditions when error messages are displayed while processing do commands
by Mark Pizzolato
· 13 years ago
7830a32
Added a -O switch to the programs arguments which will enable global ON inheritance.
by Mark Pizzolato
· 13 years ago
d4e1cac
Added makefile support to use the LLVM (clang) compiler on OSX and other platforms where it may be available (Linux, *BSD, etc.)
by Mark Pizzolato
· 13 years ago
0f8e6cf
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
by Mark Pizzolato
· 13 years ago
3775c17
Fixed asynch disk/tape I/O reset behaviors to reliably synchronize with the I/O thread's startup
by Mark Pizzolato
· 13 years ago
c4659a0
Fixed issue where asynchronous I/O wouldn't be reliable after a device reset.
by Mark Pizzolato
· 13 years ago
784f054
Fixed for Compiler indicated bugs
by Mark Pizzolato
· 13 years ago
7800964
Cleaned up compiler noticed issues
by Mark Pizzolato
· 13 years ago
c7f778c
Cleaned up makefile to support OSX builds with the clang compiler
by Mark Pizzolato
· 13 years ago
ce716f9
Fix to avoid excessive compiler optimization of vax ROM access spinwait. Found by Craig Berry, fix suggested by Sergey Oboguev
by Mark Pizzolato
· 13 years ago
57008bb
Cleaned up nested comments
by Mark Pizzolato
· 13 years ago
19bf1cd
Cleanup compiler warning about printf arguments
by Mark Pizzolato
· 13 years ago
f77a38c
Cleaned up a few compile complaints
by Mark Pizzolato
· 13 years ago
8989b11
Fixed declaration of unused parameter to quiet a gcc warning
by Mark Pizzolato
· 13 years ago
8317211
Added SHOW ETHERNET command and extended eth_show to track and display open ethernet devices
by Mark Pizzolato
· 13 years ago
31df5e8
Added a mechanism for commands to optionally handle their message printing via a separate dispatch in the command table. This is currently used by run_cmd to handle unsuppressed status returns.
by Mark Pizzolato
· 13 years ago
72be72c
Updated simh faq and doc files
by Mark Pizzolato
· 13 years ago
fc931c9
Fixed incorrect build target names for new swtp6800 projects
by Mark Pizzolato
· 13 years ago
ad9cd1b
Numerous Control Flow Fixes:
by Mark Pizzolato
· 13 years ago
4af7be0
Inherit sim_rev.h from v3.9-0-rc3
by Mark Pizzolato
· 13 years ago
db9bf32
Merge of Bob's simh-v3.9-0-rc3
by Mark Pizzolato
· 13 years ago
19ae16a
Parameterized the gcc invocations in the makefile to facilitate easy use of lint/cppcheck/other-code-analyzer (from Michael Bloom)
by Mark Pizzolato
· 13 years ago
5f505cc
Fixing many compiler identified nits.
by Mark Pizzolato
· 13 years ago
3836306
Revised prior OSX specific makefile fix to avoid a grep error message
by Mark Pizzolato
· 13 years ago
127c804
pdp11_xq: Forced the use of clk_cosched when idling is enabled
by Mark Pizzolato
· 13 years ago
f206fac
Merge branch 'master' of github.com:markpizz/simh
by Mark Pizzolato
· 13 years ago
2873be2
Fixed makefile to work for various different gcc versions on OSX (from Craig Berry)
by Mark Pizzolato
· 13 years ago
dfcd818
Added O_DSYNC semantics to the RAW file open() call for *nix platforms. This makes *nix RAW I/O behavior consistent with windows RAW I/O.
by Mark Pizzolato
· 13 years ago
eb60957
Fixed VAX idle for NetBSD and OpenBSD support.
by Mark Pizzolato
· 13 years ago
190993b
Fixed possible NULL pointer dereference. (from Sergey Oboguev)
by Mark Pizzolato
· 13 years ago
c6c9e0c
Fixed arguments to sprintf when constructing the expansion of %*. Found by Maurizio De Tommaso.
by Mark Pizzolato
· 13 years ago
79d0e25
Fixed printf of error messages which had parameters in the wrong order (found by Maurizio De Tommaso)
by Mark Pizzolato
· 13 years ago
3308398
Removed redundant {sim_name}.rc initialization file.
by Mark Pizzolato
· 13 years ago
04098f6
Fixed VAX idle support for newer versions of NetBSD and OpenBSD to not trigger idling when IPL is changed from the system Boot ROM.
by Mark Pizzolato
· 13 years ago
fc88568
Added a default initializing file simh.rc to the files automatically loaded when a simulator starts
by Mark Pizzolato
· 13 years ago
c166379
Added VAX idle support for newer versions of NetBSD and OpenBSD guests if they use IPL 1 as the idle trigger
by Mark Pizzolato
· 13 years ago
95a1cb7
Added a generic non simulator specific startup include file (simh.rc) to be processed.
by Mark Pizzolato
· 13 years ago
542c158
Added display of the OS sleep resolution which is now displayed as an explanation if idling is unavailable.
by Mark Pizzolato
· 13 years ago
33567b4
Sanity check when detaching a undetached unit. fro Dave Bryan.
by Mark Pizzolato
· 13 years ago
fd702e4
Made automatic startup file be named {sim_name}.rc (i.e. hp2100.rc or vax.rc, etc.)
by Mark Pizzolato
· 13 years ago
1cb4eb7
Fixed Asynch I/O issues which may leave pending asynch I/O in limbo when device resets happen (found by Sergey Oboguev)
by Mark Pizzolato
· 13 years ago
a339dae
Extensive Control Flow Enhancements:
by Mark Pizzolato
· 13 years ago
40deb20
HP2100 update from Dave Bryan
by Mark Pizzolato
· 13 years ago
a14a1ab
Added missing synchronization when dispatching asynchronous calls. From Sergey Oboguev
by Mark Pizzolato
· 13 years ago
ab3af30
- Changed asynch queue insertion and removal to use a lock free algorithm based only on InterlockedCompareExchangePointer. We can now use this lock free approach on IA64 host systems as well.
by Mark Pizzolato
· 13 years ago
7ac3557
Fixed bug under Asynch I/O where I/O completion did not delay the appropriate time before passing back device status to a simulator. Found by Sergey Oboguev.
by Mark Pizzolato
· 13 years ago
6e6fdd0
Fixed VMS Build of DEBUG simulators
by Mark Pizzolato
· 13 years ago
4a78242
Cleaner GCC options detection on older GCC versions on varioous platforms
by Mark Pizzolato
· 13 years ago
9449c1f
Restored announcing GCC version and build options lost in manual merge from v3.9-0-rc2
by Mark Pizzolato
· 13 years ago
38bbdd2
Added VH to the VAX780 build (makefile and descrip.mms)
by Mark Pizzolato
· 13 years ago
7e68046
Added VH to VAX780 Visual Studio Project
by Mark Pizzolato
· 13 years ago
7ea8831
Added do command default file extension for file being opened of '.sim'
by Mark Pizzolato
· 13 years ago
0dd5185
Added VH device to the VAX780
by Mark Pizzolato
· 13 years ago
8cc2ef0
Fixed regression in handling (ignoring) error conditions while processing simple do file.
by Mark Pizzolato
· 13 years ago
027c921
More robust and correct readline support and fix to VMS build for HP2100
by Mark Pizzolato
· 13 years ago
c205070
Fix makefile for better GCC version determination and optimization enabling on more platforms
by Mark Pizzolato
· 13 years ago
6e813b8
Merge with v3.9-0-rc2 first pass
by Mark Pizzolato
· 13 years ago
6d11b3b
Updated HP2100 from Dave Bryan
by Mark Pizzolato
· 13 years ago
8255ba9
Fixed typo in prior correction
by Mark Pizzolato
· 13 years ago
Next »