Compare commits

..

No commits in common. "master" and "v0.0" have entirely different histories.
master ... v0.0

10 changed files with 1 additions and 19 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 [NASM](https://www.nasm.us/) to be installed if you want to have your own code running in your bootsplash as a boot splash
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
include some code.
#### How to make a bootsplash
@ -210,21 +210,3 @@ 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 :)