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

Сообщений: 7135
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 138
Поблагодарили 1172 раз(а) в 730 сообщ.
Сообщение: #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

Похожие темы
Тема: Автор Ответов: Просмотров: Посл. сообщение
  Dreamcast Jap: is Dreamshell a good solution for loading games? legolas119 0 4410 05.12.2021 02:19
Посл. сообщение: legolas119
  Powering the ide to SATA adapter using Dreamcast power supply pinout? cryptblood1986 3 9018 25.01.2020 14:36
Посл. сообщение: fafadou
  Metal SLUG 3 Dreamcast!!!!!!!!!!!!!!!!!!!!!! aldair 0 5968 26.08.2019 11:16
Посл. сообщение: aldair
  ChuChu Rocket! Online & Dreamcast ID pcwzrd13 2 8666 12.08.2019 15:55
Посл. сообщение: pcwzrd13
  Problem with Dreamcast VA2.1 + SDcard EduardoKmus 3 10867 29.05.2019 08:26
Посл. сообщение: EduardoKmus
  DreamShell 100% Compatibility - Possible? pcwzrd13 44 70396 14.02.2019 14:30
Посл. сообщение: megavolt85
  Exact compatibility list with ide mod. news8019 2 12073 23.05.2017 21:55
Посл. сообщение: news8019
  SD Card Адаптор для Dreamcast и запуск игр. ands 51 206387 09.04.2017 04:47
Посл. сообщение: SILENT_Pavel
  Нет звука и изображения на Sega Dreamcast. DreamcastFANpro 2 13042 11.12.2016 11:34
Посл. сообщение: XAKEP111
  SD card mod Dreamcast. Какую флешку лучше использовать? DreamcastFANpro 18 60839 24.09.2016 08:05
Посл. сообщение: SWAT

Переход:


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