Mark Pizzolato
3dce4e1210
FRONTPANEL: Provide a sample program to demonstrate the use of the sim_frontpanel APIs.
2015-02-11 17:09:55 -08:00
Mark Pizzolato
0fd4a9f178
VIDEO: Fix makefile for building on OS X with SDL (vs SDL2).
2015-02-05 15:48:16 -08:00
Mark Pizzolato
8c4397ee25
VIDEO: Initial working OSX support
2015-02-04 17:03:52 -08:00
Mark Pizzolato
e0108b52a2
SCP: Compiler suggested cleanup and spelling fix
2015-01-14 15:09:54 -08:00
Mark Pizzolato
a71e5e0599
makefile: Fix broken build under MinGW
2015-01-13 12:55:43 -08:00
Mark Pizzolato
ebbe009d57
makefile: Add ability to build the vax simulator with SDL (if available) when vax is the single build target
2015-01-13 09:09:52 -08:00
Mark Pizzolato
e00438b051
VAX: Add VCB01(QVSS) device to MicroVAX 3900 simulator
2015-01-13 05:42:10 -08:00
Mark Pizzolato
e0b69fa275
makefile: Simpler build under MinGW. Detect attempt to build under Msys bash shell and issue error message
2015-01-12 16:19:18 -08:00
Mark Pizzolato
f0f80f7cf0
makefile: Fix build when compiling under MinGW to avoid reference to un-necessary/non-existent library
2015-01-11 13:44:01 -08:00
Mark Pizzolato
f125145c37
makefile: When using MinGW better build on XP and support for EXPECT with regular expressions
2015-01-11 10:48:30 -08:00
Mark Pizzolato
c5cb826d00
makefile: Fix build of simulators with SDL support to reference the correct version and added MinGW build support for the BESM6 simulator
2015-01-09 13:51:48 -08:00
Mark Pizzolato
f572f25577
BESM6: Add AppleGothic.ttf as a font for the panel which is generally found on OS X.
2015-01-08 22:11:09 -08:00
Leo Broukhis
d6d13a8c08
BESM6: Output to Baudot TTYs works; fixed attaching of disks without -e; added DejaVu font option.
2015-01-08 22:11:01 -08:00
Mark Pizzolato
0f1e233366
BESM6: Cleanup for build on OS X,
2015-01-08 22:11:01 -08:00
Mark Pizzolato
703c5697be
BESM6: Have makefile search for one of several potential FONTNAME fonts in several potential FONTPATH directories.
...
Fix besm6_panel to use FONTFILE when building with SDL 1.2,
Fix besm6_panel compile issues on Windows
Provide FONTFILE name via either -DFONTFILE OR via a #define in a generated besm6_panel_font.h
2015-01-08 22:11:00 -08:00
Leo Broukhis
76cdf0fd10
BESM6: Got rid of ftw(); the font file should be provided as a build option.
2015-01-08 22:09:59 -08:00
Mark Pizzolato
aa60cc72ad
BESM6: Added makefile display of SDL_ttf components being used
2014-12-31 08:08:02 -08:00
Leo Broukhis
871b19cf8b
BESM6: Moved 'formatdisk' functionality to disk_attach(),
...
fixed a typo in TTY input processing.
2014-12-31 00:49:43 -08:00
Mark Pizzolato
2819ff634e
BESM6: FIx makefile conditional logic detecting available SDL components
2014-12-30 17:49:36 -08:00
Leo Broukhis
b4eeaa77de
BESM6: Converted files to CRLF format
...
Also added support for loading such files, and a few tests.
2014-12-30 00:41:31 -08:00
Leo Broukhis
659600ff59
BESM6: Added target 'besm6' to makefile; added new files in the BESM6 subdirectory.
2014-12-29 21:13:00 -08:00
Mark Pizzolato
2030d8fd40
makefile: Removed dependence on libSDL for simulators which don't need SDL support. Fix #164 Suggested by Rhialto.
2014-12-04 19:47:21 -08:00
Mark Pizzolato
d2079ab482
makefile: Add link library path (-L) when needed on platforms which don't readily locate the PCRE library
2014-11-11 11:45:39 -08:00
François Revol
25996d94d5
makefile: Explicitely fail on old Haiku or bad arch
...
- We require a current Haiku release (post alpha4).
- We also don't support building with gcc2.
2014-11-10 20:06:10 +01:00
Mark Pizzolato
34d87ab521
makefile: remote extraneous debug print statement.
...
OS X is not a useful platform for display (pdp1, pdp11 and tx-0 simulators) with the default Xcode provided APIs.
2014-10-29 13:49:13 -07:00
Mark Pizzolato
4456e42b08
makefile: Added build support for simulators which use the display library on host platforms which have X11 support not located in /usr/include.
...
Simulators affected: pdp1, pdp11 and tx-0
Host platforms which now build with display support: OS X
2014-10-29 10:43:48 -07:00
Mark Pizzolato
ff4961411f
PDP1, PDP11, TX-0: Addition to cleanup build messages on *nix platforms avoiding XKeycodeToKeysym deprecated messages to also work when using clang (LLVM compiler). Fix #58
2014-10-29 09:19:06 -07:00
Mark Pizzolato
6d61de5a30
PDP1, PDP11, TX-0: Cleanup build messages on *nix platforms avoiding XKeycodeToKeysym deprecated messages. Fix #58
2014-10-29 08:23:18 -07:00
Mark Pizzolato
5af6210ed9
SCP: Add RegEx support to EXPECT string processing
2014-10-20 04:42:25 -07:00
Mark Pizzolato
9b02e16ce4
ETHER: Remove support for statically linking libpcap on Linux and OS X platforms
2014-09-21 16:31:49 -07:00
Mark Pizzolato
e2524e7feb
Beta Simulators (PDQ-3 and SAGE) from Holger Veit
2014-09-17 17:31:40 -07:00
Mark Pizzolato
defe5f07d9
AltairZ80: Promote sim_imd.c to a top level simh library to be used as needed by various simulators
2014-09-16 11:29:19 -07:00
François Revol
04ba4d8d3c
MAKEFILE: Add support for building under Haiku
...
Find the header and library paths with findpaths.
We need -lnetwork for sockets.
We do support pthread, it's in libroot.
We do support dlopen, it's in libroot.
2014-08-31 22:26:54 +02:00
Mark Pizzolato
a01917e88c
MAKEFILE: Fix gcc availability test for more/most platforms
2014-08-03 03:38:38 -07:00
Mark Pizzolato
1458712547
MAKEFILE: Added support to attempt to use the OS provided cc if gcc isn't available or otherwise specified by GCC= on the make command line.
2014-08-02 18:53:44 -07:00
Mark Pizzolato
b907790cc1
ETHER: Fix to allow proper building and operation when networking support is undesired or unavailable. #143
2014-07-10 14:53:21 -07:00
Peter Schorn
f8020a2c4c
AltairZ80: Addressed Microsoft compiler generated warnings
2014-05-29 18:12:18 +02:00
Peter Schorn
589aca19f4
AltairZ80: Added Motorola 68000 CPU support for CP/M-68K, support for Altair mini-disk format, added descriptions for all device registers
2014-05-27 20:01:30 +02:00
Mark Pizzolato
cdd39d1fe9
OSX build: Revise to fix prior change.
2014-05-20 11:18:19 -07:00
Mark Pizzolato
ef392b8ab9
OSX build: Added more flexible toolchain support for more recent OS X and xCode versions.
2014-05-20 10:51:00 -07:00
Peter Schorn
49d38187dd
Updated AltairZ80 documentation and incorporated altairz80_mhdsk.c in build process
2014-03-29 15:12:53 +01:00
Mark Pizzolato
d0d3742504
SWTP6800: Added build support for internally contained swtbug.bin as a built-in ROM image
2014-02-24 18:13:12 -08:00
Mark Pizzolato
3f9a125727
MAKEFILE: Added support to detect libSDL on host platforms which use /usr/pkg for OS supplied package installation location. Fix #110
2014-02-11 14:11:07 -08:00
Mark Pizzolato
8b9e33c3a3
MAKEFILE: Fix Linux build when pcap.h isn't available but SDL is. Fix for Issue #97
2014-01-16 06:17:45 -08:00
Mark Pizzolato
c6eef85850
MAKE: Changed minimum version of gmake required before warning is issued from 3.81 to 3.80.
2014-01-02 16:06:12 -08:00
Mark Pizzolato
fdcbef3954
ETHER: Added support to build with more older versions of libpcap on some platforms. Removed support to use tcpdump.org's libpcap on Linux platforms.
2014-01-02 13:30:49 -08:00
Mark Pizzolato
7b3e508627
ETHER: Added capability to build working networking support without pcap packet transport (i.e. only using one of the other available packet transports: VDE, TAP, UDP, etc.)
2013-12-19 09:45:51 -08:00
Mark Pizzolato
a22c5c35b0
MAKEFILE: Give more clear information when issuing missing libSDL library to enable video capabilities #90
2013-11-30 00:38:49 -08:00
Mark Pizzolato
55c5d20517
PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices
...
This is the results of external KDP development activities. The KDP side done by Timothe Litt and DMC and DUP by Mark Pizzolato
Additionally, other PDP10 updates from Timothe Litt
2013-11-25 07:00:17 -08:00
Mark Pizzolato
65402fbaa1
H316: Resurrecting the ARPAnet IMP (from Bob Armstrong)
...
This summer a group of us worked together to resurrect the original ARPAnet IMP software, and I’m now happy to say that the IMP lives again in simulation. It’s possible to run the original IMP software on a modified version of the H316 simh and to set up a virtual network of simulated IMPs talking to each other. IMP to IMP connections, which would have originally been carried over leased telephone lines, are tunneled over IP. As far as we can tell, everything works pretty much as it did in the early 1970s. IMPs are able to exchange routing information, console to console communications, network statistics, and they would carry host traffic if there were hosts on the network. The hooks are in there to allow simh to support the IMP side of the 1822 host interface, and the next step would be to recover the OS for an ARPAnet era host and then extend the corresponding simulator to talk to the IMP simulation.
2013-11-23 08:40:26 -08:00