hubertbanas / Arcade-Alibaba_MiSTer

Arcade: Alibaba and 40 thieves for MiSTer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---------------------------------------------------------------------------------
-- 
-- Arcade: Alibaba and 40 thieves for MiSTer by Sorgelig
-- 21 November 2017
-- 
---------------------------------------------------------------------------------
-- A simulation model of Alibaba and 40 thieves hardware
-- Copyright (c) Sorgelig 
-- Based on Pacman core: Copyright (c) MikeJ - Feb 2007
---------------------------------------------------------------------------------
-- 
-- Support screen and controls rotation on HDMI output.
-- Only controls are rotated on VGA output.
-- 
-- 
-- Keyboard inputs :
--
--   F1          : Coin + Start 1 player
--   F2          : Coin + Start 2 players
--   F5          : Skip the level
--   SPACE,CTRL  : Action
--   UP,DOWN,LEFT,RIGHT arrows : Movements
--
-- Joystick support.
-- 
---------------------------------------------------------------------------------

                                *** 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

About

Arcade: Alibaba and 40 thieves for MiSTer


Languages

Language:Verilog 35.3%Language:Tcl 29.8%Language:VHDL 23.8%Language:SystemVerilog 10.6%Language:Shell 0.4%Language:Batchfile 0.2%