1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-19 17:23:14 +00:00
Files
open-simh.simh/PDP11/pdp11_kdp.h
2013-05-27 23:44:23 +01:00

24 lines
657 B
C

/* pdp11_kdp.h: KMC11/DUP11 Emulation
------------------------------------------------------------------------------
Written 2002 by Johnny Eriksson <bygg@stacken.kth.se>
Adapted to SIMH 3.? by Robert M. A. Jarratt in 2013
------------------------------------------------------------------------------
Modification history:
14-Apr-13 RJ Took original sources into latest source code.
------------------------------------------------------------------------------*/
#include "pdp10_defs.h"
#ifndef PDP11_KDP_H
#define PDP11_KDP_H
#define KMC_RDX 8 /* Octal in this incarnation. */
#define DUP_RDX 8
#endif