forked from MiSTer-devel/Arcade-Cosmic_MiSTer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
50 lines (35 loc) · 1.88 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---------------------------------------------------------------------------------
--
-- Universal Cosmic games (Z80 based) for MiSTer - Mike Coates
--
-- V 0.9 - 08/07/2021 - Mike Coates
---------------------------------------------------------------------------------
--
-- Up, Down, Left, Right, Fire 1, Fire 2 (not all games use all buttons)
--
---------------------------------------------------------------------------------
This is a recreation of the Universal games that run on similar hardware
The game timing should be very close to the original, but the code is not
necessarily identical to the real thing, but achieves the same end result.
---------------------------------------------------------------------------------
Known differences / problems
Sound effects are all implemented using samples (other than the DAC)
I have added a screen flip option to the sprite code, sprites are flipped by the
software on the real hardware, but everything else does have a flip signal. It is
implemented as a fake dip switch.
No mans land needs the background video lined up properly in all flip modes.
Devil Zone and No Mans Land need sound samples sourcing and connecting up.
---------------------------------------------------------------------------------
*** Attention ***
ROMs are not included. In order to use this arcade, you need to provide the
correct ROMs.
To simplify the process .mra files are provided in the releases folder, that
specifies the required ROMs with checksums. The ROMs .zip filename refers to the
corresponding file of the M.A.M.E. project.
Please refer to https://github.com/MiSTer-devel/Main_MiSTer/wiki/Arcade-Roms for
information on how to setup and use the environment.
Quickreference for folders and file placement:
/_Arcade/<game name>.mra
/_Arcade/cores/<game rbf>.rbf
/_Arcade/mame/<mame rom>.zip
/_Arcade/hbmame/<hbmame rom>.zip