The XENON is an 8-bit fantasy console inspired by the Famicom Disk System powered by a 6502 and 128K diskettes.
- CPU: 6502 @ 10 MHz
- RAM: 48K
- Resolution: 200 x 150 @ 2bpp
- Palettes: 4 for BG, 4 for sprites, each color is RGB332
Building the XENON requires installing m6502 and raylib.
After installing said libraries, run make to build xenon and bios.bin, and make install to install them.
The XENON has a built-in debugger, which lets you step through the code, disassemble it, and view the memory.