
struct NewScreen NewScreenStructure = {
	0,0,
	320,200,
	1,
	0,1,
	NULL,
	CUSTOMSCREEN+CUSTOMBITMAP+SCREENQUIET,
	NULL,
	NULL,
	NULL,
	&bm
};
