From cb6674ce8ca363125fcbc91b8aafb6a214b0120e Mon Sep 17 00:00:00 2001 From: austriancoder Date: Sat, 18 Sep 2004 01:04:12 +0000 Subject: you can configure microcode path in Makefile --- dxr3interface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dxr3interface.h') diff --git a/dxr3interface.h b/dxr3interface.h index a542c15..af177d1 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -139,6 +139,9 @@ private: // access registers long ReadRegister(int registernum); void WriteRegister(int registernum, int val); + + // grab screen + void GrabScreen(int w, int h, char** buf); // maybe we should copy this routine into em8300 driver char Dxr3CopyYUVData(int pos, int *dst, int length); -- cgit v1.2.3