From 65506bcd284c4e6ab8677f5a67bd4f57e9b809e5 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Tue, 20 Jun 2006 11:36:20 +0000 Subject: - Update to 0.43.3 [1]. - Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 [1] --- emulators/raine/files/patch-source_games_mitchell.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 emulators/raine/files/patch-source_games_mitchell.c (limited to 'emulators/raine/files/patch-source_games_mitchell.c') diff --git a/emulators/raine/files/patch-source_games_mitchell.c b/emulators/raine/files/patch-source_games_mitchell.c deleted file mode 100644 index 33782ccf055c..000000000000 --- a/emulators/raine/files/patch-source_games_mitchell.c +++ /dev/null @@ -1,19 +0,0 @@ ---- source/games/mitchell.c.orig Thu Nov 17 17:41:02 2005 -+++ source/games/mitchell.c Thu Nov 17 17:41:34 2005 -@@ -451,6 +451,7 @@ - - static UINT8 pang_port5_r (UINT32 offset) { - int bit; -+ UINT8 res; - - bit = EEPROM_read_bit() << 7; - // 2 bits are togled in the cpu frame, 1 for the vblank, the other unknown -@@ -458,7 +459,7 @@ - /* if (Machine->gamedrv == &driver_mgakuen2) /\* hack... music doesn't work otherwise *\/ */ - /* bit ^= 0x08; */ - -- UINT8 res = (input_buffer[0] & 0x7f) | bit; -+ res = (input_buffer[0] & 0x7f) | bit; - return res; - } - -- cgit v1.2.3