Тема закрыта 
 
Рейтинг темы:
  • Голосов: 2 - Средняя оценка: 5
  • 1
  • 2
  • 3
  • 4
  • 5
ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
Автор Сообщение
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #221
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(06.02.2023 23:55)fafadou писал(а):  What's loaders differences between, the ones include in the last dreamshell pack and the archive ?
I opened them with an hex editor and they are called both 0.8.beta14...


Those in the pack are compiled with gcc 12.2.0 and those in the archive with gcc 9.3 ?
If I guess the size is very small with gcc 12.2.0 Smile

I upload normal build always on github. To post I attach ide loaders with logging to serial port. It's only for debugging not for use.
And yes this is the same beta 14 but with logging.


(06.02.2023 23:55)fafadou писал(а):  Other question : what do it means exactly the name of the loader ?
ide.bin no cdda at all like 0.6.11_se ?
ide_ext.bin cdda ?
ide_full.bin cdda and IRQ ?
And they are automatically selected ?

Here is a list of all the features that can be integrated into the loader of every device. If I build them all at once, then it will be too large, and in the case of logging, it will also be slow.
Therefore, the features are divided into several types of build. Base, extended and full.
Here you can see how they are currently distributed (see defs).
And yes the type of build is autoselected by isoldr module.

Now the base loader is like "se" loader in 0.6.x beta's and it has smallest size but no features.
The extended loader is like "normal" loader in 0.6.x, it's limited to 32 KB and have CDDA and IRQ features.
The full loader is not limited and much more 32 KB and have all features.


(06.02.2023 23:55)fafadou писал(а):  Edit : just try games that I had issue with the last DS folder pack :
kao still not boot with cdda
millenium soldier : still have texture issue
sturmwind : now it's booted with same memory than 0.8.13 version Smile
skies of arcadia : still freeze during intro
If you have still them, is it possible to share all the loaders please ? I want to check if we have miss some improvement ?
Maybe you think it's not relevant and a bad idea.

The past cannot be brought back Smile
I have not yet dealt with these specific problems, so there were no improvements here.
There are a number of other issues associated with reading, including why some of the wince games do not work, I need to deal with this closely, but for now I'm distracted by something else.

[Изображение: barbers.png]
(Последний раз сообщение было отредактировано 07.02.2023 в 15:28, отредактировал пользователь SWAT.)
07.02.2023 15:08
Вебсайт Найти все сообщения
 Сказали спасибо: fafadou
pcwzrd13 Не на форуме
Продвинутый
***

Сообщений: 444
Зарегистрирован: 04.05.2017
Рейтинг: 2
Сказал спасибо: 147
Поблагодарили 207 раз(а) в 155 сообщ.
Сообщение: #222
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(07.02.2023 15:08)SWAT писал(а):  but for now I'm distracted by something else.

DVD player app? Tongue

Dreamcast Live | YouTube Channel | DreamShell IDE Compatibility List
08.02.2023 00:35
Найти все сообщения
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #223
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(08.02.2023 00:35)pcwzrd13 писал(а):  
(07.02.2023 15:08)SWAT писал(а):  but for now I'm distracted by something else.

DVD player app? Tongue

BTW it's possible to connect DVD-ROM Wink IDE driver in iso loader support it already, just need replace driver in the core. And next step try play it with ffmpeg Tongue Challenge accepted Big Grin

[Изображение: barbers.png]
08.02.2023 08:25
Вебсайт Найти все сообщения
 Сказали спасибо: fafadou , pcwzrd13 , VeraBecker
fafadou Не на форуме
Опытный
****

Сообщений: 857
Зарегистрирован: 07.03.2017
Рейтинг: 1
Сказал спасибо: 1132
Поблагодарили 89 раз(а) в 82 сообщ.
Сообщение: #224
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(07.02.2023 15:08)SWAT писал(а):  The past cannot be brought back Smile

Ah, so if someone can share last 0.8. beta version ? I keep only the last 3 versions...

(07.02.2023 15:08)SWAT писал(а):  I have not yet dealt with these specific problems, so there were no improvements here.
There are a number of other issues associated with reading, including why some of the wince games do not work, I need to deal with this closely, but for now I'm distracted by something else.

Sure @Swat Smile Thanks to have done all those improvements !
I still continue to post here, if I find something interesting.
10.02.2023 21:26
Найти все сообщения
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #225
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
I am just in the process of pushing some code to KallistiOS to get rid of patching it on DreamShell building and also improve something in KallistiOS from DreamShell developments.

Already improved CPU cache managment, SD card reading speed and I keep working on new ones.
https://github.com/KallistiOS/KallistiOS/commits/master
https://github.com/KallistiOS/KallistiOS...s%3Aclosed

[Изображение: barbers.png]
(Последний раз сообщение было отредактировано 12.02.2023 в 15:25, отредактировал пользователь SWAT.)
12.02.2023 15:24
Вебсайт Найти все сообщения
 Сказали спасибо: MastaG , fafadou
fafadou Не на форуме
Опытный
****

Сообщений: 857
Зарегистрирован: 07.03.2017
Рейтинг: 1
Сказал спасибо: 1132
Поблагодарили 89 раз(а) в 82 сообщ.
Сообщение: #226
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
Cool

Incredible @Swat !
12.02.2023 20:10
Найти все сообщения
VeraBecker Не на форуме
Пользователь
**

Сообщений: 45
Зарегистрирован: 13.08.2018
Рейтинг: 0
Сказал спасибо: 26
Поблагодарили 20 раз(а) в 14 сообщ.
Сообщение: #227
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(04.02.2023 16:32)SWAT писал(а):  
(03.02.2023 20:06)VeraBecker писал(а):  Hi Swat,

There are several titles that work with older conversions but get stuck with the current one, for example:
Project Justice, on the title screen there it stays.
Bust a Move 4, won't boot.
Kof 2012, won't boot.

I have USB TTL debugging, how can I get a dreamshell to send the debug log to it?

Can you send me a dreamshell with active debugging or do I need to compile it?

Thanks Swat!

I attached the archive with latest IDE loaders builded with logging.
But be careful, they are larger than usual, so you need to work with memory accordingly.
Select high memory for heap if used CDDA without IRQ or put loader to high memory in some cases.
So just know that something may not fit in memory if the launch fails with the log, but it succeeds without the log.


Hi Swat,

I am using DC-TOOL GUI 2.0, I already put the files you gave me in DS\firmware\isoldr, but I couldn't get it to show me data, it has a test option and it tells me everything is ok and I can also download a copy of bios security, but when I run a game, dc-tool throws the command to download and does nothing.

What parameters should be sent to debug a game?
Do you have an example?

Thank you!
13.02.2023 03:47
Найти все сообщения
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #228
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(13.02.2023 03:47)VeraBecker писал(а):  Hi Swat,

I am using DC-TOOL GUI 2.0, I already put the files you gave me in DS\firmware\isoldr, but I couldn't get it to show me data, it has a test option and it tells me everything is ok and I can also download a copy of bios security, but when I run a game, dc-tool throws the command to download and does nothing.

What parameters should be sent to debug a game?
Do you have an example?

Thank you!

You don't need dc-tool, use any serial monitor/terminal with baud rate 115200.
On macOS I use SerialTools app or can use "screen" command on most unix systems.
When I used Windows, I used Putty.

[Изображение: barbers.png]
(Последний раз сообщение было отредактировано 13.02.2023 в 06:24, отредактировал пользователь SWAT.)
13.02.2023 06:17
Вебсайт Найти все сообщения
 Сказали спасибо: VeraBecker , fafadou
VeraBecker Не на форуме
Пользователь
**

Сообщений: 45
Зарегистрирован: 13.08.2018
Рейтинг: 0
Сказал спасибо: 26
Поблагодарили 20 раз(а) в 14 сообщ.
Сообщение: #229
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(13.02.2023 06:17)SWAT писал(а):  
(13.02.2023 03:47)VeraBecker писал(а):  Hi Swat,

I am using DC-TOOL GUI 2.0, I already put the files you gave me in DS\firmware\isoldr, but I couldn't get it to show me data, it has a test option and it tells me everything is ok and I can also download a copy of bios security, but when I run a game, dc-tool throws the command to download and does nothing.

What parameters should be sent to debug a game?
Do you have an example?

Thank you!

You don't need dc-tool, use any serial monitor/terminal with baud rate 115200.
On macOS I use SerialTools app or can use "screen" command on most unix systems.
When I used Windows, I used Putty.


Ups... jajaja sorry...
I have used putty and it worked!!, I did it with Sonic Adventure 2 because it gets stuck at startup, I tested it with: Async read 8|0x8004000|Direct

I used to work with that setup with the CF adapter.

This is the log:
https://www.mediafire.com/file/4e0m2f1nc...G.txt/file
(Последний раз сообщение было отредактировано 13.02.2023 в 09:26, отредактировал пользователь VeraBecker.)
13.02.2023 09:21
Найти все сообщения
 Сказали спасибо: fafadou
fafadou Не на форуме
Опытный
****

Сообщений: 857
Зарегистрирован: 07.03.2017
Рейтинг: 1
Сказал спасибо: 1132
Поблагодарили 89 раз(а) в 82 сообщ.
Сообщение: #230
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
I'll try it further this evening but I couldn't boot Toy commander with cdda neither...
I give a shot with the new unrealesed worms world pinball too. It's a wince game with cdda.

Just a question, is it possible to use RC4 loaders (0.6.X series ?) with dreamshell RC5 ?
13.02.2023 13:33
Найти все сообщения
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #231
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(13.02.2023 09:21)VeraBecker писал(а):  Ups... jajaja sorry...
I have used putty and it worked!!, I did it with Sonic Adventure 2 because it gets stuck at startup, I tested it with: Async read 8|0x8004000|Direct

I used to work with that setup with the CF adapter.

This is the log:
https://www.mediafire.com/file/4e0m2f1nc...G.txt/file

You can't use 0x8004000 for loader with logging because it's too big. Use 0x8000100/0x8c001100 in low memory or use high memory.

(13.02.2023 13:33)fafadou писал(а):  I'll try it further this evening but I couldn't boot Toy commander with cdda neither...
I give a shot with the new unrealesed worms world pinball too. It's a wince game with cdda.

Just a question, is it possible to use RC4 loaders (0.6.X series ?) with dreamshell RC5 ?

Yes you can use 0.6/0.7 loaders but need manual set loader device instead of auto.

[Изображение: barbers.png]
(Последний раз сообщение было отредактировано 13.02.2023 в 15:29, отредактировал пользователь SWAT.)
13.02.2023 15:24
Вебсайт Найти все сообщения
 Сказали спасибо: fafadou
VeraBecker Не на форуме
Пользователь
**

Сообщений: 45
Зарегистрирован: 13.08.2018
Рейтинг: 0
Сказал спасибо: 26
Поблагодарили 20 раз(а) в 14 сообщ.
Сообщение: #232
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(13.02.2023 15:24)SWAT писал(а):  
(13.02.2023 09:21)VeraBecker писал(а):  Ups... jajaja sorry...
I have used putty and it worked!!, I did it with Sonic Adventure 2 because it gets stuck at startup, I tested it with: Async read 8|0x8004000|Direct

I used to work with that setup with the CF adapter.

This is the log:
https://www.mediafire.com/file/4e0m2f1nc...G.txt/file

You can't use 0x8004000 for loader with logging because it's too big. Use 0x8000100/0x8c001100 in low memory or use high memory.


Ah ok,
Excuse my ignorance, low memory is the one in the left column and high memory is the one in the right column?

Dude, then the games that doest not work with 0x8000100/0x8c001100 , can not be tested?
The sonic only had 2kb with 0x8004000 in the log.

Swat, which part of Russia are you from?

Regards.
(Последний раз сообщение было отредактировано 13.02.2023 в 22:40, отредактировал пользователь VeraBecker.)
13.02.2023 17:21
Найти все сообщения
 Сказали спасибо: fafadou
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #233
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(13.02.2023 17:21)VeraBecker писал(а):  
(13.02.2023 15:24)SWAT писал(а):  You can't use 0x8004000 for loader with logging because it's too big. Use 0x8000100/0x8c001100 in low memory or use high memory.

Ah ok,
Excuse my ignorance, low memory is the one in the left column and high memory is the one in the right column?

Dude, then the games that doest not work with 0x8000100/0x8c001100 , can not be tested?
The sonic only had 2kb with 0x8004000 in the log.

On low memory is means all memory lower than 0x8c010000, because at this address loads the game binary.
And yes if for some game the loader works only at 0x8004000/0x8004800, you can't use logging. This is my pain without 32MB mod.
It's possibly to use only on emulator with more lightweight loader for cd. But this does little, because need to debug something like FAT or HDD and the emulator behaves differently.

(13.02.2023 17:21)VeraBecker писал(а):  Swat, which part of Russia are you from?
Regards.

I'm in Siberia, Novosibirsk city.

[Изображение: barbers.png]
(Последний раз сообщение было отредактировано 14.02.2023 в 13:34, отредактировал пользователь SWAT.)
14.02.2023 13:27
Вебсайт Найти все сообщения
 Сказали спасибо: fafadou , VeraBecker
VeraBecker Не на форуме
Пользователь
**

Сообщений: 45
Зарегистрирован: 13.08.2018
Рейтинг: 0
Сказал спасибо: 26
Поблагодарили 20 раз(а) в 14 сообщ.
Сообщение: #234
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(14.02.2023 13:27)SWAT писал(а):  
(13.02.2023 17:21)VeraBecker писал(а):  
(13.02.2023 15:24)SWAT писал(а):  You can't use 0x8004000 for loader with logging because it's too big. Use 0x8000100/0x8c001100 in low memory or use high memory.

Ah ok,
Excuse my ignorance, low memory is the one in the left column and high memory is the one in the right column?

Dude, then the games that doest not work with 0x8000100/0x8c001100 , can not be tested?
The sonic only had 2kb with 0x8004000 in the log.

On low memory is means all memory lower than 0x8c010000, because at this address loads the game binary.
And yes if for some game the loader works only at 0x8004000/0x8004800, you can't use logging. This is my pain without 32MB mod.
It's possibly to use only on emulator with more lightweight loader for cd. But this does little, because need to debug something like FAT or HDD and the emulator behaves differently.

(13.02.2023 17:21)VeraBecker писал(а):  Swat, which part of Russia are you from?
Regards.

I'm in Siberia, Novosibirsk city.

Hi Swat,

I still have doubts but I'm going to do tests to understand low and high memory.

Thanks Swat.
14.02.2023 17:25
Найти все сообщения
aldair Не на форуме
Опытный
****

Сообщений: 723
Зарегистрирован: 03.02.2012
Рейтинг: 7
Сказал спасибо: 81
Поблагодарили 247 раз(а) в 182 сообщ.
Сообщение: #235
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(08.02.2023 08:25)SWAT писал(а):  
(08.02.2023 00:35)pcwzrd13 писал(а):  
(07.02.2023 15:08)SWAT писал(а):  but for now I'm distracted by something else.

DVD player app? Tongue

BTW it's possible to connect DVD-ROM Wink IDE driver in iso loader support it already, just need replace driver in the core. And next step try play it with ffmpeg Tongue Challenge accepted Big Grin

DVD on Sega Dreamcast.Coming soon!

[Изображение: VOGbqY6m.jpg]

https://i.imgur.com/VOGbqY6.jpg

[Изображение: Jm4EP1Fm.jpg]

https://i.imgur.com/Jm4EP1F.jpg

[Изображение: D_NQ_NP_906853-MLB28464497722_102018-O.jpg]

[Изображение: tRBhem2m.jpg]

https://i.imgur.com/tRBhem2.jpg
(Последний раз сообщение было отредактировано 20.02.2023 в 19:24, отредактировал пользователь aldair.)
20.02.2023 19:22
Найти все сообщения
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #236
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(20.02.2023 19:22)aldair писал(а):  
(08.02.2023 08:25)SWAT писал(а):  
(08.02.2023 00:35)pcwzrd13 писал(а):  
(07.02.2023 15:08)SWAT писал(а):  but for now I'm distracted by something else.

DVD player app? Tongue

BTW it's possible to connect DVD-ROM Wink IDE driver in iso loader support it already, just need replace driver in the core. And next step try play it with ffmpeg Tongue Challenge accepted Big Grin

DVD on Sega Dreamcast.Coming soon!

I was just joking Big Grin
Does anyone really need it?

[Изображение: barbers.png]
(Последний раз сообщение было отредактировано 21.02.2023 в 06:02, отредактировал пользователь SWAT.)
21.02.2023 06:01
Вебсайт Найти все сообщения
aldair Не на форуме
Опытный
****

Сообщений: 723
Зарегистрирован: 03.02.2012
Рейтинг: 7
Сказал спасибо: 81
Поблагодарили 247 раз(а) в 182 сообщ.
Сообщение: #237
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(21.02.2023 06:01)SWAT писал(а):  
(20.02.2023 19:22)aldair писал(а):  
(08.02.2023 08:25)SWAT писал(а):  
(08.02.2023 00:35)pcwzrd13 писал(а):  
(07.02.2023 15:08)SWAT писал(а):  but for now I'm distracted by something else.

DVD player app? Tongue

BTW it's possible to connect DVD-ROM Wink IDE driver in iso loader support it already, just need replace driver in the core. And next step try play it with ffmpeg Tongue Challenge accepted Big Grin
but my notebook needed a new dvd-rom.
DVD on Sega Dreamcast.Coming soon!

I was just joking Big Grin
Does anyone really need it?
but my notebook needed a new dvd-rom.
(Последний раз сообщение было отредактировано 21.02.2023 в 06:11, отредактировал пользователь aldair.)
21.02.2023 06:10
Найти все сообщения
SWAT Не на форуме
Администратор
*******

Сообщений: 7131
Зарегистрирован: 04.01.2005
Рейтинг: 30
Сказал спасибо: 134
Поблагодарили 1171 раз(а) в 729 сообщ.
Сообщение: #238
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
Someone has issues with ISO Loader app crashes at selecting image in the latest build on GCC 12?

[Изображение: barbers.png]
21.02.2023 09:07
Вебсайт Найти все сообщения
fafadou Не на форуме
Опытный
****

Сообщений: 857
Зарегистрирован: 07.03.2017
Рейтинг: 1
Сказал спасибо: 1132
Поблагодарили 89 раз(а) в 82 сообщ.
Сообщение: #239
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
Yes, me too.
I have a reboot sometimes.
21.02.2023 12:18
Найти все сообщения
 Сказали спасибо: SWAT
dimka112 На форуме
Продвинутый
***

Сообщений: 130
Зарегистрирован: 11.12.2015
Рейтинг: 1
Сказал спасибо: 50
Поблагодарили 20 раз(а) в 15 сообщ.
Сообщение: #240
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
(21.02.2023 09:07)SWAT писал(а):  Someone has issues with ISO Loader app crashes at selecting image in the latest build on GCC 12?

У меня получается так:
-Запускаю игру, играю.
-Выключаю
-Включаю, при выборе игры (один раз нажать для настроек), сразу запускается черный экран и перезагрузка.
-После перезагрузки нормально

И так циклически. Раз работает, раз перезагружается.
21.02.2023 18:28
Найти все сообщения
 Сказали спасибо: fafadou
Тема закрыта 


Похожие темы
Тема: Автор Ответов: Просмотров: Посл. сообщение
  Custom DreamShell Themes pcwzrd13 11 23590 27.04.2024 13:42
Посл. сообщение: Ro Magnus Larsson
Звезда DreamShell v4.0.0 Release SWAT 131 26202 23.04.2024 19:07
Посл. сообщение: VeraBecker
Улыбка DreamShell bootloader bios megavolt85 147 464155 05.04.2024 00:45
Посл. сообщение: megavolt85
Радуга DreamShell на GitHub SWAT 69 100546 16.03.2024 17:14
Посл. сообщение: yo4yo4
  DreamShell on Hacker news SWAT 0 971 10.01.2024 06:52
Посл. сообщение: SWAT
  ISO Loader 0.7.x Beta megavolt85 1195 1315542 04.12.2023 19:10
Посл. сообщение: Ro Magnus Larsson
  DreamShell v4.0 UI controls manual SWAT 0 1188 21.11.2023 07:04
Посл. сообщение: SWAT
Информация DreamShell в Discord SWAT 0 3106 06.03.2023 07:53
Посл. сообщение: SWAT
  New to Dreamshell/Retrodream DeanBMT 2 4305 26.01.2023 00:35
Посл. сообщение: DeanBMT
Баг ISO Loader 0.6.x Beta SWAT 482 584627 01.12.2022 13:50
Посл. сообщение: SWAT

Переход:


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