- 760e7f2 SCP: stop_cpu and sim_is_running variables t_bool by Mark Pizzolato · 7 years ago
- 6a180c3 AltairZ80: Removed unneeded definition of strcasecmp by Peter Schorn · 8 years ago
- e9dea63 AltairZ80: Further fall through comment by Peter Schorn · 8 years ago
- 7a46fcf AltairZ80: Clean up of fall through comments by Peter Schorn · 8 years ago
- 1790382 AltairZ80: Mark Coverity false positives in rotate operations by Peter Schorn · 8 years ago
- 9f746cf AltairZ80: Improved diskClose error handling (Coverity Scan) by Peter Schorn · 8 years ago
- 30556c8 AltairZ80: Fix uninitialized variable (Coverity Scan) by Peter Schorn · 8 years ago
- bd57565 AltairZ80: More fixes from source code scan (Coverity Scan) by Peter Schorn · 8 years ago
- 70a8921 AltairZ80: Fix various static source scanning detected issues (Coverity Scan) by Peter Schorn · 8 years ago
- e49f06d AltairZ80: fix out-of-bounds accesses (Coverity Scan) by Sergey Svishchev · 8 years ago
- d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
- a2d900e AltairZ80: Implemented proper memory refresh register R semantics by Peter Schorn · 8 years ago
- dc2bbe5 AltairZ80: Updated 8080/Z80 CPU for new breakpoint package by Peter Schorn · 8 years ago
- 9d2b7ee AltairZ80: Fixed NUM_CHIP_TYPE warning and added missing declaration by Peter Schorn · 9 years ago
- 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
- 60a8a2d AltairZ80: Fixed device descriptions for all devices. by Peter Schorn · 9 years ago
- 7a231a2 AltairZ80: Add support for North Star single density controller by Mike Douglas · 9 years ago
- f3af74e AltairZ80: Fix head stepping to only occur on 1 to 0 transitions by Mike Douglas · 9 years ago
- bb39ce9 AltairZ80: Better comparison operator to remove warning message by Peter Schorn · 9 years ago
- a9e5913 AltairZ80: Reduced polling for CPU stop on non UNIX platforms by Peter Schorn · 10 years ago
- ff908f4 AltairZ80: Simplified polling for stop CPU on non UNIX platform by Peter Schorn · 10 years ago
- ad3767a AltairZ80: Fixed keyboard polling on non UNIX platform and daylight savings time issue with CP/M 3 clock by Peter Schorn · 10 years ago
- 66dba79 ALPHA, ALTAIR, AltairZ80, I7094, NOVA, PDP1, PDP10, PDP11, PDP18B, PDP8, SAGE, sigma, swtp6800, TX-0, VAX: Change tabs to spaces which had crept in over time by Mark Pizzolato · 10 years ago
- 569cfaf AltairZ80: mfdc: Only display ROM write attempt error messages when debug is enabled by Howard M. Harte · 10 years ago
- 89a3783 AltairZ80: mfdc: allow disk controller to work with MZOS disk images by Mike Douglas · 10 years ago
- e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
- 0b015ef Compiler suggested cleanup by Mark Pizzolato · 10 years ago
- 1fb209c SOCKETS: Cleanup, simplify and extend the sim_sock API set. by Mark Pizzolato · 10 years ago
- ea5b1dc AltairZ80: Fixed confusing call to memset by Peter Schorn · 10 years ago
- 1cc1ca7 AltairZ80: Removed unnecessary calls to abs() by Peter Schorn · 10 years ago
- 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
- ebf53c9 Replaced printf with sim_printf. by Peter Schorn · 10 years ago
- 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
- 0b10508 SCP: Allow for the potential of a breakpoint action to remove the establishing breakpoint while still completing pending actions by Mark Pizzolato · 10 years ago
- 977712b AltairZ80: More debug information available when using IMD disks by Peter Schorn · 10 years ago
- defe5f0 AltairZ80: Promote sim_imd.c to a top level simh library to be used as needed by various simulators by Mark Pizzolato · 10 years ago
- 60a0cf7 AltairZ80: Reworked the conditional compile time debug code to use the runtime sim_debug() APIs. by Mark Pizzolato · 10 years ago
- 899b7a6 Improved DSK handling from Mike Douglas and bug fix in URLContens. by Peter Schorn · 10 years ago
- a0c978f AltairZ80: Improved Altair Minidisk support from Mike Douglas by Peter Schorn · 10 years ago
- f8020a2 AltairZ80: Addressed Microsoft compiler generated warnings by Peter Schorn · 10 years ago
- 589aca1 AltairZ80: Added Motorola 68000 CPU support for CP/M-68K, support for Altair mini-disk format, added descriptions for all device registers by Peter Schorn · 10 years ago
- 798b82b Added debug support for the MHDSK device, support for the NEXT command and a warning if 8086 symbolic input is attempted. by Peter Schorn · 11 years ago
- 8d3ecd0 AltairZ80: Added boot to MHDSK device and improved disassembler by Peter Schorn · 11 years ago
- 49d3818 Updated AltairZ80 documentation and incorporated altairz80_mhdsk.c in build process by Peter Schorn · 11 years ago
- 1d35a4f Updated year in copyright and implemented sim_vm_pc_value by Peter Schorn · 11 years ago
- 5b2f229 Added 88-HDSK support from Mike Douglas to AltairZ80 by Peter Schorn · 11 years ago
- 9320c56 PDP11, PDP10, AltairZ80: Fixed cases where assert() macro is called with an expression which has side effects and therefore wouldn't get executed if compiled with NDEBUG defined. by Mark Pizzolato · 11 years ago
- 5800e5b Compiler indicated cleanup by Mark Pizzolato · 11 years ago
- 8cb6a2e Corrected to properly leverage the new -N attach_unit switch by Mark Pizzolato · 12 years ago
- ee3d98a Updated AltairZ80 from Peter Schorn by Mark Pizzolato · 12 years ago
- 414cf33 Compiler identified issues in AltairZ80 simulator by Mark Pizzolato · 12 years ago
- a262dd9 Compiler indicated cleanups by Mark Pizzolato · 12 years ago
- 2e5b0d5 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. by Mark Pizzolato · 12 years ago
- 28f645a Compiler suggested cleanups by Mark Pizzolato · 12 years ago
- eb101e3 HP-UX port supplied by Mikulas Patocka by Mark Pizzolato · 12 years ago
- a63090f Fix compile error of #ifdef __linux change for the altairz80 simulator by Mark Pizzolato · 12 years ago
- 4ff56d6 Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99. by Mark Pizzolato · 12 years ago
- 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues 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
- 7f6a1af Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources by Mark Pizzolato · 12 years ago
- 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
- cf280ad Completing merge of v3.9-0-rc1 compile cleanups by Mark Pizzolato · 13 years ago
- fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago
- d8f55a6 Cleaned up filename cases to be consistent for cross platform builds by Mark Pizzolato · 14 years ago
- fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
- 8eb9caf Merge branch 'ControlFlow' into simv3.8-2-rc2 by Mark Pizzolato · 14 years ago
- a6964f8 Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms by Mark Pizzolato · 14 years ago
- 766e705 Added SET ON, SET NOON, ON, GOTO and RETURN command support by Mark Pizzolato · 14 years ago v4.0-devel
- a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
- 35eac70 Notes For V3.8 by Bob Supnik · 15 years ago v3.8-2-rc1
- 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
- 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
- 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
- 6149cc7 Notes For V3.7 by Bob Supnik · 18 years ago v3.7-1
- 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
- dc871fa Notes For V3.6-0 by Bob Supnik · 19 years ago v3.6-0
- 1e704bf Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-1
- b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
- ec60bbf Notes For V3.4-0 by Bob Supnik · 20 years ago v3.4-0
- b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
- e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
- 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
- 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
- f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
- 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
- 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
- 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
- df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11
- 701f0fe Notes For V2.8 by Bob Supnik · 23 years ago v2.8