9 lines
157 B
C
9 lines
157 B
C
|
|
extern int PPUViewScanline;
|
||
|
|
extern int PPUViewer;
|
||
|
|
extern int scanline;
|
||
|
|
|
||
|
|
void PPUViewDoBlit();
|
||
|
|
void DoPPUView();
|
||
|
|
void UpdatePPUView(int refreshchr);
|
||
|
|
|