Создать ответ 
 
Рейтинг темы:
  • Голосов: 6 - Средняя оценка: 4.17
  • 1
  • 2
  • 3
  • 4
  • 5
Dreamcast GDI Compatibility List
Автор Сообщение
SWAT Не на форуме
Администратор
*******

Сообщений: 7245
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 149
Поблагодарили 1219 раз(а) в 765 сообщ.
Сообщение: #58
RE: Dreamcast GDI Compatibility List
(24.07.2014 01:34)Dark Hayabusa писал(а):  Also I have 2 questions.
create a customized environment to load my games directly and this line works for me:
</ input>
         <input type = "button" onclick = "os.execute (string.format ('isoldr-x-f% 0x8cfe0000 s/Dreamcast/GDI/Ferrari_F355_Challenge-Passione_Rossa_ (eu) / disk.gdi' os.getenv ('PATH '))); "Standard = "SLCT" highlight = "SLCP" pressed = "SLCP" disabled = "SLCT" x = "333" y = "295" width = "56" height = "19">
           <label width = "56" height = "15" x = "0" y = "3" size = "8" font = "Dreamcast" color = "# ffffff" text = "Gooo!" />

The first question is how do I enable DMA transfer?

And the other thing is that I have a problem when routing IDE/Dreamcast/GDI/disk.gdi this step does not work me.
I had to place the Dreamcast folder in: DS/Dreamcast/GDI/disk.gdi to work, but the idea was to let the Dreamcast folder at the top and not with the system files Sad

You have errors in this line:
PHP код:
os.execute(string.format('isoldr-x-f% 0x8cfe0000 s/Dreamcast/GDI/Ferrari_F355_Challenge-Passione_Rossa_ (eu)/disk.gdi' os.getenv ('PATH '))); 

Fixed:
PHP код:
os.execute(string.format('isoldr -x 0x8cfe0000 -f %s/Dreamcast/GDI/Ferrari_F355_Challenge-Passione_Rossa_(eu)/disk.gdi'os.getenv ('PATH '))); 

You can use path to image directly (without system path):
PHP код:
os.execute('isoldr -x 0x8cfe0000 -f /ide/Dreamcast/GDI/Ferrari_F355_Challenge-Passione_Rossa_(eu)/disk.gdi'); 

For use DMA you need add flag "-a" for emulating async reading add flag with argument (sectors count) "-e 8". All without quotes of course.
You can see list of arguments, just type "isoldr" command without any arguments and in console you can see help information.

Example:
PHP код:
os.execute('isoldr -a -e 8 -x 0x8cfe0000 -f /ide/Dreamcast/GDI/doesnt_use_spaces_in_console_line/disk.gdi'); 

In RC 2 you can use scripts on the desktop, you can see here how do it - http://www.dc-swat.ru/forum/thread-2157-...l#pid27392
It's easier and faster than old method you are using.

[Изображение: barbers.png]
(Последний раз сообщение было отредактировано 24.07.2014 в 09:35, отредактировал пользователь SWAT.)
24.07.2014 09:29
Вебсайт Найти все сообщения Цитировать это сообщение
Создать ответ 


Сообщения в этой теме
RE: Dreamcast GDI Compatibility List - SWAT - 24.07.2014 09:29

Похожие темы
Тема: Автор Ответов: Просмотров: Посл. сообщение
  RetroDream Compatibilities with Dreamcast VA0-VA1 RUS-US-PAL-JP HDD-SSD Elgor4uk 46 14313 09.10.2024 16:48
Посл. сообщение: cocori002
  GTA3 Dreamshell SD Card/Dreamcast aldair 3 2406 26.08.2024 06:29
Посл. сообщение: SWAT
  Checking Bitfunx HDMI Dreamcast PCB. aldair 1 1079 26.08.2024 06:26
Посл. сообщение: SWAT
  Equalizing Dreamcast audio in BOOM3D. aldair 0 733 26.08.2024 04:37
Посл. сообщение: aldair
  Dreamcast Jap: is Dreamshell a good solution for loading games? legolas119 0 5346 05.12.2021 02:19
Посл. сообщение: legolas119
  Powering the ide to SATA adapter using Dreamcast power supply pinout? cryptblood1986 3 10962 25.01.2020 14:36
Посл. сообщение: fafadou
  Metal SLUG 3 Dreamcast!!!!!!!!!!!!!!!!!!!!!! aldair 0 6967 26.08.2019 11:16
Посл. сообщение: aldair
  ChuChu Rocket! Online & Dreamcast ID pcwzrd13 2 10283 12.08.2019 15:55
Посл. сообщение: pcwzrd13
  Problem with Dreamcast VA2.1 + SDcard EduardoKmus 3 12499 29.05.2019 08:26
Посл. сообщение: EduardoKmus
  DreamShell 100% Compatibility - Possible? pcwzrd13 44 82758 14.02.2019 14:30
Посл. сообщение: megavolt85

Переход:


Пользователи просматривают эту тему: 47 Гость(ей)