DC-SWAT Forum
Help with bootloader for DS-RC2 - Версия для печати

+- DC-SWAT Forum (http://www.dc-swat.ru/forum)
+-- Форум: Sega Dreamcast (/forum-2.html)
+--- Форум: English section (/forum-29.html)
+--- Тема: Help with bootloader for DS-RC2 (/thread-2132.html)



Help with bootloader for DS-RC2 - Pemblem - 20.05.2014 09:28

I downloaded the update and found that it can't be loaded from the old bootloader, and that poses a problem for me. I have an early Dreamcast that can't read from the first 10mb of the CD.
The old bootloader I had contained a large dummy file that made it easier to read on old systems, but no such iso exists for RC2.

Can someone help me get a working iso for this new update?


RE: Help with bootloader for DS-RC2 - Pemblem - 21.05.2014 01:53

Nevermind. I got it working. I can't figure out how to change the wallpaper in the new release, but I'll work on that later.

Great work SWAT. Really glad to see this update.


RE: Help with bootloader for DS-RC2 - SWAT - 21.05.2014 12:32

Thanks for the review!
In the new version of Main application, the background rendered by two components. One is logo image with alpha channel, and other it just filling with some color.
You can be change it in XML file of application:

PHP код:
<surface width="640" height="450" name="main-bg">
    <
fill x="0" y="0" width="640" height="450" color="#70C9DB" />
    <
blit x="0" y="110" width="640" height="180" surface="images/logo.png" />
</
surface



RE: Help with bootloader for DS-RC2 - Pemblem - 22.05.2014 08:20

Yup, that worked. Thanks!