Skip to content

Jaffe-/NESizer2

Repository files navigation

alt text

NESizer2: 2A03 Synthesizer Project

Join the chat at https://gitter.im/Jaffe-/NESizer2

alt text

The main idea of this project is to use an isolated NES 2A03 CPU/APU IC as a stand-alone synthesizer, controlled by an Atmel Atmega microcontroller. (The project is named NESizer2 after a failed attempt to create a NES synthesizer using only the 2A03 alone, with its own ROM, RAM and I/O logic.)

The 2A03 IC consists of a 6502 CPU core (with some minor changes), a DMA controller and the Audio Processing Unit. The APU is controlled via 22 registers, which are connected internally to the 6502 only; there are no external input pins facilitating communication with the APU directly. This means that in order to control the APU, the 6502 must act as a proxy: The microcontroller must send the 6502 instructions to take a value and put it in a desired APU register.

This project is inspired by a similar approach taken here: http://www.soniktech.com/tsundere/, but the idea here is to have the microcontroller communicate more directly with the 2A03, with a minimum of circuitry to do so.

Check out the most recent demo here!

See the ocumentation for a description of how the NESizer works:

About

A synthesizer based on the 2A03 (NES APU)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages