~ubuntu-branches/ubuntu/intrepid/simh/intrepid

« back to all changes in this revision

Viewing changes to HP2100/hp2100_stddev.c

  • Committer: Bazaar Package Importer
  • Author(s): Vince Mulhollon
  • Date: 2005-05-30 19:25:10 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050530192510-npcvtltga170kziw
Tags: 3.4.0-1
New upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
#define CLK_V_ERROR     4                               /* clock overrun */
116
116
#define CLK_ERROR       (1 << CLK_V_ERROR)
117
117
 
118
 
extern uint16 *M;
119
118
extern uint32 PC, SR;
120
119
extern uint32 dev_cmd[2], dev_ctl[2], dev_flg[2], dev_fbf[2], dev_srq[2];
121
120
extern UNIT cpu_unit;