mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Let's try this again - make the sc2 layout names make more sense -vid,dmd,vfd (nw).
Added new spACE clone of pound for pound.
This commit is contained in:
parent
4a412e9cfa
commit
7ecc409cda
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -4251,7 +4251,6 @@ src/mame/layout/babydad.lay svneol=native#text/plain
|
||||
src/mame/layout/babypkr.lay svneol=native#text/plain
|
||||
src/mame/layout/beaminv.lay svneol=native#text/plain
|
||||
src/mame/layout/bfm_sc1.lay svneol=native#text/plain
|
||||
src/mame/layout/bfm_sc2.lay svneol=native#text/plain
|
||||
src/mame/layout/bfm_sc4.lay svneol=native#text/native
|
||||
src/mame/layout/bfmsys85.lay svneol=native#text/plain
|
||||
src/mame/layout/bigdeal.lay svneol=native#text/plain
|
||||
@ -4389,6 +4388,8 @@ src/mame/layout/royalcrd.lay svneol=native#text/plain
|
||||
src/mame/layout/saiyukip.lay svneol=native#text/plain
|
||||
src/mame/layout/sbrkout.lay svneol=native#text/plain
|
||||
src/mame/layout/sc2_dmd.lay svneol=native#text/plain
|
||||
src/mame/layout/sc2_vfd.lay svneol=native#text/plain
|
||||
src/mame/layout/sc2_vid.lay svneol=native#text/plain
|
||||
src/mame/layout/sc4_dmd.lay svneol=native#text/plain
|
||||
src/mame/layout/sderby.lay svneol=native#text/plain
|
||||
src/mame/layout/sgsafari.lay svneol=native#text/plain
|
||||
|
@ -3653,6 +3653,12 @@ ROM_START( sp_poundbwbf )
|
||||
SP_POUND_SOUND
|
||||
ROM_END
|
||||
|
||||
ROM_START( sp_poundbwbg )
|
||||
ROM_REGION( 0x80000, "maincpu", 0 )
|
||||
ROM_LOAD( "p4p_1.bin", 0x0000, 0x8000, CRC(b2c1625e) SHA1(c992e54280bfe42a77686802faccfebb4db300a8) )
|
||||
ROM_LOAD( "p4p_2.bin", 0x8000, 0x8000, CRC(30f09a7d) SHA1(e00eeba15b8ed1f47a5d8f7ae1e59fcadbcbd838) )
|
||||
SP_POUND_SOUND
|
||||
ROM_END
|
||||
|
||||
#define SP_PRZNA_SOUND \
|
||||
ROM_REGION( 0x100000, "oki", ROMREGION_ERASE00 ) \
|
||||
@ -4427,6 +4433,7 @@ GAME( 199?, sp_poundbwbc ,sp_pound ,ace_sp ,ace_sp , ace_sp_state,ace_sp ,ROT0 ,
|
||||
GAME( 199?, sp_poundbwbd ,sp_pound ,ace_sp ,ace_sp , ace_sp_state,ace_sp ,ROT0 ,"Ace / Bwb", "Pound For Pound (Ace/Bwb) (sp.ACE) (set 5)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_poundbwbe ,sp_pound ,ace_sp ,ace_sp , ace_sp_state,ace_sp ,ROT0 ,"Ace / Bwb", "Pound For Pound (Ace/Bwb) (sp.ACE) (set 6)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_poundbwbf ,sp_pound ,ace_sp ,ace_sp , ace_sp_state,ace_sp ,ROT0 ,"Ace / Bwb", "Pound For Pound (Ace/Bwb) (sp.ACE) (set 7)",GAME_IS_SKELETON_MECHANICAL )
|
||||
GAME( 199?, sp_poundbwbg ,sp_pound ,ace_sp ,ace_sp , ace_sp_state,ace_sp ,ROT0 ,"Ace / Bwb", "Pound For Pound (Ace/Bwb) (sp.ACE) (set 8)",GAME_IS_SKELETON_MECHANICAL )
|
||||
|
||||
GAME( 199?, sp_road ,0 ,ace_sp ,ace_sp , ace_sp_state,ace_sp ,ROT0 ,"Ace", "Road To Hell (Ace) (sp.ACE)",GAME_IS_SKELETON_MECHANICAL ) // incomplete program
|
||||
|
||||
|
@ -155,7 +155,7 @@ Adder hardware:
|
||||
#include "machine/bfm_bd1.h" // vfd
|
||||
#include "machine/meters.h"
|
||||
|
||||
#include "bfm_sc2.lh"
|
||||
#include "sc2_vid.lh"
|
||||
#include "gldncrwn.lh"
|
||||
#include "paradice.lh"
|
||||
#include "pokio.lh"
|
||||
@ -167,6 +167,7 @@ Adder hardware:
|
||||
|
||||
/* fruit machines only */
|
||||
#include "video/bfm_dm01.h"
|
||||
#include "sc2_vfd.lh"
|
||||
#include "sc2_dmd.lh"
|
||||
#include "drwho.lh"
|
||||
#include "machine/bfm_comn.h"
|
||||
@ -2159,7 +2160,7 @@ static MACHINE_CONFIG_START( scorpion2_vid, bfm_sc2_state )
|
||||
|
||||
MCFG_NVRAM_ADD_0FILL("nvram")
|
||||
MCFG_NVRAM_ADD_CUSTOM_DRIVER("e2ram", bfm_sc2_state, e2ram_init)
|
||||
MCFG_DEFAULT_LAYOUT(layout_bfm_sc2)
|
||||
MCFG_DEFAULT_LAYOUT(layout_sc2_vid)
|
||||
|
||||
MCFG_SCREEN_ADD("adder", RASTER)
|
||||
MCFG_SCREEN_SIZE( 400, 280)
|
||||
@ -3718,7 +3719,7 @@ static MACHINE_CONFIG_START( scorpion2, bfm_sc2_state )
|
||||
MCFG_NVRAM_ADD_CUSTOM_DRIVER("e2ram", bfm_sc2_state, e2ram_init)
|
||||
|
||||
/* video hardware */
|
||||
MCFG_DEFAULT_LAYOUT(layout_bfm_sc2)
|
||||
MCFG_DEFAULT_LAYOUT(layout_sc2_vfd)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
903
src/mame/layout/sc2_vfd.lay
Normal file
903
src/mame/layout/sc2_vfd.lay
Normal file
@ -0,0 +1,903 @@
|
||||
<?xml version="1.0"?>
|
||||
<mamelayout version="2">
|
||||
<element name="matrixlamp">
|
||||
<rect state ="0">
|
||||
<bounds x="0" y="0" width="7" height="7" />
|
||||
<color red="0.7" green="0.7" blue="0.7" />
|
||||
</rect>
|
||||
<rect state ="1">
|
||||
<bounds x="0" y="0" width="7" height="7" />
|
||||
<color red="0.0" green="0.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state ="2">
|
||||
<bounds x="0" y="0" width="7" height="7" />
|
||||
<color red="0.0" green="1.0" blue="0.0" />
|
||||
</rect>
|
||||
</element>
|
||||
<element name="door0" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
</rect>
|
||||
<text string="DOOR OPEN" state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
<element name="vfd0">
|
||||
<led14segsc>
|
||||
<color red="0" green="0.6" blue="1.0" />
|
||||
</led14segsc>
|
||||
</element>
|
||||
|
||||
<view name="VFD and Lamp Matrix">
|
||||
<backdrop name="lamp0" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp1" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp2" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp3" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp4" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp5" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp6" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp7" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp8" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp9" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp10" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp11" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp12" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp13" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp14" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp15" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="0" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp16" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp17" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp18" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp19" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp20" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp21" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp22" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp23" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp24" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp25" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp26" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp27" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp28" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp29" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp30" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp31" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="8" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp32" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp33" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp34" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp35" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp36" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp37" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp38" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp39" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp40" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp41" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp42" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp43" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp44" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp45" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp46" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp47" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="16" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp48" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp49" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp50" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp51" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp52" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp53" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp54" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp55" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp56" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp57" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp58" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp59" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp60" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp61" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp62" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp63" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="24" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp64" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp65" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp66" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp67" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp68" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp69" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp70" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp71" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp72" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp73" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp74" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp75" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp76" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp77" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp78" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp79" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="32" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp80" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp81" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp82" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp83" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp84" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp85" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp86" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp87" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp88" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp89" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp90" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp91" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp92" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp93" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp94" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp95" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="40" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp96" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp97" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp98" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp99" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp100" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp101" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp102" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp103" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp104" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp105" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp106" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp107" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp108" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp109" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp110" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp111" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="48" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp112" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp113" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp114" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp115" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp116" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp117" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp118" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp119" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp120" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp121" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp122" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp123" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp124" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp125" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp126" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp127" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="56" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp128" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp129" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp130" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp131" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp132" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp133" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp134" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp135" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp136" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp137" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp138" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp139" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp140" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp141" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp142" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp143" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="64" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp144" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp145" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp146" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp147" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp148" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp149" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp150" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp151" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp152" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp153" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp154" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp155" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp156" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp157" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp158" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp159" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="72" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp160" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp161" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp162" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp163" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp164" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp165" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp166" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp167" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp168" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp169" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp170" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp171" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp172" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp173" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp174" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp175" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="80" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp176" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp177" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp178" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp179" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp180" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp181" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp182" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp183" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp184" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp185" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp186" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp187" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp188" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp189" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp190" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp191" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="88" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp192" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp193" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp194" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp195" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp196" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp197" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp198" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp199" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp200" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp201" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp202" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp203" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp204" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp205" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp206" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp207" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="96" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp208" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp209" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp210" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp211" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp212" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp213" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp214" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp215" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp216" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp217" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp218" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp219" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp220" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp221" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp222" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp223" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="104" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp224" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp225" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp226" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp227" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp228" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp229" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp230" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp231" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp232" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp233" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp234" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp235" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp236" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp237" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp238" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp239" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="112" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp240" element="matrixlamp" state="0">
|
||||
<bounds x="0" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp241" element="matrixlamp" state="0">
|
||||
<bounds x="8" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp242" element="matrixlamp" state="0">
|
||||
<bounds x="16" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp243" element="matrixlamp" state="0">
|
||||
<bounds x="24" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp244" element="matrixlamp" state="0">
|
||||
<bounds x="32" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp245" element="matrixlamp" state="0">
|
||||
<bounds x="40" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp246" element="matrixlamp" state="0">
|
||||
<bounds x="48" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp247" element="matrixlamp" state="0">
|
||||
<bounds x="56" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp248" element="matrixlamp" state="0">
|
||||
<bounds x="64" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp249" element="matrixlamp" state="0">
|
||||
<bounds x="72" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp250" element="matrixlamp" state="0">
|
||||
<bounds x="80" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp251" element="matrixlamp" state="0">
|
||||
<bounds x="88" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp252" element="matrixlamp" state="0">
|
||||
<bounds x="96" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp253" element="matrixlamp" state="0">
|
||||
<bounds x="104" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp254" element="matrixlamp" state="0">
|
||||
<bounds x="112" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<backdrop name="lamp255" element="matrixlamp" state="0">
|
||||
<bounds x="120" y="120" width="7" height="7"/>
|
||||
</backdrop>
|
||||
<bezel name="door" element="door0">
|
||||
<bounds x="370" y="270" width="30" height="10" />
|
||||
</bezel>
|
||||
<backdrop name="vfd0" element="vfd0" state="0">
|
||||
<bounds x="0" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd1" element="vfd0" state="0">
|
||||
<bounds x="9" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd2" element="vfd0" state="0">
|
||||
<bounds x="18" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd3" element="vfd0" state="0">
|
||||
<bounds x="27" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd4" element="vfd0" state="0">
|
||||
<bounds x="36" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd5" element="vfd0" state="0">
|
||||
<bounds x="45" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd6" element="vfd0" state="0">
|
||||
<bounds x="54" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd7" element="vfd0" state="0">
|
||||
<bounds x="63" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd8" element="vfd0" state="0">
|
||||
<bounds x="72" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd9" element="vfd0" state="0">
|
||||
<bounds x="81" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd10" element="vfd0" state="0">
|
||||
<bounds x="90" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd11" element="vfd0" state="0">
|
||||
<bounds x="99" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd12" element="vfd0" state="0">
|
||||
<bounds x="108" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd13" element="vfd0" state="0">
|
||||
<bounds x="117" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd14" element="vfd0" state="0">
|
||||
<bounds x="126" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd15" element="vfd0" state="0">
|
||||
<bounds x="135" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
</view>
|
||||
<view name="VFD Only (144:17)">
|
||||
<backdrop name="vfd0" element="vfd0" state="0">
|
||||
<bounds x="0" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd1" element="vfd0" state="0">
|
||||
<bounds x="9" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd2" element="vfd0" state="0">
|
||||
<bounds x="18" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd3" element="vfd0" state="0">
|
||||
<bounds x="27" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd4" element="vfd0" state="0">
|
||||
<bounds x="36" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd5" element="vfd0" state="0">
|
||||
<bounds x="45" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd6" element="vfd0" state="0">
|
||||
<bounds x="54" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd7" element="vfd0" state="0">
|
||||
<bounds x="63" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd8" element="vfd0" state="0">
|
||||
<bounds x="72" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd9" element="vfd0" state="0">
|
||||
<bounds x="81" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd10" element="vfd0" state="0">
|
||||
<bounds x="90" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd11" element="vfd0" state="0">
|
||||
<bounds x="99" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd12" element="vfd0" state="0">
|
||||
<bounds x="108" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd13" element="vfd0" state="0">
|
||||
<bounds x="117" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd14" element="vfd0" state="0">
|
||||
<bounds x="126" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<backdrop name="vfd15" element="vfd0" state="0">
|
||||
<bounds x="135" y="0" width="9" height="14"/>
|
||||
</backdrop>
|
||||
</view>
|
||||
</mamelayout>
|
@ -849,15 +849,15 @@
|
||||
<backdrop name="vfd15" element="vfd0" state="0">
|
||||
<bounds x="135" y="280" width="9" height="14"/>
|
||||
</backdrop>
|
||||
<!-- <screen index="0">
|
||||
<screen index="0">
|
||||
<bounds x="0" y="0" width="400" height="280" />
|
||||
</screen> no screen listed in the source -->
|
||||
</screen>
|
||||
</view>
|
||||
<!-- <view name="Adder 2 Output Only (400:280)">
|
||||
<view name="Adder 2 Output Only (400:280)">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="400" bottom="280" />
|
||||
</screen>
|
||||
</view> no screen listed in the source -->
|
||||
</view>
|
||||
<view name="VFD Only (144:17)">
|
||||
<backdrop name="vfd0" element="vfd0" state="0">
|
||||
<bounds x="0" y="0" width="9" height="14"/>
|
@ -25835,6 +25835,7 @@ sp_poundbwbc //
|
||||
sp_poundbwbd //
|
||||
sp_poundbwbe //
|
||||
sp_poundbwbf //
|
||||
sp_poundbwbg //
|
||||
sp_road // Road To Hell (Ace)
|
||||
sp_skylm // Sky's The Limit Club, The (Ace)
|
||||
sp_skylma //
|
||||
|
@ -1982,8 +1982,9 @@ $(DRIVERS)/beaminv.o: $(LAYOUT)/beaminv.lh
|
||||
|
||||
$(DRIVERS)/bfm_sc1.o: $(LAYOUT)/bfm_sc1.lh
|
||||
|
||||
$(DRIVERS)/bfm_sc2.o: $(LAYOUT)/bfm_sc2.lh \
|
||||
$(DRIVERS)/bfm_sc2.o: $(LAYOUT)/sc2_vfd.lh \
|
||||
$(LAYOUT)/sc2_dmd.lh \
|
||||
$(LAYOUT)/sc2_vid.lh \
|
||||
$(LAYOUT)/drwho.lh \
|
||||
$(LAYOUT)/gldncrwn.lh \
|
||||
$(LAYOUT)/quintoon.lh \
|
||||
|
Loading…
Reference in New Issue
Block a user