1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
## #retrogamedev at Libera
The **#retrogamedev IRC channel** at [Libera](https://libera.chat/) is a friendly place to:
* ask questions about game development for retro systems
* share your projects (including *WIP*)
* get inspired in **all game development for classic systems**!
## News
* **2024-01-02**: this website goes online and the IRC channel starts operating in *beta*.
## FAQ
### Why not Discord/Telegram Group/other instead of IRC?
Those are valid options, if you don't mind using a proprietary protocol controlled by a for-profit company. IRC is a simple and open protocol supported by lots of tools with many different clients aimed to different kinds of users and, more importantly, not controlled by a single entity.
Matrix and XMPP are good options as well, but we are focusing on IRC for now.
### Is there a code of conduct?
Not officially, but we can agree on a few points:
* Be considerate
* Be respectful
* Be constructive
* Use common sense
### Can I promote my game in the channel?
Yes, you can! Promoting your projects, completed on in progress, is encouraged. Just don't make it a way that could be perceived as spam.
### Is the channel focused on a specific system?
No, is not. All retro game development is welcome! The definition of what qualifies as *retro* is a bit tricky, though. In doubt, just assume it is OK.
### How do I share codes snippets, screenshots, etc on the channel?
You can use, for example:
* [pastebin](https://pastebin.com/): for short code snippets.
* [imgur](https://imgur.com/): for screenshots.
If you have a [Mastodon account](https://joinmastodon.org/), you can use it to share images / short videos as well.
## Links
Do you have a link that could be included here? Please let us know!
### 8-bit
* [Codebase 64](https://codebase64.org/): "... the number one source of articles on Commodore 64 programming".
* [Programming at MSX.org](https://www.msx.org/wiki/Category:Programming): the programming section on the MSX Resource Center.
* [Assembly Language for the ZX Spectrum](http://www.breakintoprogram.co.uk/programming/assembly-language): resources by Dean Belfield.
* [MT Engine MK2 for the ZX Spectrum](https://github.com/mojontwins/MK2): a framework composed by a modular engine coded in C and a powerful toolchain to make games for the ZX Spectrum.
* [CPCTelera](http://lronaldo.github.io/cpctelera/): an integrated development framework for creating Amstrad CPC games.
* [MK1 for CPC](https://github.com/mojontwins/MK1_Pestecera): a port of the MK1 framework from the ZX Spectrum to the Amstrad CPC.
* [NESdev Wiki](https://www.nesdev.org/wiki/Nesdev_Wiki): the source for all your NES programming needs.
* [MK1 NES](https://github.com/mojontwins/MK1_NES): a framework composed by a modular engine coded in C and a set of tools to create simple games for the NES platform.
* [Development at SMS Power](https://www.smspower.org/Development/Index): dedicated to studying, programming, hacking of Sega 8-bit hardware and software.
### 16-bit
* [Super Nintendo Development Wiki](https://wiki.superfamicom.org/): a wiki to collect all the SNES docs in one place.
* [build-ia16](https://gitlab.com/tkchia/build-ia16): IA-16 GCC toolchain (DOS 16-bit).
### 32-bit
* [DJGPP](https://www.delorie.com/djgpp/): complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS.
## Contact
This page is maintained by **reidrac** on IRC, you can contact me:
* on IRC (Libera)
* via email on: `retrogamedev-irc@usebox.net`
This page is available [via git](https://git.usebox.net/retrogamedev-irc-web/about/). Patches are welcome!
|