GithubHelp home page GithubHelp logo

nangs / uzebox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uzebox/uzebox

0.0 1.0 0.0 69.63 MB

A retro-minimalist game console engine for the ATMega644

Home Page: http://uzebox.org

Makefile 1.19% C++ 26.96% PHP 0.08% Assembly 35.02% C 35.68% Logos 0.39% Objective-C 0.67%

uzebox's Introduction

Uzebox logo

The Uzebox is an open source, retro-minimalist game console design. It is based on an AVR 8-bit general purpose microcontroller made by Atmel. The particularity of the system is that it's based on an interrupt driven engine and has no frame buffer. Functions such as video sync generation, tile rendering and music mixing is done realtime in software by a background task so games can easily be developed in C. The design goal was to be as simple as possible yet have good enough sound and graphics while leaving enough resources to implement interesting games. Emphasis was put on making it easy and fun to assemble and program for any hobbyists. The final design contains only two chips: an ATmega644 and an AD725 RGB-to-NTSC converter.

Many commercial version are or where available: The Uzebox AVCore by Embedded Engineering llc and the Fuzebox by Adafruit Industries. There's also the Uzebox deluxe kit and the EUzebox, a version with a SCART interface. Get one of those if you know nothing about electronics!

Features:

  • Interrupt driven: No cycle counting required, sound mixing and video generation are all made in the background
  • 5 channels sound engine: The sound subsystem is composed of 3 wavetable channels, 1 noise and 1 PCM channel. Sound is 8-bit mono, mixed at ~15Khz
  • 256 simultaneous colors arranged in a 3:3:2 color space (Red:3 bits, Green:3 bits, Blue: 2 bits)
  • Resolution: 9 video modes offering up to 360x224 pixels (tiles-only, tiles & sprites, and bitmap video modes)
  • Full screen scrolling in certain video modes
  • Sprites: Up to 32 simultaneous sprites
  • Inputs supported: Two SNES compatible joypad inputs (including SNES mouse)
  • MIDI In: With a music sequencer, allows the creation of music directly on the console
  • SD/MicroSD and FAT16 API
  • 'Uzenet' extension for ESP8266 wifi and 1Mb SPI RAM
  • GameLoader: 4K Bootloader which allows to flash games from a standard FAT16 formatted SD card
  • Cross-platform emulator with GDB support to ease development
  • Multiple tools to convert MIDI, sound file and graphics to include files

The sources comes complete with fully functional games, demos, content generation tools and even a cross-platform emulator!

To find out more, please check out the project's sites:

uzebox's People

Contributors

uze6666 avatar jubatian avatar artcfox avatar andrewm1973 avatar lawrencebrooks avatar miracoli avatar flaviozavan avatar weber21w avatar

Watchers

anangs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.