   ! digitizer global data areas
   option size = (real double)

   COMMON CHAN1%, first%, beep_on%, reject%, array_pointer%, x_offset% &
	,y_offset%, x_origin%, y_origin%, x_coord%, y_coord%, function_mode% &
        ,xy_pair%, x_c_1%, y_c_1%, map_x_origin%, map_y_origin%  &
	,x_c_2%, y_c_2%, talos_dev$ = 6%, output_file$ = 20%, info_out$ = 50% &
	,output_array$(3000%)=20%, output_array2$(3000%)=50%, buff$=13% &
        ,word iosb, iosb1, long iosb2, double old_x, old_y, area, new_x &
        ,new_y, total_length, x_scale, y_scale, x_rotate_deg, x_rotate_rad &
        ,first_x, first_y
 	
   MAP (talos_io) TALOS_IN$ = 12%
   map (talos_io) status_cursor$    = 1% &
 		 ,status_pen_down$  = 1% &
		 ,x_coord$          = 5% &
		 ,y_coord$          = 5% &

   map (file_io) talos_out$ = 20% &
		,var_out$ = 50% &

   map (file_io) cursor_out$   = 1% &
		,pen_down_out$ = 1% &
		,x_coord_out$  = 9% &
		,y_coord_out$  = 9% &
		,fill$         = 50% &

