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:
@@ -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
21
H316/tests/implloop4.cmd
Normal 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 ...
|
||||
Reference in New Issue
Block a user