Giter Site home page Giter Site logo

wsoltys / tca2601 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frankbuss/tca2601

8.0 3.0 2.0 12.12 MB

A2601 FPGA implementation for the Turbo Chameleon

License: GNU General Public License v3.0

VHDL 88.48% Python 5.21% Makefile 0.03% Assembly 4.18% C 1.99% Batchfile 0.11%

tca2601's Introduction

Port of the A2601 FPGA implementation for the MiST
---------------------------------------------------------------------------------

Buttons:
- F9, Start button (Win key with MiST joystick emu)    -> Start
- F10, Select button (Alt key with MiST joystick emu)  -> Select
- F12                                                  -> OSD

OSD
- Select ROMs from the sd card (needs extension .a26 or .bin)
- Special extensions (.e0, .3f, .fe, fa, cv, e7) allows to force a specific mapper
- P2 extension for Pitfall II Lost Caverns allows to use the DPC chip
- 'S' for the 3rd letter of the extension, or the Load SuperChip item allows
  to use SuperChip games (see below)
- Switch between NTSC/PAL and color/b&w
- Select difficulty for left and right

Current limitations:
- no support for DPC+, SaveKey and other custom EPROM/RAM/bank switching solutions
  on carts

Mapper support:
- F4, F6, F8 - standard Atari mappers, autodetected by ROM size
- E0 - Parker Bros. mapper, need .E0 file extension
- 3F - Used for Tigervision 8K ROMs, need .3F file extension
- FE - Activision mapper, used in Robot Tank and Decathlon, use .FE file extension
- FA - CBS RAM Plus titles, use .FA file extension
- CV - Commavid titles, use .CV file extension
- P2 - Pitfall II Lost Caverns (DPC chip), use .P2 extension
- E7 - M-Networks mapper (Bump'n'Jump, Burgertime), use .E7 extension
- UA - UA-Ltd. (Pleaides prototype), use .UA extension

Some titles use an extra 128 byte RAM (called SuperChip). Unfortunately it cannot be
autodected easily, so use the Load SuperChip OSD option to load these titles, or set
the 3rd part of the file extension to 's'. E.g. Dig Dug is a game which requires
SuperChip, rename it to digdug.f6s, and it'll work with the normal Load OSD item.

Supports mist.ini scandoubler_disable for RGB 15khz, or you can hold the middle MiST
button to switch between modes. ypbpr=1 in mist.ini also honored.

All MiST related files including the Quartus project files are in the 'mist' subdirectory.

Homepage: http://ws0.org/tag/ma2601/

Original readme below :)




Port of the A2601 FPGA implementation for the Turbo Chameleon
---------------------------------------------------------------------------------

The ROM cartridge is the GPL licensed game Hunchy, see
http://www.atariage.com/forums/topic/67953-hunchy-my-first-2600-homebrew-game/
converted to hex file format with 
http://www.ht-lab.com/freeutils/bin2hex/bin2hex.html

Copyright 2012 Frank Buss


Original readme:


A2601: An FPGA-based clone of the Atari 2600 video game console (Release 0.1.0)
---------------------------------------------------------------------------------

This archive contains source code for VHDL implementation and Python script 
utilities for the A2601 video game console project.

VHDL source code provided includes implementation of the 6502(7) CPU, the TIA, 
the 6532 RIOT, additional audio/video/joypad circuitry and bankswitching schemes 
plus additional RAM used by some game cartridges. Test benches are supplied for 
all main components (although they may be slightly out of date).

The 6502 CPU core has been developed from scratch for this project. It contains 
hand-crafted finite state machine and controls that implement all documented 
6502 opcodes. It synthesizes quickly and has good performance in the simulator. 

The TIA implementation digitally synthesizes NTSC composite video signal via a 
lookup table that contains a sequence of values that signifies a sine wave at 
correct phase for each one of the 16 chrominance values selectable in the TIA. 

You should be able to synthesize the A2601 in Xilinx ISE without any major 
problems. No project files are included, but it is best to create these 
yourself, anyway. Two top level entities are provided: One reads cartridge ROM 
data from on-board flash memory, the other stores the ROM data in the FPGA 
built-in SRAM. It is also possible to run A2601 sources in a VHDL simulator. 
Some helper utilities and a test bench are provided for this purpose in the 
A2601/util directory.

For more information, visit the project website at 
<http://retromaster.wordpress.com/a2601>.

All source code and other content found in this archive is subject to GNU 
General Public License Version 3. See the included LICENSE.TXT file for details.

Copyright 2006, 2007, 2010 Retromaster.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.