Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94ac393cbf | ||
|
|
652b418806 | ||
|
|
1f785bd125 | ||
|
|
49a25ee2db |
20
README.md
20
README.md
@ -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
|
SplashBuilder is build using Python3 and some Linux distribution may force you to use `pip3` instead of `pip` to
|
||||||
install using Python 3.
|
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.
|
include some code.
|
||||||
|
|
||||||
#### How to make a bootsplash
|
#### 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
|
_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
|
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.
|
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 :)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user