summaryrefslogtreecommitdiffstats
path: root/games/advancemame/compilefix.diff
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2024-03-20 16:05:44 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-23 08:17:13 +0700
commitb316bcb973aa879bba9d623ddcd12726cae715fd (patch)
tree43bbf8756816df6dc5a8ee569264e22ea5e62124 /games/advancemame/compilefix.diff
parent616e1f7bcb21fb950d6ce4e1518cb2327480d4ff (diff)
downloadslackbuilds-b316bcb973aa879bba9d623ddcd12726cae715fd.tar.gz
slackbuilds-b316bcb973aa879bba9d623ddcd12726cae715fd.tar.xz
games/advancemame: Updated for version 3.10.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/advancemame/compilefix.diff')
-rw-r--r--games/advancemame/compilefix.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/games/advancemame/compilefix.diff b/games/advancemame/compilefix.diff
deleted file mode 100644
index ddf815a4b7..0000000000
--- a/games/advancemame/compilefix.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/src/drivers/cavepgm.c b/src/drivers/cavepgm.c
-index 38d3dae8..df6e97ab 100644
---- a/src/drivers/cavepgm.c
-+++ b/src/drivers/cavepgm.c
-@@ -287,7 +287,7 @@ Notes:
- #include "timer.h"
-
-
--UINT16 *pgm_mainram, *pgm_bg_videoram, *pgm_tx_videoram, *pgm_videoregs, *pgm_rowscrollram;
-+extern UINT16 *pgm_mainram, *pgm_bg_videoram, *pgm_tx_videoram, *pgm_videoregs, *pgm_rowscrollram;
- static UINT8 *z80_mainram;
- static UINT32 *arm7_shareram;
- static UINT32 arm7_latch;
-@@ -852,8 +852,8 @@ static void expand_32x32x5bpp(void)
- /* This function expands the sprite colour data (in the A Roms) from 3 pixels
- in each word to a byte per pixel making it easier to use */
-
--UINT8 *pgm_sprite_a_region;
--size_t pgm_sprite_a_region_allocate;
-+extern UINT8 *pgm_sprite_a_region;
-+extern size_t pgm_sprite_a_region_allocate;
-
- static void expand_colourdata(void)
- {