A respository of information and links to promote support and continued development of the DEFCON 32 badge. This repository is not associated with Entropic Engineering (creators of the badge hardware), Dmitry Grinberg (creator of the uGB firmware and rePALM), or DEFCON (designers of the badge artwork and case).
- Q. My badge shows "No valid FAT partition found" when I try to load other GB/GBC ROMs?
- A. The stock SD cards provided by DEFCOM are very poor quality and have a high failure rate. You can attempt to format the SD card by using the official SD formatter found here, and manually add folders named 'ROM' and 'SAVE' to the root of the SD card. If the badge can still not detect it, you will need to purchase a third party SD card and format it with a FAT# filesystem (not exFAT).
Various resources from around the community to help with troubleshooting, development, etc.
- DC32 Badge Hacking Google Doc - The purpose of this document is to be a collective note gathering location for the DC32 Badge Challenge
- Gameboy Interface to access Badge Features - GB hardware has a few unused IO regs in the IO reg range (0xFF00..0xFF7F). They are reused in this badge to expose extra functionality that GB-proper lacks. This document details how to use these features.
Firmwares released by DmitryGR. No licenses assumed or granted unless granted directly by the author.
- uGB 1.3.1g Compiled - Stock firmware originally installed on the badges, saves are not functional on this firmware.
- uGB 1.3.1g Source Code
- uGB 1.5 Compiled - Official patch that fixes game saves and downclocks the SD card.
- uGB 1.5 Source Code
- uGB 1.6 Compiled - Added menu item to send rickroll infra red signal. Added explicit menu item to show entropic support screen.
- rePalm NO RAM MOD - Stock badge can only use a minimal build as RP2350’s 512KB of RAM is rather tight for PalmOS 5.2 with a 320x240 display. To save RAM, the display is limited to 8bpp
- rePalm PSRAM MOD - Badges with a 8MByte APMemory PSRAM installed (there is a footprint on the board, go wild) gets a fuller build with support for games, video playback, and 16bpp screen.
- DC32 Badge Game Source - Written by CosmicBonBon, source files provided and encouraged for modding and expansion of the game.
- DEF CON Media Server Badge Resources - Official DEFCOM file server with their provided copies of code and documentation.
- Raspberry Pi PicoSDK Board Definitions
- DEFCON 32 Firmware from jaku - Provides custom firmware for DEFCON badges, including MoonMaster, NoRom, AllItems, and Original, with detailed flashing instructions for UF2 and BIN formats.
- DEFCON32 Badge Doom - Provides instructions to install Doom on the DEFCON 32 Badge, including steps to back up and restore original firmware, and details on gameplay and button configurations.
- DEFCON 32 Badge - MicroPython PoC - Some example code to drive the hardware of the Defcon 32 badge with MicroPython.
- DEFCON 32 Badge Color Shifting Demo - Author ported a demo they wrote in the 1990s in Turbo Pascal to run on this year's badge.
- CalvinLL Flashy Rom - This is a simple ROM for the DEF CON 32 Badge that makes the LEDs flash in random colors.
- BSoDEFCON ROM - A little joke Blue Screen of Death simulator (BSOD) for the DEF CON 32 badge, with various versions of the screen and different operating systems - plus various fancy LED flashing modes.
- twitterForGameboy - hack of the badge game by glumdumpster. Puts a social spin on the game and makes it more interactive. Repository to help with the game here
- GBVideoPlayer2 - Enhances GBVideoPlayer with higher resolution, 3-bit stereo PCM audio, video compression, and easier encoding, requiring specific hardware or accurate emulators for playback.
- DEF ROM Firmware Generator - Upload Game Boy or Game Boy Color ROMs to create custom firmware in UF2 or BIN format.
- DC32 Badge Hacking Discord - Most comprehensive resource on badge troubleshooting, custom development, and discussion. Make sure you check the pinned posts and use the search feature!