1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-02-09 17:51:09 +00:00
Files
Gyorgy Szombathelyi 28315c46ee Remove _MiST from the core names
...to match the <rbfname> in the MRAs
2023-04-05 10:40:05 +02:00
..
2021-06-15 22:52:19 +02:00
2021-06-15 22:52:19 +02:00
2021-06-15 22:52:19 +02:00
2023-04-05 10:40:05 +02:00
2023-04-05 10:40:05 +02:00
2023-04-05 10:40:05 +02:00
2021-06-15 22:52:19 +02:00

---------------------------------------------------------------------------------
-- 
-- Arcade: Ninja Kun port to MiST by Slingshot
-- 29 December 2019
-- Added Nova 2001, Raiders5 and Penguin-Kun Wars
-- 15 June 2021
-- 
---------------------------------------------------------------------------------
-- 
-- Arcade: Ninja-Kun  port to MiSTer by MiSTer-X
-- 20 October 2019
-- 
---------------------------------------------------------------------------------
-- FPGA Ninja-Kun for Spartan-6
------------------------------------------------
-- Copyright (c) 2011 MiSTer-X
---------------------------------------------------------------------------------
-- T80/T80s - Version : 0242
-----------------------------
-- Z80 compatible microprocessor core
-- Copyright (c) 2001-2002 Daniel Wallner (jesus@opencores.org)
---------------------------------------------------------------------------------
-- YM2149 (AY-3-8910)
-- Copyright (c) MikeJ - Jan 2005
---------------------------------------------------------------------------------
-- 
-- 
-- Keyboard inputs :
--
--   F2          : Coin + Start 2 players
--   F1          : Coin + Start 1 player
--   UP,DOWN,LEFT,RIGHT arrows : Movements
--   SPACE       : Shot
--   CTRL        : Jump
--
-- MAME/IPAC/JPAC Style Keyboard inputs:
--   5           : Coin 1
--   6           : Coin 2
--   1           : Start 1 Player
--   2           : Start 2 Players
--   R,F,D,G     : Player 2 Movements
--   A           : Player 2 Shot
--   S           : Player 2 Jump
--
-- Joystick support.
--
-- known bugs: Sometimes BG screen glitches.
--             Analog video is shifted to right.
--
---------------------------------------------------------------------------------

                                *** Attention ***

ROM is not included. In order to use this arcade, you need to provide a correct ROM file.

Find this zip file somewhere. You need to find the file exactly as required.
Do not rename other zip files even if they also represent the same game - they are not compatible!
The name of zip is taken from M.A.M.E. project, so you can get more info about
hashes and contained files there.

To generate the ROM using Windows:
1) Copy the zip into "releases" directory
2) Execute bat file - it will show the name of zip file containing required files.
3) Put required zip into the same directory and execute the bat again.
4) If everything will go without errors or warnings, then you will get the a.*.rom file.
5) Copy generated a.*.rom into root of SD card along with the Arcade-*.rbf file

To generate the ROM using Linux/MacOS:
1) Copy the zip into "releases" directory
2) Execute build_rom.sh
3) Copy generated a.*.rom into root of SD card along with the Arcade-*.rbf file

To generate the ROM using MiSTer:
1) scp "releases" directory along with the zip file onto MiSTer:/media/fat/
2) Using OSD execute build_rom.sh
3) Copy generated a.*.rom into root of SD card along with the Arcade-*.rbf file