ftp.nice.ch/pub/next/tools/emulators/a2_1.1.NIHS.bs.tar.gz#/a2/temp.m

This is temp.m in view mode; [Download] [Up]

#import "WozView.h"
#import "hgrconv.h"

id screen_wozview;
unsigned char *wozview_buf;


void
redraw_hgr_screen (unsigned char *a2buf)
{
  static unsigned char a2_shadow[0x2000];

  [screen_wozview drawChangedAreas:a2buf shadow:a2_shadow];
  DPSFlush();
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.