1
0
mirror of https://github.com/prirun/p50em.git synced 2026-04-26 04:16:56 +00:00

Add emulation of MDLC/HSSMLC controller to support Bisync protocol and enable a Prime

system to operate as a HASP station in an RJE environment. This implementation is
compatible with Bisync/HASP emulation in the Hercules IBM mainframe emulator and the
DtCyber CDC mainframe emulator.
This commit is contained in:
Kevin Jordan
2020-05-29 12:53:58 -04:00
parent 30da390699
commit 91bddd02c3
4 changed files with 1234 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ REV=${shell [ -d .hg ] && hg id -n || git rev-parse --short HEAD}
em: # normal
rm -rf em.o
cc -DREV=\"${REV}\" -DNOTRACE -DFAST -DNOMEM -O -Winline em.c -o em
cc -DREV=\"${REV}\" -DNOTRACE -DFAST -DNOMEM -O -Winline -Wno-error=return-type em.c -o em
emwarn: # lots of compiler warnings
rm -rf em.o