forked from MiSTer-devel/Arcade-Pacman_MiSTer
-
Notifications
You must be signed in to change notification settings - Fork 0
foxp4v/Arcade-Pacman_MiSTer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
--------------------------------------------------------------------------------- -- -- Arcade: Pacman port to MiSTer by Sorgelig -- 09 November 2017 -- --------------------------------------------------------------------------------- -- A simulation model of Pacman hardware -- Copyright (c) MikeJ - January 2006 --------------------------------------------------------------------------------- -- -- Support screen and controls rotation on HDMI output. -- Only controls are rotated on VGA output. -- -- -- Keyboard inputs : -- -- F1 : Start Player 1 -- F2 : Start Player 2 -- F3 : Coin Player 1 -- F5 : Skip to next level -- -- 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 -- -- 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: Pacman for MiSTer
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Verilog 44.9%
- VHDL 45.0%
- SystemVerilog 8.9%
- Other 1.2%