mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 02:56:09 -04:00

Also expand dreamcast instructions to include generating IP.BIN Also minorly optimise entity rendering by avoiding unnecessary matrix multiplications Change block model rendering to avoid using Gfx_SetDynamicVbData
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
The dreamcast build requires an initial bootstrap program (Initial Program) named IP.bin
|
|
|
|
To generate a custom IP.bin, compile https://github.com/Dreamcast-Projects/makeip
|
|
|
|
Then run: makeip ip.txt IP.BIN -l boot_logo.png
|
|
|
|
---
|
|
|
|
For more details about IP.bin, see https://mc.pp.se/dc/ip.bin.html |