Difference between revisions of "PinHeck System"
(→Games) |
|||
Line 21: | Line 21: | ||
[[File:spooky-amh-mpu.jpg|thumb|200px|left|America's Most Haunted MPU]] | [[File:spooky-amh-mpu.jpg|thumb|200px|left|America's Most Haunted MPU]] | ||
<br clear=all> | <br clear=all> | ||
+ | |||
+ | The pinHeck system uses a single board design for the CPU, sound, and video controls. The CPU is based on a PIC32 architecture, running at 80Mhz. The CPU controls game logic and everything except audio and video. All Audio and Video (A/V) is controlled using a Parallex Propeller processor (Prop for short) running at 104Mhz. The Prop is connected to the CPU using an SPI based communication. This allows the CPU to say "Play sound 3", "Display Video 7", etc. This was offloaded from the CPU to allow critical timing for the game code to not interfere with keeping smooth and clear video and audio. | ||
===MPU=== | ===MPU=== |
Revision as of 10:14, 1 December 2015
Note: This page is a work in progress. Please help get it to a completed state by adding any useful information to it. |
1 Introduction
This is the first boardset system used by Spooky Pinball. Designed by Ben Heck. Based on a micro controller, everything other than the switching power supply is contained on board.
2 Games
Title | Date of Release | Model # | Production Count | Current Code Version | Notes |
---|---|---|---|---|---|
America's Most Haunted | 2014 | AMH01 | 150 | 22 |
3 Technical Info
3.1 Boardset
The pinHeck system uses a single board design for the CPU, sound, and video controls. The CPU is based on a PIC32 architecture, running at 80Mhz. The CPU controls game logic and everything except audio and video. All Audio and Video (A/V) is controlled using a Parallex Propeller processor (Prop for short) running at 104Mhz. The Prop is connected to the CPU using an SPI based communication. This allows the CPU to say "Play sound 3", "Display Video 7", etc. This was offloaded from the CPU to allow critical timing for the game code to not interfere with keeping smooth and clear video and audio.