Previous Thread
Next Thread
Print Thread
Page 110 of 536 1 2 108 109 110 111 112 535 536
Joined: May 2009
Posts: 2,214
Likes: 382
J
Very Senior Member
Offline
Very Senior Member
J
Joined: May 2009
Posts: 2,214
Likes: 382
Quick question: Should the condition in the if just before it:

Code
 		/* add up the samples */
 		if (channelsamples > 0)

be changed to:

Code
 		/* add up the samples */
 		if (chunksamples > 0)

Since channelsamples was changed to chunksamples in your diff on the line beneath it?

Joined: Sep 2009
Posts: 223
C
Senior Member
Offline
Senior Member
C
Joined: Sep 2009
Posts: 223
Very good question, and I think the answer is yes, which means that the "if" could just as well be deleted because chunksamples is always > 0.

Joined: May 2009
Posts: 2,214
Likes: 382
J
Very Senior Member
Offline
Very Senior Member
J
Joined: May 2009
Posts: 2,214
Likes: 382
Originally Posted by CD-i Fan
Very good question, and I think the answer is yes, which means that the "if" could just as well be deleted because chunksamples is always > 0.

In that case, it looks good to me.

In other news, SVN r6449 should have all of the changes necessary for the SGI Indy driver (ip225015) to actually boot the Integrated Diagnostic Environment off of a CD (and promptly fail the diagnostics), or to boot sash (the SGI Stand-Alone Shell) and fx (the disc-partitioning tool), partition a blank HDD image, write out a valid boot sector, then boot up the IRIX 6.5 installer, at which point the installer bombs out. But still, progress.

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
SVN r6447
" The Thompson artwork files are now zipped up. "

The artwork file called now " Thompson.zip " instead of " Thomson.zip ", is this right ?


Last edited by Anna Wu; 11/24/09 05:12 AM.
Joined: Aug 2004
Posts: 1,458
Likes: 9
Very Senior Member
Offline
Very Senior Member
Joined: Aug 2004
Posts: 1,458
Likes: 9
Oops, wrong filename. Fixed now. grin

Last edited by robbbert; 11/24/09 09:47 AM.
Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
Originally Posted by robbbert
Oops, wrong filename. Fixed now. grin

Thanks, robbbert. smile

Joined: May 2009
Posts: 2,214
Likes: 382
J
Very Senior Member
Offline
Very Senior Member
J
Joined: May 2009
Posts: 2,214
Likes: 382
SVN r6472 adds sound to the Pocket Station driver. smile

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
SVN (own build )

Sord M5 driver
Game : Zac Banic (tape) and Solitaire (tape) + Basic-I (cartridge).

Zac Banic, loaded with command " Tape "

[Linked Image from img39.imageshack.us]

Solitaire, loaded with command " Chain "

[Linked Image from img39.imageshack.us]

Last edited by Anna Wu; 11/27/09 02:58 PM.
Joined: Sep 2009
Posts: 223
C
Senior Member
Offline
Senior Member
C
Joined: Sep 2009
Posts: 223
Originally Posted by Just Desserts
Originally Posted by CD-i Fan
Very good question, and I think the answer is yes, which means that the "if" could just as well be deleted because chunksamples is always > 0.
In that case, it looks good to me.
I'd like to modify my previous answer. If you want correctly terminated audio streams it needs to be
Code
		/* add up the samples */
		if (channelsamples > chunksamples)
			file->info.audio_numsamples = stream->samples += chunksamples;
		else if (channelsamples > 0)
			file->info.audio_numsamples = stream->samples += channelsamples;
The previous code will count extra silence at the end of the audio stream, the amount depending on the wether you left in the original if or modified it / took it out.

Joined: May 2009
Posts: 2,214
Likes: 382
J
Very Senior Member
Offline
Very Senior Member
J
Joined: May 2009
Posts: 2,214
Likes: 382
SVN r6489: SGI IRIS 3130 IP2 driver

Code
C:\mingw2\mess_latest>messd sgi_ip2 -r 640x480 -window -nonewui -nodebug -nolog
-nosound
►IRIS (IP2 - Revision E) Monitor Version 3.0.10 July 1, 1987
Unknown boot type 0x5
Power has been lost to the machine
iris> help
.:help: Error 0
iris> printenv
.:printenv: Error 0
iris> hinv
.:hinv: Error 0
iris> wank
.:wank: Error 0
iris> arse
.:arse: Error 0
iris> quit
.:quit: Error 0
iris> exit
PROMs exiting
►IRIS (IP2 - Revision E) Monitor Version 3.0.10 July 1, 1987
Unknown boot type 0x5
Power has been lost to the machine
iris> Average speed: 47.02% (14 seconds)

Wish I knew what "Error 0" meant, but it's a start. smile

Page 110 of 536 1 2 108 109 110 111 112 535 536

Link Copied to Clipboard
Who's Online Now
3 members (Golden Child, Olivier Galibert, judge), 234 guests, and 1 robot.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,320
Posts121,923
Members5,074
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com