1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-02-22 15:17:18 +00:00

Change Readme Ext to txt

This commit is contained in:
Gehstock
2018-08-12 17:11:09 +02:00
parent e7372a3d8d
commit 1aa41d5ae5
35 changed files with 0 additions and 0 deletions

View File

@@ -1,43 +0,0 @@
---------------------------------------------------------------------------------
--
-- Gameboy Core for MiST by Till Harbaum
-- Changed by Gehstock
-- 19 December 2017
--
---------------------------------------------------------------------------------
-- This is source code of a gameboy implementation for the MIST.
-- It's based on the [t80](http://opencores.com/project,t80) CPU core.
-- A minor
fix was needed for the "LD ($FF00+C)" instruction.
-- The audio implementation has been taken from the PACE framework.
-- The
original file is available in the [pacedev svn]
-- (https://svn.pacedev.net/repos/pace/sw/src/component/sound/gb/gbc_snd.vhd).
---------------------------------------------------------------------------------
--
--
-- Keyboard inputs :
--
-- ESC: : Start
-- TAB: : Select
-- SPACE : Button A
-- LALT : Button B
-- ARROW KEYS : Movements
--
-- Joystick support.
--
---------------------------------------------------------------------------------
ToDo: Mappers