Search found 40 matches

by erwan
Sun Nov 13, 2005 5:09 pm
Forum: Help and Support
Topic: RAD Video Tools
Replies: 6
Views: 7655

oups, :oops: yes
by erwan
Sun Nov 13, 2005 5:00 pm
Forum: Help and Support
Topic: RAD Video Tools
Replies: 6
Views: 7655

RAD Video Tools

by erwan
Mon Nov 07, 2005 5:13 pm
Forum: Dreamcast Port
Topic: About saving with scummvm-dc
Replies: 4
Views: 10767

For the moment there is not new GUI for the Dreamcast version.

For the autosave, I can increase time between the autosave.
[Babel Fish]
Erwan
by erwan
Mon Nov 07, 2005 12:20 pm
Forum: Dreamcast Port
Topic: About saving with scummvm-dc
Replies: 4
Views: 10767

look :
scummvm/scumm/scumm.cpp
L: 2355

Code: Select all

	// Trigger autosave all 5 minutes.
	if (!_saveLoadFlag && _system->getMillis() > _lastSaveTime + 5 * 60 * 1000) {
Erwan
by erwan
Wed Nov 02, 2005 1:55 pm
Forum: Dreamcast Port
Topic: [CDI] scummvm_CVS-31.10.2005-CDI
Replies: 5
Views: 11230

oups .... :roll:
sorry
by erwan
Wed Nov 02, 2005 1:38 pm
Forum: Dreamcast Port
Topic: [CDI] scummvm_CVS-31.10.2005-CDI
Replies: 5
Views: 11230

compatibility

Hi, -> BS1 original CD (french) No speech, subtitle english only . -> BS2 original CD (french) No work -> indiana jones & the LC dos (french) -> MI 1 & MI2 "HS Joystick decembre 1996" CD dos (french) -> MI 3 original CD (french) Very lag -> Simon the sorcerer 1 dos (french) Reboot ...
by erwan
Wed Nov 02, 2005 10:13 am
Forum: Dreamcast Port
Topic: Readme
Replies: 11
Views: 29937

Only if Marcus Comstedt build a version official .
[Babel Fish]
by erwan
Tue Nov 01, 2005 8:29 am
Forum: Dreamcast Port
Topic: [CDI] scummvm_CVS-31.10.2005-CDI
Replies: 5
Views: 11230

Hi,

I download the sources of SCUMMVM without TAG.It is the most recent sources on the CVS .
Yes, it may be that it is the TAG 0.9.
The screenshot indicates options for burn with discjuggler
[Babel Fish]

Erwan.
by erwan
Mon Oct 31, 2005 1:14 pm
Forum: Dreamcast Port
Topic: [CDI] scummvm_CVS-31.10.2005-CDI
Replies: 5
Views: 11230

[CDI] scummvm_CVS-31.10.2005-CDI

Hi,
ISO CDI for Dreamcast
DL:HERE

Image
by erwan
Mon Oct 31, 2005 11:04 am
Forum: Dreamcast Port
Topic: Readme
Replies: 11
Views: 29937

Readme

Compiling ScummVM for SEGA Dreamcast ==================================== If you want to compile ScummVM for your Dreamcast, you'll need the following: * gcc-3.4.2 configured as a cross-compiler for `sh-elf' * binutils-2.14 configured likewise (don't use 2.15, it's broken...) * newlib for sh-elf : <...