aboutsummaryrefslogtreecommitdiff
path: root/emulators/raine/files/patch-source_games_diverboy.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/raine/files/patch-source_games_diverboy.c')
-rw-r--r--emulators/raine/files/patch-source_games_diverboy.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/raine/files/patch-source_games_diverboy.c b/emulators/raine/files/patch-source_games_diverboy.c
deleted file mode 100644
index 519dbd00935c..000000000000
--- a/emulators/raine/files/patch-source_games_diverboy.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- source/games/diverboy.c Tue Sep 20 08:37:39 2005
-+++ source/games/diverboy.c.new Thu Nov 17 16:26:26 2005
-@@ -138,6 +138,8 @@
- {
- static int framecounter = 0;
- UINT8* map;
-+ UINT8 *source;
-+ UINT8 *finish;
-
- framecounter++;
-
-@@ -147,8 +149,8 @@
- MAP_PALETTE_MAPPED_NEW(0x0,16,map);
- clear_game_screen(ReadLong(&map[0]));
-
-- UINT8 *source = RAM_SPRITE;
-- UINT8 *finish = source + 0x4000;
-+ source = RAM_SPRITE;
-+ finish = source + 0x4000;
-
- while (source < finish)
- {