Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594326
Collapse All | Expand All

(-)libsidplay-1.36.59/src/samples.cpp.old (-2 / +2 lines)
Lines 77-83 Link Here
77
77
78
const sbyte galwayNoiseTab1[16] =
78
const sbyte galwayNoiseTab1[16] =
79
{
79
{
80
	0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7,
80
	(sbyte) 0x80,(sbyte) 0x91,(sbyte) 0xa2,(sbyte) 0xb3,(sbyte) 0xc4,(sbyte) 0xd5,(sbyte) 0xe6,(sbyte) 0xf7,
81
	0x08,0x19,0x2a,0x3b,0x4c,0x5d,0x6e,0x7f
81
	0x08,0x19,0x2a,0x3b,0x4c,0x5d,0x6e,0x7f
82
};
82
};
83
83
Lines 88-94 Link Here
88
{
88
{
89
//  0x81,0x99,0xaa,0xbb,0xcc,0xdd,0xee,0xff,
89
//  0x81,0x99,0xaa,0xbb,0xcc,0xdd,0xee,0xff,
90
//  0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x7f
90
//  0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x7f
91
	0x81,0x90,0xa0,0xb0,0xc0,0xd0,0xe0,0xf0,
91
	(sbyte) 0x81,(sbyte) 0x90,(sbyte) 0xa0,(sbyte) 0xb0,(sbyte) 0xc0,(sbyte) 0xd0,(sbyte) 0xe0,(sbyte) 0xf0,
92
	0x00,0x10,0x20,0x30,0x40,0x50,0x60,0x70
92
	0x00,0x10,0x20,0x30,0x40,0x50,0x60,0x70
93
};
93
};
94
94

Return to bug 594326