Compare commits

...

4 Commits
v0.0 ... master

Author SHA1 Message Date
Godzil
94ac393cbf Add a discord link 2019-10-10 12:28:39 +01:00
Godzil
652b418806 Correct NASM link (hate you markdown) 2019-10-08 18:20:01 +01:00
Godzil
1f785bd125 Add a thanks section 2019-10-08 18:17:40 +01:00
Godzil
49a25ee2db Move sample data into a folder 2019-10-08 17:37:10 +01:00
10 changed files with 19 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pip install splashbuilder
SplashBuilder is build using Python3 and some Linux distribution may force you to use `pip3` instead of `pip` to
install using Python 3.
You also need [https://www.nasm.us/](`nasm`) to be installed if you want to have your own code running in your bootsplash as a boot splash
You also need [NASM](https://www.nasm.us/) to be installed if you want to have your own code running in your bootsplash as a boot splash
include some code.
#### How to make a bootsplash
@ -210,3 +210,21 @@ The byte 5 is a bit of a weird byte here:
_To WonderSwan flash cart manufacturer_: I highly recommend that your flash cart have the possibility to set the bit 7
of byte 5 to 1, either permanently, or in any way that does not involve using a console, so people could recover from a
badly installed bootsplash.
#### Thanks
This project would have never been possible without the indirect help of different people:
* [furrtek](http://furrtek.free.fr/) ([@furrtek](https://twitter.com/furrtek)) who was the first to dumped the
WonderSwan and WonderSwan Color boot rom, without it, all of this work would have never been possible
* [byuu](https://byuu.net/) ([@byuu_san](https://twitter.com/byuu_san)) who gave a good motivation to furrtek to dump the bootrom :)
* blim75 who [bringnup to my knowledge](https://www.yaronet.com/topics/191046-question-sequence-allumage-inconnue-sur-une-wonderswan-color-inuyasha)
that there were Wonderswan's with a non standard bootsplash.
From there I quickly guessed how thing are stored, but took me quite a long time to reverse the bootrom and get all the details and being able to make that tool.
* Zerosquare for his help on the x86
* [trap15](http://daifukkat.su) ([@trap0xf](https://twitter.com/trap0xf)) for his [up to date WonderSwan documentation](http://daifukkat.su/docs/wsman/)
And I'm probably forgetting quite a lot of people.
If you want to talk, you are welcome to join my [Discord server](https://discord.gg/46B6NMk) and have a chat here :)