ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - Версия для печати +- DC-SWAT Forum (http://www.dc-swat.ru/forum) +-- Форум: DreamShell (/forum-3.html) +--- Форум: General Discussion (/forum-27.html) +--- Тема: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 (/thread-3986.html) |
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 07.02.2023 15:08 (06.02.2023 23:55)fafadou писал(а): What's loaders differences between, the ones include in the last dreamshell pack and the archive ? 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 ? 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 : The past cannot be brought back 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. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - pcwzrd13 - 08.02.2023 00:35 (07.02.2023 15:08)SWAT писал(а): but for now I'm distracted by something else. DVD player app? RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 08.02.2023 08:25 (08.02.2023 00:35)pcwzrd13 писал(а):(07.02.2023 15:08)SWAT писал(а): but for now I'm distracted by something else. BTW it's possible to connect DVD-ROM IDE driver in iso loader support it already, just need replace driver in the core. And next step try play it with ffmpeg Challenge accepted RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - fafadou - 10.02.2023 21:26 (07.02.2023 15:08)SWAT писал(а): The past cannot be brought back 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. Sure @Swat Thanks to have done all those improvements ! I still continue to post here, if I find something interesting. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 12.02.2023 15:24 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/pulls?q=is%3Apr+is%3Aclosed RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - fafadou - 12.02.2023 20:10 Incredible @Swat ! RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - VeraBecker - 13.02.2023 03:47 (04.02.2023 16:32)SWAT писал(а):(03.02.2023 20:06)VeraBecker писал(а): Hi Swat, 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! RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 13.02.2023 06:17 (13.02.2023 03:47)VeraBecker писал(а): Hi Swat, 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. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - VeraBecker - 13.02.2023 09:21 (13.02.2023 06:17)SWAT писал(а):(13.02.2023 03:47)VeraBecker писал(а): Hi Swat, 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/4e0m2f1nce1dfgu/Sonic+Adventure+2+LOG.txt/file RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - fafadou - 13.02.2023 13:33 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 ? RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 13.02.2023 15:24 (13.02.2023 09:21)VeraBecker писал(а): Ups... jajaja sorry... 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... Yes you can use 0.6/0.7 loaders but need manual set loader device instead of auto. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - VeraBecker - 13.02.2023 17:21 (13.02.2023 15:24)SWAT писал(а):(13.02.2023 09:21)VeraBecker писал(а): Ups... jajaja sorry... 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. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 14.02.2023 13:27 (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. 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? I'm in Siberia, Novosibirsk city. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - VeraBecker - 14.02.2023 17:25 (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. Hi Swat, I still have doubts but I'm going to do tests to understand low and high memory. Thanks Swat. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - aldair - 20.02.2023 19:22 (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 on Sega Dreamcast.Coming soon! https://i.imgur.com/VOGbqY6.jpg https://i.imgur.com/Jm4EP1F.jpg https://i.imgur.com/tRBhem2.jpg RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 21.02.2023 06:01 (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. I was just joking Does anyone really need it? RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - aldair - 21.02.2023 06:10 (21.02.2023 06:01)SWAT писал(а):but my notebook needed a new dvd-rom.(20.02.2023 19:22)aldair писал(а):(08.02.2023 08:25)SWAT писал(а):but my notebook needed a new dvd-rom.(08.02.2023 00:35)pcwzrd13 писал(а):(07.02.2023 15:08)SWAT писал(а): but for now I'm distracted by something else. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - SWAT - 21.02.2023 09:07 Someone has issues with ISO Loader app crashes at selecting image in the latest build on GCC 12? RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - fafadou - 21.02.2023 12:18 Yes, me too. I have a reboot sometimes. RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - dimka112 - 21.02.2023 18:28 (21.02.2023 09:07)SWAT писал(а): Someone has issues with ISO Loader app crashes at selecting image in the latest build on GCC 12? У меня получается так: -Запускаю игру, играю. -Выключаю -Включаю, при выборе игры (один раз нажать для настроек), сразу запускается черный экран и перезагрузка. -После перезагрузки нормально И так циклически. Раз работает, раз перезагружается. |