1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-03 22:58:53 +00:00

Compiler indicated cleanups

This commit is contained in:
Mark Pizzolato
2014-01-06 13:14:16 -08:00
parent 76fc90f405
commit 0e753b7c45
9 changed files with 31 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ typedef struct h316_dib DIB;
#define INT_V_NODEF 17 /* int not deferred */
#define INT_V_ON 18 /* int on */
#define INT_V_EXTD 16 /* first extended interrupt */
#define INT_V_NONE -1 /* no interrupt used */
#define INT_V_NONE 0xffffffff /* no interrupt used */
/* I/O macros */

21
H316/tests/implloop4.cmd Normal file
View File

@@ -0,0 +1,21 @@
;; *** IMP LINE FOUR (ONLY!) LOOPBACK TEST ***
; Set the simulator configuration ...
echo IMP line four loopback test...
do impconfig.cmd
SET IMP NUM=2
; Load the IMP code ...
echo Loading IMP code ...
do impcode.cmd
; Start up the modem links!
SET MI1 DISABLED
SET MI2 DISABLED
SET MI3 DISABLED
SET MI4 ENABLED
DEPOSIT MI4 LLOOP 1
SET MI5 DISABLED
; And we're done ..
echo Type GO to start ...