summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/xmess/files')
-rw-r--r--games-emulation/xmess/files/xmess-0.106-overflow.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/xmess/files/xmess-0.106-overflow.patch b/games-emulation/xmess/files/xmess-0.106-overflow.patch
new file mode 100644
index 00000000..0c4c2ac1
--- /dev/null
+++ b/games-emulation/xmess/files/xmess-0.106-overflow.patch
@@ -0,0 +1,11 @@
+--- mess/machine/corvushd.c.old 2011-06-30 11:41:55.987772189 +0200
++++ mess/machine/corvushd.c 2011-06-30 11:42:15.215986836 +0200
+@@ -243,7 +243,7 @@
+ /* */
+ struct {
+ UINT8 status; /* Status code returned by command executed */
+- UINT8 firmware[32]; /* Firmware message */
++ UINT8 firmware[33]; /* Firmware message */
+ UINT8 rom_version; /* ROM Version */
+ struct {
+ UINT8 sectors_per_track; /* Sectors/Track */