played game), based on http://bisqwit.iki.fi/src/Gens212a-moviepatch-jyzero,bisqwit.gz adapted to rc3 and cleaned up by me. More information and movies can be found at http://bisqwit.iki.fi/jutut/nesvideos/FrontPage.html Bump PKGREVISION.
21 lines
541 B
Text
21 lines
541 B
Text
$NetBSD: patch-ar,v 1.1 2004/08/15 12:13:53 dillo Exp $
|
|
|
|
--- src/gens/sdllayer/g_sdldraw.h.orig 2004-03-14 15:34:21.000000000 +0100
|
|
+++ src/gens/sdllayer/g_sdldraw.h
|
|
@@ -4,6 +4,8 @@
|
|
#include <time.h>
|
|
#include <SDL.h>
|
|
|
|
+#include "io.h"
|
|
+
|
|
extern clock_t Last_Time;
|
|
extern clock_t New_Time;
|
|
extern clock_t Used_Time;
|
|
@@ -40,6 +42,7 @@ int Show_Genesis_Screen(void);
|
|
int Flip(void);
|
|
void Restore_Primary(void);
|
|
int Take_Shot();
|
|
+void MoviePlayingStuff();
|
|
void End_DDraw(void);
|
|
void Put_Info(char *,int);
|
|
extern SDL_Surface *surface;
|