https://github.com/mengstr/mcc8
PCB with PIC24-based Chip-8 emulator
https://github.com/mengstr/mcc8
Last synced: over 1 year ago
JSON representation
PCB with PIC24-based Chip-8 emulator
- Host: GitHub
- URL: https://github.com/mengstr/mcc8
- Owner: mengstr
- Created: 2013-11-22T06:24:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T06:27:38.000Z (over 11 years ago)
- Last Synced: 2023-03-11T04:29:56.909Z (over 3 years ago)
- Language: C
- Size: 898 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCC8
This is a small handheld PIC24-based CHIP-8 emulator game console. A cheap Noika 1202 LCD is used as the display and a CR123A 3 volt lithium battery for power. More info about the project can be found at [DangerousPrototypes.com](http://dangerousprototypes.com/forum/viewtopic.php?f=56&t=6018)

The sixteen buttons on the right is a hexadecimal keypad arranged in the same strange order as the COSMAC had for maximum keyplacement compability. Then I've added four extra buttons to go into game selection menu mode and other stuffs for future use.
Read more about CHIP-8 at [Wikipedia](http://en.wikipedia.org/wiki/CHIP-8)