Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Aug 14, 2020
1 parent f923de2 commit 713a3f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Double Dragon | https://www.github.com/jotego/jtdd
Popeye | https://www.github.com/jotego/jtpopeye
Contra | https://www.github.com/jotego/jtcontra
CPS | https://www.github.com/jotego/jtcps
Bubble Bobble | https://www.github.com/jotego/jtbubl (still not public)
Bubble Bobble | https://www.github.com/jotego/jtbubl

If you are a developer, don't miss these cores too:

Expand Down
12 changes: 11 additions & 1 deletion mist/gng/jtgng.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ Release history
* MiST ROM file changed to follow the same format as MiSTer's
* Reduced SDRAM speed (48MHz) for greater robustness

--- history of older releases is not shown here
--- history of older releases is not shown here


Project Structure
=================

This work has two separate parts:

1. A verilog model of the original hardware, replicated from original schematics. This is found in the hdl folder. Some test benches are available in the "ver" (for verification) folder. Data sheets of parts used in the original design are located in the "doc" folder. This is interesting to understand how it worked. It can be used to repair broken boards too.

2. A modern clone written in Verilog. It has been made with the MiST board in mind but the game itself (jtgng_game module) is highly portable. All components used aim to be cycle exact -some even sub-cycle exact- so the recreation is the most similar thing to having the original PCB you can get.

0 comments on commit 713a3f0

Please sign in to comment.