John's Arcade Forum - Classic Arcade and Pinball Collecting and Restoring Discussion Forum - RETRO MAME - Nintendo Vs Forum

Arcade and Pinball Discussions => General Arcade and Video Game Discussions => Topic started by: escher on June 10, 2017, 10:03:57 pm



Title: JAMMA Custom Arcade Project (JCAP)
Post by: escher on June 10, 2017, 10:03:57 pm
(http://i.imgur.com/zlPQGJ4.jpg)
JAMMA Custom Arcade Project (JCAP)

CURRENT STATUS: Developing VGA driver

What is it?
JCAP is a project with the goal of developing a JAMMA arcade standard compatible game board using the Parallax Propeller 1 (P8X32A) microcontroller upon which a user can implement their own custom arcade game, either from scratch or by using the library of graphics, sound, input, and other drivers developed under the project. Ultimately, the project will provide:

  • VGA video driver
  • Sprite/tile based graphics driver
  • PWM sound driver
  • Serialized input driver
  • Game engine
  • PCB schematic and CAD files

in such a way that a user has everything they need to implement their own arcade game and have a PCB printed to build it on.

This is a project that spans several EE, CPE, and CS disciplines such as active and passive component circuit design, PCB development and design, video generation, game theory and design, assembly programming, microcontroller interfacing, FPGA development, verilog design, and many more.

A more detailed description can be found in the JCAP README (https://github.com/cspang1/JCAP/blob/master/README.md).

How do I follow it?

The project is being managed via GitHub, and can be found at:

  • https://github.com/cspang1/JCAP (https://github.com/cspang1/JCAP)

The progress log can be found at:

  • https://github.com/cspang1/JCAP/wiki (https://github.com/cspang1/JCAP/wiki)

The log itself contains a lot of background information that some might find very interesting as well, such as a brief history of arcade games and an analysis of historical video formats. Here are the first handful of logs to get your feet wet on the project:

  • JCAP: JAMMA Custom Arcade Project (https://github.com/cspang1/JCAP/wiki/Home)
  • JCAP Log #1: A Little History (https://github.com/cspang1/JCAP/wiki/JCAP-Log-%231:-A-Little-History)
  • JCAP Log #2: JAMMA (https://github.com/cspang1/JCAP/wiki/JCAP-Log-%232:-JAMMA)
  • JCAP Log #3: Input (https://github.com/cspang1/JCAP/wiki/JCAP-Log-%233:-Input)
  • JCAP Log #4: Video (https://github.com/cspang1/JCAP/wiki/JCAP-Log-%234:-Video)

Contributing
Any help will be gladly accepted, and if anyone is interested in contributing to the project,  please read the contribution guidelines (https://github.com/cspang1/JCAP/wiki#contribution-guidelines). Currently, I would be glad to get in touch with anyone who has experience with developing graphics drivers, either on the software or hardware sides. The graphics system will be tile and sprite based, and will be very similar to the Nintendo Entertainment System's.


Title: Re: JAMMA Custom Arcade Project (JCAP)
Post by: alby13 on September 15, 2017, 07:18:43 pm
This is pretty interesting. Has any example been produced? This is technical info heavy. To gain interest from the public a title must be at least a work in progress with something to show.