mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Added layout for Vapor TRX.
This commit is contained in:
parent
91ea35d7e0
commit
1d1be2ff92
@ -195,6 +195,7 @@
|
||||
#include "video/voodoo.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "calspeed.lh"
|
||||
#include "vaportrx.lh"
|
||||
#include "hyprdriv.lh"
|
||||
|
||||
|
||||
@ -3277,8 +3278,8 @@ GAMEL( 1998, calspeedb,calspeed, calspeed, calspeed, seattle_state, cal
|
||||
|
||||
|
||||
|
||||
GAME( 1998, vaportrx, 0, vaportrx, vaportrx, seattle_state, vaportrx, ROT0, "Atari Games", "Vapor TRX", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1998, vaportrxp,vaportrx, vaportrx, vaportrx, seattle_state, vaportrx, ROT0, "Atari Games", "Vapor TRX (prototype)", MACHINE_SUPPORTS_SAVE )
|
||||
GAMEL( 1998, vaportrx, 0, vaportrx, vaportrx, seattle_state, vaportrx, ROT0, "Atari Games", "Vapor TRX", MACHINE_SUPPORTS_SAVE, layout_vaportrx )
|
||||
GAMEL( 1998, vaportrxp,vaportrx, vaportrx, vaportrx, seattle_state, vaportrx, ROT0, "Atari Games", "Vapor TRX (prototype)", MACHINE_SUPPORTS_SAVE, layout_vaportrx )
|
||||
|
||||
/* Midway */
|
||||
GAME( 1997, biofreak, 0, biofreak, biofreak, seattle_state, biofreak, ROT0, "Midway Games", "BioFreaks (prototype)", MACHINE_SUPPORTS_SAVE )
|
||||
|
62
src/mame/layout/vaportrx.lay
Normal file
62
src/mame/layout/vaportrx.lay
Normal file
@ -0,0 +1,62 @@
|
||||
<?xml version="1.0"?>
|
||||
<mamelayout version="2">
|
||||
<element name="lamp" defstate="0">
|
||||
<rect state="0">
|
||||
<color red="0.25" green="0.0" blue="0.0" />
|
||||
<bounds x="0.0" y="0.0" width="1.0" height="2.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="1.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0.0" y="0.0" width="1.0" height="2.0" />
|
||||
</rect>
|
||||
<rect>
|
||||
<color red="0.1" green="0.0" blue="0.0" />
|
||||
<bounds x="0.1" y="0.1" width="0.8" height="0.85" />
|
||||
</rect>
|
||||
<rect>
|
||||
<color red="0.1" green="0.0" blue="0.0" />
|
||||
<bounds x="0.1" y="1.05" width="0.8" height="0.85" />
|
||||
</rect>
|
||||
<text string="START" state="0">
|
||||
<color red="0.25" green="0.0" blue="0.0" />
|
||||
<bounds x="0.15" y="0.1" width="0.7" height="0.85" />
|
||||
</text>
|
||||
<text string="VIEW" state="0">
|
||||
<color red="0.25" green="0.0" blue="0.0" />
|
||||
<bounds x="0.15" y="1.05" width="0.7" height="0.85" />
|
||||
</text>
|
||||
<text string="START" state="1">
|
||||
<color red="1.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0.15" y="0.1" width="0.7" height="0.85" />
|
||||
</text>
|
||||
<text string="VIEW" state="1">
|
||||
<color red="1.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0.15" y="1.05" width="0.7" height="0.85" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="counter" defstate="0">
|
||||
<simplecounter digits="3">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</simplecounter>
|
||||
</element>
|
||||
|
||||
<view name="Simple LEDs">
|
||||
<bounds left="0" top="0" right="4" bottom="3.472" />
|
||||
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
|
||||
<bezel name="lamp0" element="lamp">
|
||||
<bounds x="3.75" y="3.05" width="0.2" height="0.4" />
|
||||
</bezel>
|
||||
<bezel name="lamp1" element="lamp">
|
||||
<bounds x="0.05" y="3.05" width="0.2" height="0.4" />
|
||||
</bezel>
|
||||
|
||||
<bezel name="wheel" element="counter">
|
||||
<bounds x="1.9" y="3.0" width="0.2" height="0.1" />
|
||||
</bezel>
|
||||
</view>
|
||||
</mamelayout>
|
Loading…
Reference in New Issue
Block a user