The **GameTank** is an 8-bit game console based on the W65C02S, a 6502-family CPU from Western Design Center. It has a 128x100 pixel display with 200 unique colors, two controller ports on the front, a general purpose IO header on the back, and a 36-pin cartridge port on top. The GameTank is open source and can be built from entirely new stock parts* in 2023. The [[https://github.com/clydeshaffer/gametankemulator|emulator]] and [[https://github.com/clydeshaffer/gametank_template|development toolchains]], along with all [[https://github.com/clydeshaffer/gametank|schematics and board files]] are freely available on GitHub. ==== Hardware Info: ==== * [[hardware:memorymap|Memory Map]] * [[hardware:blitter|Blitter]] * [[hardware:flashcarts|Flash Cartridge]] * [[graphics:format|Graphics Format]] * [[graphics:memory|Graphics Memory Layout]] * [[hardware:audio|Audio Coprocessor]] ==== Software Development: ==== * [[development:csdk|GameTank C SDK]] * [[development:aseprite|Aseprite Workflow]] * [[development:flasher|Cartridge Flasher]]