DC-SWAT Forum

Полная версия: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
Вы просматриваете yпpощеннyю веpсию форума. Пеpейти к полной веpсии.
Страниц: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
(01.07.2023 21:31)atds писал(а): [ -> ]
(01.07.2023 21:15)VeraBecker писал(а): [ -> ]
(01.07.2023 11:00)atds писал(а): [ -> ]


Here the opening of Skies of Arcadia worked normally.
I used an IDE HDD.
Too bad DreamShell doesn't work when GDemu is connected to dreamcast. From what I've read it's GDemu's fault for DreamShell not working with GDemu installed.
Thank you for your work.


Hello,

You can connect GDEMU with HDD or CF MOD, in this video they explain it but it is in Spanish, there the diagram shows at minute 7:44.

https://youtu.be/y7MGcUnl2Tw

Greetings

Thanks for the video.
My native language is Portuguese, so even though the video is in Spanish, I can understand almost everything, as both languages are similar.


Perfect!, you're welcome

Greetings!
(30.06.2023 16:39)tanchik писал(а): [ -> ]Добрый день.

В версии 0.8 Beta был исправлен данный баг: http://www.dc-swat.ru/forum/thread-3525-...l#pid42471 ?
Если нет, то планируется ли исправление в будущем?

Это WinCE игра, с ними пока в принципе есть проблемы, работают не все.
Кажется я ее пробовал и поведение такое-же, у меня вместо модема воткнут BBA. Нужно будет попробовать с модемом ради интереса, будет интересно если он действительно как-то влияет.
Hi @Swat, if I understand well, you have done the maximum you could in the last release.

Do you still need some tests ?
I have my CF stuff now.
(02.08.2023 11:11)fafadou писал(а): [ -> ]Hi @Swat, if I understand well, you have done the maximum you could in the last release.

Do you still need some tests ?
I have my CF stuff now.

I would say I'm just relaxing Smile
You can run tests if you want, but there are no new builds yet.
I must confess i did the same Big Grin
Testing may be boring After a while, not much as build the loader when you are out if ideas, i Guess.
And it looks you did your best last time. Thank you very much again.


I'll try some things, maybe if a New gcc is released it will be quite easy to do a New build ?
(02.08.2023 18:30)fafadou писал(а): [ -> ]I must confess i did the same Big Grin
Testing may be boring After a while, not much as build the loader when you are out if ideas, i Guess.
And it looks you did your best last time. Thank you very much again.

This big project still has a lot of work to do.
And I will try to continue to do something as much as possible.
It's just a motivation question, in the spring it died out and still hasn't recovered Big Grin Since I did a semi-annual marathon of work on the DreamShell.
In addition, I was on vacation for a month, only this week back to work.

[Изображение: attachment.php?aid=1146]

(02.08.2023 18:30)fafadou писал(а): [ -> ]I'll try some things, maybe if a New gcc is released it will be quite easy to do a New build ?

The new GCC 13.2 has already been released for KOS and can be used for DS. I will make a new build with it in a while.
Nakuroru runs well with default preset with ssd.

I try to use my CF but it's not detected during boot. I try to move the jumper but no luck.
Do you have any idea about what happening ?
(04.08.2023 03:46)fafadou писал(а): [ -> ]Nakuroru runs well with default preset with ssd.

I try to use my CF but it's not detected during boot. I try to move the jumper but no luck.
Do you have any idea about what happening ?

Bad contact maybe? No idea if this CF works on another device.
Hi,

This my stuff :
https://drive.google.com/file/d/1n3PyhXx...sp=sharing

Do you think I should change my sd card brand ?
The jumper is actually good ?

With dreamshell RC4, we can't use the red sd to CF adapter for wince games. Is it the same with RC5 ?

Thanks for your help.
(07.08.2023 08:33)fafadou писал(а): [ -> ]Hi,

This my stuff :
https://drive.google.com/file/d/1n3PyhXx...sp=sharing

Do you think I should change my sd card brand ?
The jumper is actually good ?

With dreamshell RC4, we can't use the red sd to CF adapter for wince games. Is it the same with RC5 ?

Thanks for your help.

I just do not trust such converters and cards from unknown manufacturers and don't test with them. It turns out two bridges with some quality between storage and interface, so this work can be unpredictable. All this negatively affects the work to some extent.
Original CF card is the best choice in my opinion. It's the fastest, compact and stable device for DC.
(08.08.2023 07:36)SWAT писал(а): [ -> ]
(07.08.2023 08:33)fafadou писал(а): [ -> ]Hi,

This my stuff :
https://drive.google.com/file/d/1n3PyhXx...sp=sharing

Do you think I should change my sd card brand ?
The jumper is actually good ?

With dreamshell RC4, we can't use the red sd to CF adapter for wince games. Is it the same with RC5 ?

Thanks for your help.

I just do not trust such converters and cards from unknown manufacturers and don't test with them. It turns out two bridges with some quality between storage and interface, so this work can be unpredictable. All this negatively affects the work to some extent.
Original CF card is the best choice in my opinion. It's the fastest, compact and stable device for DC.

Hello everyone,
Before I used that CF-Micro SD adapter but sometimes the game crashed or stumbled, until I bought an original Sandisk 120/85Mbs and I had no problems anymore, although it is very expensive. I mean other games I tried.

Greetings
Thank you I'll buy a true CF card Smile
(09.08.2023 03:09)fafadou писал(а): [ -> ]Thank you I'll buy a true CF card Smile

You are welcome friend!.

Hi @Swat,

I'm looking at the code, I found the buffer that converts to a void function called "trampoline", at the moment I don't understand how a uint variable can be executed, but I'm just reviewing the code... question, what development IDE do you use to compile the dreamshell?

Thanks!
this buffer contains a compiled program, to run it, you need to declare a function prototype and assign it the address of the buffer with the program
(09.08.2023 23:16)megavolt85 писал(а): [ -> ]this buffer contains a compiled program, to run it, you need to declare a function prototype and assign it the address of the buffer with the program


Thanks Megavolt,

What development IDE and operating system do you use to edit and compile the dreamshell source code?
Ubuntu, geany and terminal
(10.08.2023 02:53)megavolt85 писал(а): [ -> ]Ubuntu, geany and terminal

Thanks Megavolt!.
(10.08.2023 01:22)VeraBecker писал(а): [ -> ]What development IDE and operating system do you use to edit and compile the dreamshell source code?

DreamShell repository have settings for Visual Studio Code it's cross platform application. I use macOS last years, before used Linux Mint. You can use any system and also windows with some emulations, but better use *nix because build manual for it.
(10.08.2023 07:36)SWAT писал(а): [ -> ]
(10.08.2023 01:22)VeraBecker писал(а): [ -> ]What development IDE and operating system do you use to edit and compile the dreamshell source code?

DreamShell repository have settings for Visual Studio Code it's cross platform application. I use macOS last years, before used Linux Mint. You can use any system and also windows with some emulations, but better use *nix because build manual for it.

Wow masOS and VS Code, I use that, thansk!!
Как скачать новый загрузчик?
Страниц: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
URL ссылки