Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
137f825811e50452be2797cbb8165f051d09445a
/
sigma
e768629
SCP: Added the capability for EXAMINE command output to be written directly to a socket.
by Mark Pizzolato
· 10 years ago
54a4845
ALL: Revert "ALL: make sure all useful state is in simh registers while processing events"
by Mark Pizzolato
· 10 years ago
5551a0d
ALL: make sure all useful state is in simh registers while processing events
by Mark Pizzolato
· 10 years ago
c2cef3c
ALL: Avoid name space collision for the global variable PC when readline is dynamically loaded in many simulators.
by Mark Pizzolato
· 10 years ago
18ebf29
sigma_lp: Fix a fopen leak
by Lioncash
· 10 years ago
499757a
sigma_cpu: Fix always true case
by Lioncash
· 10 years ago
4dbac41
SCP: Added const declarations to various APIs to reflect the appropriate usage. Moved parameter values for run_cmd and exdep_cmd to scp.h
by Mark Pizzolato
· 10 years ago
995ab8f
More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log).
by Mark Pizzolato
· 10 years ago
3256c10
General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log).
by Mark Pizzolato
· 10 years ago
c1c5535
sigma: Fix shutdown/detach issue with tape devices.
by Mark Pizzolato
· 10 years ago
d5ca542
Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32
by Mark Pizzolato
· 12 years ago
dac73b9
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
by Mark Pizzolato
· 12 years ago
7b6f7a9
Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries
by Mark Pizzolato
· 12 years ago
a3b0dc3
Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API.
by Mark Pizzolato
· 12 years ago
fffad7c
Merge changes from v3.9-0 rc1
by Mark Pizzolato
· 13 years ago