DC-SWAT Forum
ISO Loader 0.7.x Beta - Версия для печати

+- DC-SWAT Forum (http://www.dc-swat.ru/forum)
+-- Форум: DreamShell (/forum-3.html)
+--- Форум: General Discussion (/forum-27.html)
+--- Тема: ISO Loader 0.7.x Beta (/thread-3525.html)

Страниц: 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 47 48 49 50 51 52 53 54 55 56 57 58 59 60


RE: ISO Loader 0.7.x Beta - dragoncity - 17.11.2020 21:01

(17.11.2020 16:47)kof888 писал(а):  I made a simple adjustment, whoever has time can tryConfused

F:\Knights of Valour The Seven Spirits track04.iso

Great now work ! Big Grin


RE: ISO Loader 0.7.x Beta - fafadou - 17.11.2020 21:22

Well done kof888, hope you'll can be the same for your other release "the king of fighters neowave" Smile


In order to go back to 0.7.x loader a moment, freeze with san Francisco rush 2049 from 1st page when you finish a stunt (cascade in french) game.
Looks like the music don't start and the game freeze.
Just to notice it here, don't want to disturb you during atomiswave project.


RE: ISO Loader 0.7.x Beta - dragoncity - 17.11.2020 21:24

the king of fighters neowave work fafadou... Smile

Same address : 0x8cfe8000

Sometimes atomiswave game need wait about 15-20secondes.


RE: ISO Loader 0.7.x Beta - K470r - 17.11.2020 23:52

(17.11.2020 16:47)kof888 писал(а):  I made a simple adjustment, whoever has time can tryConfused

F:\Knights of Valour The Seven Spirits track04.iso

Thank you very much, with the new track4 it works in dreamshell.


RE: ISO Loader 0.7.x Beta - kof888 - 18.11.2020 03:31

(17.11.2020 21:01)dragoncity писал(а):  
(17.11.2020 16:47)kof888 писал(а):  I made a simple adjustment, whoever has time can tryConfused

F:\Knights of Valour The Seven Spirits track04.iso

Great now work ! Big Grin

Thanks for the test, I want to know the reason. There are 2 files in the attachment decompression. Please modify the file name and test it twice, and set the memory address to 0x8c004000


RE: ISO Loader 0.7.x Beta - dragoncity - 18.11.2020 12:04

(18.11.2020 03:31)kof888 писал(а):  
(17.11.2020 21:01)dragoncity писал(а):  
(17.11.2020 16:47)kof888 писал(а):  I made a simple adjustment, whoever has time can tryConfused

F:\Knights of Valour The Seven Spirits track04.iso

Great now work ! Big Grin

Thanks for the test, I want to know the reason. There are 2 files in the attachment decompression. Please modify the file name and test it twice, and set the memory address to 0x8c004000

Track4_test02
> Work with memory 0x8cfe8000

Game in JAP

Track4_test03
> Work with memory 0x8cfe8000

Game in EN

With memory 0x8c004000 game reboot for test2 and blackscreen for test3.


RE: ISO Loader 0.7.x Beta - kof888 - 18.11.2020 15:33

(18.11.2020 12:04)dragoncity писал(а):  
(18.11.2020 03:31)kof888 писал(а):  
(17.11.2020 21:01)dragoncity писал(а):  
(17.11.2020 16:47)kof888 писал(а):  I made a simple adjustment, whoever has time can tryConfused

F:\Knights of Valour The Seven Spirits track04.iso

Great now work ! Big Grin

Thanks for the test, I want to know the reason. There are 2 files in the attachment decompression. Please modify the file name and test it twice, and set the memory address to 0x8c004000

Track4_test02
> Work with memory 0x8cfe8000

Game in JAP

Track4_test03
> Work with memory 0x8cfe8000

Game in EN

With memory 0x8c004000 game reboot for test2 and blackscreen for test3.



Thanks for the test, it seems that the address 8c004000 is covered, but the real

reason is what megavolt85 said. I deleted the following code,:sso it doesn’t work.

Add this code and it will work.Huh[/quote]





Код:
mov.l    .bioscall, r8
    mov.l    @r8,r8
    jsr        @r8
    mov        #3,r7
    
    mov        #0x18,r4
    mov        #0, r5
    jsr        @r8
    mov        #0,r7
    
    mov.l    r0,@(0x10,r15)
    tst        r0,r0
    bt/s    .ret_err
    mov        #-4,r0
    
.loop:
    jsr        @r8
    mov        #2,r7
    
    mov.l    @(0x10,r15),r4
    mov        r15,r5
    jsr        @r8
    mov        #1,r7
    
    cmp/eq    #0,r0
    bf        .loop

.bioscall:
    .long    0x8c0000c0



RE: ISO Loader 0.7.x Beta - megavolt85 - 18.11.2020 19:56

this code is syscall's initialization

8c004000 used for SRAM


RE: ISO Loader 0.7.x Beta - kof888 - 18.11.2020 20:06

(18.11.2020 19:56)megavolt85 писал(а):  this code is syscall's initialization

8c004000 used for SRAM

Can this code be initialized repeatedly?
I want to try if it can be directly initialized after the ip display screen of the sega logo
Then use dma to read the 1st file into the memory, and finally read the SRAM file. I found that running this way on gdemu will reset and restart, but it works normally on nulldc. Did I do something wrong?Undecided


RE: ISO Loader 0.7.x Beta - megavolt85 - 18.11.2020 20:28

look PM


RE: ISO Loader 0.7.x Beta - Acey - 19.11.2020 00:59

Thanks for making valor work amazing game finished on sd card
Works great flawless actually I hope other can be fixed also


RE: ISO Loader 0.7.x Beta - kof888 - 19.11.2020 12:59

I uploaded Demolish Fist

https://www.dreamcast-talk.com/forum/viewtopic.php?f=5&t=13635

Ported from megavolt85 code, thanks for his enthusiastic help :mrgreen:

Thanks to megavolt85 for helping to make the GDI format and cover

Thanks to megavolt85 sonic3D for technical guidance


RE: ISO Loader 0.7.x Beta - megavolt85 - 19.11.2020 15:56

Demolish Fist added
great game in the style of Street of Rage


RE: ISO Loader 0.7.x Beta - K470r - 19.11.2020 16:49

(19.11.2020 12:59)kof888 писал(а):  I uploaded Demolish Fist

https://www.dreamcast-talk.com/forum/viewtopic.php?f=5&t=13635

Ported from megavolt85 code, thanks for his enthusiastic help :mrgreen:

Thanks to megavolt85 for helping to make the GDI format and cover

Thanks to megavolt85 sonic3D for technical guidance


Grat game.
Muchas gracias kof888


RE: ISO Loader 0.7.x Beta - megavolt85 - 19.11.2020 19:04

Fist of the North Star (JP) / Hokuto no Ken added to first post


RE: ISO Loader 0.7.x Beta - dragoncity - 19.11.2020 19:23

Demolish Fist > OK

Fist of the North Star (JP) / Hokuto no Ken > KO


RE: ISO Loader 0.7.x Beta - pcwzrd13 - 19.11.2020 19:28

@Megavolt Maybe you should make a separate thread just for the Atomiswave ports? Doesn't make much sense to put them here, especially since they don't actually work with 0.7.


RE: ISO Loader 0.7.x Beta - cryptblood1986 - 20.11.2020 01:24

I also can not get fist of north star to work.


RE: ISO Loader 0.7.x Beta - megavolt85 - 20.11.2020 01:45

(19.11.2020 19:28)pcwzrd13 писал(а):  Doesn't make much sense to put them here, especially since they don't actually work with 0.7.

people wrote that it works with IDE HDD

cryptblood1986 redownload


RE: ISO Loader 0.7.x Beta - pcwzrd13 - 20.11.2020 01:59

(20.11.2020 01:45)megavolt85 писал(а):  
(19.11.2020 19:28)pcwzrd13 писал(а):  Doesn't make much sense to put them here, especially since they don't actually work with 0.7.

people wrote that it works with IDE HDD

Hmmm, that's what I'm using but I can't get any of them to boot on 0.7 (just black screen or stuck on executing). They all work fine on 0.6 though.