libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit e065ff6d0c87e837b63eaccc183df69697daf33c
parent d6bab730d41046a46e0761c796e7d550fa50897b
Author: Toni Ruottu <toni.ruottu@helsinki.fi>
Date:   Sat, 16 Dec 2006 22:31:20 +0000

Fixed a bug regarding chip dependency detection.

Diffstat:
Msrc/plugins/nsfextractor.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/nsfextractor.c b/src/plugins/nsfextractor.c @@ -37,8 +37,8 @@ #define VRCVII_FLAG 0x02 #define FDS_FLAG 0x04 #define MMC5_FLAG 0x08 -#define NAMCO_FLAG 0x16 -#define SUNSOFT_FLAG 0x32 +#define NAMCO_FLAG 0x10 +#define SUNSOFT_FLAG 0x20 #define UINT16 unsigned short