User contributions for Cooljerk
Jump to navigation
Jump to search
5 April 2025
- 14:1414:14, 5 April 2025 diff hist +25 DCWiki:Software No edit summary
- 14:1314:13, 5 April 2025 diff hist +3,565 N Adding a Romdisk Created page with "The Dreamcast lacks a hard drive, and instead has to load everything from the CD-Rom into memory in order to use it. To make loading and unloading large amounts of data and assets easier, it’s preferable to use Rom Disks. Rom Disks take a folder on your computer, and turns it into an image file. KOS can then mount that image file in the dreamcast, creating a copy of your folder inside. You can load and unload multiple Rom Disks, making it handy for keeping memory organ..."
- 14:1214:12, 5 April 2025 diff hist +40 DCWiki:Software No edit summary
- 14:1214:12, 5 April 2025 diff hist +1 Main.cpp No edit summary
- 14:1214:12, 5 April 2025 diff hist +2,811 N Main.cpp Created page with "A main source file is the starting point for any Dreamcast program. The first run function will be int main(int argc, char **argv), and thus the file it resides in is considered the main source file. It is typical to name this file something like main.cpp, or perhaps game.cpp, or the name of your program with .cpp attached. For the purpose of this tutorial, we will refer to it as Main.cpp. Create a new text file called Main.cpp, and open it to begin editing. === Heade..."
- 14:0414:04, 5 April 2025 diff hist +15 Dreamcast Tutorial No edit summary
- 14:0314:03, 5 April 2025 diff hist +523 N Dreamcast Tutorial Created page with "While many resources exist to explain individual parts of developing games and applications for the Dreamcast, there are not many comprehensive tutorials that detail the entire process. The following tutorial has been created to more thoroughly explain Dreamcast development topics towards a goal of creating fully featured applications. It is meant to be a full tutorial for beginners, starting from bare text files. This is a table of contents for topics the tutorial cover..."
- 13:5913:59, 5 April 2025 diff hist +64 Makefile No edit summary
- 13:5713:57, 5 April 2025 diff hist +32 Makefile No edit summary
- 13:5713:57, 5 April 2025 diff hist +13 Makefile No edit summary
- 13:5613:56, 5 April 2025 diff hist +86 Makefile added more code segments
- 13:5313:53, 5 April 2025 diff hist 0 Makefile No edit summary
- 13:5213:52, 5 April 2025 diff hist −83 Makefile No edit summary
- 13:4913:49, 5 April 2025 diff hist −81 Makefile created 'explaining compilation' header
- 13:4713:47, 5 April 2025 diff hist +13,523 N Makefile Created initial page for tutorial on creating makefiles
- 13:4613:46, 5 April 2025 diff hist +41 DCWiki:Software creating new category for in-depth dc tutorial
12 August 2024
- 11:3411:34, 12 August 2024 diff hist +2,285 Twiddling added info on why the DC does twiddling and what uses it has