summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/j2fqueen.lay
blob: c490b923e46e3eb110bb8836e777803a516c9314 (plain) (tree)
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656



























                                                                    
                                  










































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                              
                                   






































                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                    


















                                                                              
                                   


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                   






































                                                                              
                                      


















                                                                              
                                   


















                                                                              
                                      


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   


















                                                                              
                                   






























































































































































































































































































































































































                                                                              
                                   




























































































                                                                              








































































                                                                              








                                                                                      















                                                                    








                                                                                      
                                  
                            
                                                                 
                             







                                                                 
                                               
                                                                      

                                                                        
                                                                      

                                                                 
                                                                      

                                                                      
                                                                       

                                                               
                                                                       

                                                                      
                                                                       

                                                               
                                                                       

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                      
                                                                        

                                                               
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                      
                                                                         

                                                               
                                                                        

                                                                      
                                                                         

                                                               
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                         

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                         

                                                                        
                                                                         

                                                                 
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                                                                
                                                                       

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                      

                                                                                                         
                                                                      

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                  
                                                                       

                                                                                                           
                                                                       

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                    
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                             
                                                                     

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                         
                                                                     

                                                                    
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                             
                                                                     

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                         
                                                                     

                                                                    
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                             
                                                                     

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                         
                                                                     

                                                                    
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                         
                                                                      

                                                             
                                                                     

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                     
                                                                      

                                                         
                                                                     

                                                       
                                                                       

                                                       
                                                                        

                                                       
                                                                      

                                                       
                                                                        
                          


                                     
                                                     
                                                                        
                          
 
                                                                          
                                                                      
                          
                                                                          
                                                                      
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                          
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                      
                          
                                                                         
                                                                      
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                           
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                         
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                                
                                                                       
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                          
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          












                                                                                                
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          















                                                                                                    
                                                                         


                                                                                
               
             
<?xml version="1.0" encoding="UTF-8" ?>

<!--  ****************************************************  -->
<!--  * This MAME layout file was generated by MFME2MAME *  -->
<!--  * Please visit mfme2mame.org for more information. *  -->
<!--  ****************************************************  -->

<mamelayout version="2">
	<element name="backdrop_colour">
		<rect>
			<color red="0.00" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_26_1_border" defstate="0">
		<rect state="1">
			<color red="0.42" green="0.40" blue="0.34"/>
		</rect>
		<rect state="0">
			<color red="0.10" green="0.10" blue="0.08"/>
		</rect>
	</element>
	<element name="lamp_26_1" defstate="0">
		<rect state="1">
			<color red="0.84" green="0.81" blue="0.67"/>
		</rect>
		<rect state="0">
			<color red="0.21" green="0.20" blue="0.17"/>
		</rect>
		<text string="£">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_0_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_0_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="WRONG">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_1_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_1_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="GUESS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_7_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_7_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="GUESS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_6_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_6_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="WRONG">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_5_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_5_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="GUESS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_4_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_4_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="WRONG">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_3_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_3_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="GUESS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_2_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_2_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="WRONG">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_204_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.42" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_204_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.85" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.21" blue="0.00"/>
		</rect>
		<text string="WINNINGS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_203_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_203_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="CREDITS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_9_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_9_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</rect>
		<text string="WHEN">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="LIT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="lamp_8_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_8_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</rect>
		<text string="PASS AVAILABLE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_10_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_10_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="CONTINUE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_11_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_11_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="START NEW GAME">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_36_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_36_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_35_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_35_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_34_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_34_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_33_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_33_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_32_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_32_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_47_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_47_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_46_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_46_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_45_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_45_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_44_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_44_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_43_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_43_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_42_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_42_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_41_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_41_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="&#x3E;&#x3E;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_40_1_border" defstate="0">
		<rect state="1">
			<color red="0.49" green="0.44" blue="0.26"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.06"/>
		</rect>
	</element>
	<element name="lamp_40_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.88" blue="0.53"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.13"/>
		</rect>
		<text string="START">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_63_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_63_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="60p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_62_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_62_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="50p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_61_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_61_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="40p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_60_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_60_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="30p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_59_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_59_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="20p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_58_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_58_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="10p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_57_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_57_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="&#x3C;&#x3C;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_56_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_56_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="&#x3C;&#x3C;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_39_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_39_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="&#x3C;&#x3C;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_38_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_38_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="&#x3C;&#x3C;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_37_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.43" blue="0.22"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.05"/>
		</rect>
	</element>
	<element name="lamp_37_1" defstate="0">
		<rect state="1">
			<color red="0.97" green="0.86" blue="0.45"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.22" blue="0.11"/>
		</rect>
		<text string="&#x3C;&#x3C;">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_48_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_48_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="70p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_49_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_49_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="80p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_50_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_50_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="90p">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_51_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_51_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_52_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_52_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="BONUS LIFE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_53_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_53_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="£1.20">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_54_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_54_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="£1.40">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_55_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_55_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="£1.60">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_72_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.42" blue="0.18"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.11" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_72_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.85" blue="0.37"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.21" blue="0.09"/>
		</rect>
		<text string="£1.80">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_71_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.38" blue="0.03"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.09" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_71_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.77" blue="0.05"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.19" blue="0.01"/>
		</rect>
		<text string="£10">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_73_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.15"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_73_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.82" blue="0.29"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.07"/>
		</rect>
		<text string="£2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_74_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.15"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_74_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.82" blue="0.29"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.07"/>
		</rect>
		<text string="£2.20">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_75_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.15"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_75_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.82" blue="0.29"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.07"/>
		</rect>
		<text string="£2.40">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_76_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.15"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_76_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.82" blue="0.29"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.07"/>
		</rect>
		<text string="£2.60">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_77_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.15"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_77_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.82" blue="0.29"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.07"/>
		</rect>
		<text string="£2.80">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_78_1_border" defstate="0">
		<rect state="1">
			<color red="0.48" green="0.41" blue="0.15"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.04"/>
		</rect>
	</element>
	<element name="lamp_78_1" defstate="0">
		<rect state="1">
			<color red="0.96" green="0.82" blue="0.29"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.07"/>
		</rect>
		<text string="£3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_79_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_79_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="BONUS LIFE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_64_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.40" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.02"/>
		</rect>
	</element>
	<element name="lamp_64_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.80" blue="0.21"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.05"/>
		</rect>
		<text string="£3.50">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_65_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.40" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.02"/>
		</rect>
	</element>
	<element name="lamp_65_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.80" blue="0.21"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.05"/>
		</rect>
		<text string="£4">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_66_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.40" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.02"/>
		</rect>
	</element>
	<element name="lamp_66_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.80" blue="0.21"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.05"/>
		</rect>
		<text string="£4.50">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_67_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.40" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.02"/>
		</rect>
	</element>
	<element name="lamp_67_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.80" blue="0.21"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.05"/>
		</rect>
		<text string="£5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_68_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.40" blue="0.11"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.02"/>
		</rect>
	</element>
	<element name="lamp_68_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.80" blue="0.21"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.05"/>
		</rect>
		<text string="£6">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_70_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.39" blue="0.07"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.02"/>
		</rect>
	</element>
	<element name="lamp_70_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.79" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.03"/>
		</rect>
		<text string="£8">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_69_1_border" defstate="0">
		<rect state="1">
			<color red="0.47" green="0.39" blue="0.07"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.10" blue="0.02"/>
		</rect>
	</element>
	<element name="lamp_69_1" defstate="0">
		<rect state="1">
			<color red="0.95" green="0.79" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.24" green="0.20" blue="0.03"/>
		</rect>
		<text string="£7">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_178_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_178_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string="BONUS LIVES">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_189_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_189_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_190_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_190_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="2">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_191_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_191_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_176_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_176_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="4">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_179_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_179_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="5">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_23_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_23_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</rect>
		<text string="WIN">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_22_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_22_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</rect>
		<text string="TAKE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_21_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_21_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string="CARD">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="lamp_20_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_20_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string="SELECT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_90_border">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_90">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string=" SELECT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_91_border">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_91">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string=" SELECT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_92_border">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_92">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string=" SELECT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_93_border">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_93">
		<rect state="1">
			<color red="0.00" green="1.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.25"/>
		</rect>
		<text string=" SELECT">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_94_border">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_94">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.00"/>
		</rect>
		<text string=" PASS">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_95_border">
		<rect state="1">
			<color red="0.50" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_95">
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.25" blue="0.00"/>
		</rect>
		<text string=" TAKE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string=" WINNING">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="colour_button_96_border">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_96">
		<rect state="1">
			<color red="0.00" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.25"/>
		</rect>
		<text string=" CONTINUE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_97_border">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_97">
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<text string="START">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_102_border">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_102">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string="£1">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="colour_button_103_border">
		<rect state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_103">
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</rect>
		<text string=" TAKE">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string=" BANK">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="reel_background">
		<rect>
			<color red="1.0" green="1.0" blue="1.0"/>
		</rect>
	</element>
	<element name="led_background">
		<rect>
			<color red="0.4" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_on">
		<rect state="1">
			<color red="1.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_dot_on">
		<disk state="1">
			<color red="1.0" green="0.0" blue="0.0"/>
		</disk>
	</element>
	<element name="led_off">
		<rect state="0">
			<color red="0.5" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_dot_off">
		<disk state="0">
			<color red="0.5" green="0.0" blue="0.0"/>
		</disk>
	</element>
	<element name="led_digit_rect_black">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_red">
		<rect>
			<color red="1.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_green">
		<rect>
			<color red="0.0" green="1.0" blue="0.0"/>
		</rect>
	</element>
	<element name="led_digit_rect_blue">
		<rect>
			<color red="0.0" green="0.0" blue="1.0"/>
		</rect>
	</element>
	<element name="led_digit_red">
		<led7seg>
			<color red="1.0" green="0.0" blue="0.0"/>
		</led7seg>
	</element>
	<element name="led_digit_green">
		<led7seg>
			<color red="0.0" green="1.0" blue="0.0"/>
		</led7seg>
	</element>
	<element name="led_digit_blue">
		<led7seg>
			<color red="0.0" green="0.5" blue="1.0"/>
		</led7seg>
	</element>
	<element name="label_83">
		<text string="OR">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_84">
		<text string="OR">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_87">
		<text string="Replay X3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
		</text>
	</element>
	<element name="label_88">
		<text string="Bugs and Trouty">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.45"/>
		</text>
		<text string="v1.0">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.45"/>
		</text>
	</element>
	<element name="debug_backdrop_colour">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="debug_lamp_standard">
		<rect state="0">
			<color red="0.00" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_reel">
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
	</element>
	<element name="debug_lamp_segment">
		<rect state="0">
			<color red="0.20" green="0.00" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_button">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_lamp_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="256">
		<param name="n" start="0" increment="1"/>
		<element name="debug_lamp_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_button_standard">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.00"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="0.00"/>
		</rect>
	</element>
	<element name="debug_button_unreferenced">
		<rect state="0">
			<color red="0.20" green="0.20" blue="0.20"/>
		</rect>
		<rect state="1">
			<color red="1.00" green="1.00" blue="1.00"/>
		</rect>
	</element>
	<repeat count="64">
		<param name="n" start="0" increment="1"/>
		<element name="debug_button_label_~n~">
			<text string="~n~">
				<color red="0.0" green="0.0" blue="0.0"/>
				<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
			</text>
		</element>
	</repeat>
	<element name="debug_vfd">
		<led16segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led16segsc>
	</element>
	<element name="debug_stepper_value" defstate="0">
		<simplecounter maxstate="999" digits="3">
			<color red="1.0" green="1.0" blue="1.0"/>
		</simplecounter>
	</element>

	<view name="AWP Simulated Video">
		<element ref="backdrop_colour">
			<bounds x="0" y="0" width="750" height="659"/>
		</element>
		<element name="lamp26" ref="lamp_26_1_border" state="0">
			<bounds x="164" y="1" width="62" height="82"/>
		</element>
		<element name="lamp26" ref="lamp_26_1" state="0">
			<bounds x="166" y="3" width="58" height="78"/>
		</element>
		<element name="lamp0" ref="lamp_0_1_border" state="0">
			<bounds x="97" y="563" width="72" height="19"/>
		</element>
		<element name="lamp0" ref="lamp_0_1" state="0">
			<bounds x="99" y="565" width="68" height="15"/>
		</element>
		<element name="lamp1" ref="lamp_1_1_border" state="0">
			<bounds x="97" y="579" width="72" height="19"/>
		</element>
		<element name="lamp1" ref="lamp_1_1" state="0">
			<bounds x="99" y="581" width="68" height="15"/>
		</element>
		<element name="lamp7" ref="lamp_7_1_border" state="0">
			<bounds x="385" y="579" width="72" height="19"/>
		</element>
		<element name="lamp7" ref="lamp_7_1" state="0">
			<bounds x="387" y="581" width="68" height="15"/>
		</element>
		<element name="lamp6" ref="lamp_6_1_border" state="0">
			<bounds x="385" y="563" width="72" height="19"/>
		</element>
		<element name="lamp6" ref="lamp_6_1" state="0">
			<bounds x="387" y="565" width="68" height="15"/>
		</element>
		<element name="lamp5" ref="lamp_5_1_border" state="0">
			<bounds x="289" y="579" width="72" height="19"/>
		</element>
		<element name="lamp5" ref="lamp_5_1" state="0">
			<bounds x="291" y="581" width="68" height="15"/>
		</element>
		<element name="lamp4" ref="lamp_4_1_border" state="0">
			<bounds x="289" y="563" width="72" height="19"/>
		</element>
		<element name="lamp4" ref="lamp_4_1" state="0">
			<bounds x="291" y="565" width="68" height="15"/>
		</element>
		<element name="lamp3" ref="lamp_3_1_border" state="0">
			<bounds x="193" y="579" width="72" height="19"/>
		</element>
		<element name="lamp3" ref="lamp_3_1" state="0">
			<bounds x="195" y="581" width="68" height="15"/>
		</element>
		<element name="lamp2" ref="lamp_2_1_border" state="0">
			<bounds x="193" y="563" width="72" height="19"/>
		</element>
		<element name="lamp2" ref="lamp_2_1" state="0">
			<bounds x="195" y="565" width="68" height="15"/>
		</element>
		<element name="lamp204" ref="lamp_204_1_border" state="0">
			<bounds x="472" y="43" width="122" height="24"/>
		</element>
		<element name="lamp204" ref="lamp_204_1" state="0">
			<bounds x="474" y="45" width="118" height="20"/>
		</element>
		<element name="lamp203" ref="lamp_203_1_border" state="0">
			<bounds x="472" y="17" width="122" height="24"/>
		</element>
		<element name="lamp203" ref="lamp_203_1" state="0">
			<bounds x="474" y="19" width="118" height="20"/>
		</element>
		<element name="lamp9" ref="lamp_9_1_border" state="0">
			<bounds x="475" y="537" width="102" height="40"/>
		</element>
		<element name="lamp9" ref="lamp_9_1" state="0">
			<bounds x="477" y="539" width="98" height="36"/>
		</element>
		<element name="lamp8" ref="lamp_8_1_border" state="0">
			<bounds x="475" y="500" width="102" height="40"/>
		</element>
		<element name="lamp8" ref="lamp_8_1" state="0">
			<bounds x="477" y="502" width="98" height="36"/>
		</element>
		<element name="lamp10" ref="lamp_10_1_border" state="0">
			<bounds x="614" y="486" width="102" height="26"/>
		</element>
		<element name="lamp10" ref="lamp_10_1" state="0">
			<bounds x="616" y="488" width="98" height="22"/>
		</element>
		<element name="lamp11" ref="lamp_11_1_border" state="0">
			<bounds x="614" y="537" width="102" height="40"/>
		</element>
		<element name="lamp11" ref="lamp_11_1" state="0">
			<bounds x="616" y="539" width="98" height="36"/>
		</element>
		<element name="lamp36" ref="lamp_36_1_border" state="0">
			<bounds x="614" y="405" width="47" height="32"/>
		</element>
		<element name="lamp36" ref="lamp_36_1" state="0">
			<bounds x="616" y="407" width="43" height="28"/>
		</element>
		<element name="lamp35" ref="lamp_35_1_border" state="0">
			<bounds x="567" y="405" width="47" height="32"/>
		</element>
		<element name="lamp35" ref="lamp_35_1" state="0">
			<bounds x="569" y="407" width="43" height="28"/>
		</element>
		<element name="lamp34" ref="lamp_34_1_border" state="0">
			<bounds x="520" y="405" width="47" height="32"/>
		</element>
		<element name="lamp34" ref="lamp_34_1" state="0">
			<bounds x="522" y="407" width="43" height="28"/>
		</element>
		<element name="lamp33" ref="lamp_33_1_border" state="0">
			<bounds x="473" y="405" width="47" height="32"/>
		</element>
		<element name="lamp33" ref="lamp_33_1" state="0">
			<bounds x="475" y="407" width="43" height="28"/>
		</element>
		<element name="lamp32" ref="lamp_32_1_border" state="0">
			<bounds x="426" y="405" width="47" height="32"/>
		</element>
		<element name="lamp32" ref="lamp_32_1" state="0">
			<bounds x="428" y="407" width="43" height="28"/>
		</element>
		<element name="lamp47" ref="lamp_47_1_border" state="0">
			<bounds x="379" y="405" width="47" height="32"/>
		</element>
		<element name="lamp47" ref="lamp_47_1" state="0">
			<bounds x="381" y="407" width="43" height="28"/>
		</element>
		<element name="lamp46" ref="lamp_46_1_border" state="0">
			<bounds x="332" y="405" width="47" height="32"/>
		</element>
		<element name="lamp46" ref="lamp_46_1" state="0">
			<bounds x="334" y="407" width="43" height="28"/>
		</element>
		<element name="lamp45" ref="lamp_45_1_border" state="0">
			<bounds x="285" y="405" width="47" height="32"/>
		</element>
		<element name="lamp45" ref="lamp_45_1" state="0">
			<bounds x="287" y="407" width="43" height="28"/>
		</element>
		<element name="lamp44" ref="lamp_44_1_border" state="0">
			<bounds x="238" y="405" width="47" height="32"/>
		</element>
		<element name="lamp44" ref="lamp_44_1" state="0">
			<bounds x="240" y="407" width="43" height="28"/>
		</element>
		<element name="lamp43" ref="lamp_43_1_border" state="0">
			<bounds x="191" y="405" width="47" height="32"/>
		</element>
		<element name="lamp43" ref="lamp_43_1" state="0">
			<bounds x="193" y="407" width="43" height="28"/>
		</element>
		<element name="lamp42" ref="lamp_42_1_border" state="0">
			<bounds x="144" y="405" width="47" height="32"/>
		</element>
		<element name="lamp42" ref="lamp_42_1" state="0">
			<bounds x="146" y="407" width="43" height="28"/>
		</element>
		<element name="lamp41" ref="lamp_41_1_border" state="0">
			<bounds x="97" y="405" width="47" height="32"/>
		</element>
		<element name="lamp41" ref="lamp_41_1" state="0">
			<bounds x="99" y="407" width="43" height="28"/>
		</element>
		<element name="lamp40" ref="lamp_40_1_border" state="0">
			<bounds x="50" y="405" width="47" height="32"/>
		</element>
		<element name="lamp40" ref="lamp_40_1" state="0">
			<bounds x="52" y="407" width="43" height="28"/>
		</element>
		<element name="lamp63" ref="lamp_63_1_border" state="0">
			<bounds x="70" y="369" width="52" height="37"/>
		</element>
		<element name="lamp63" ref="lamp_63_1" state="0">
			<bounds x="72" y="371" width="48" height="33"/>
		</element>
		<element name="lamp62" ref="lamp_62_1_border" state="0">
			<bounds x="122" y="369" width="52" height="37"/>
		</element>
		<element name="lamp62" ref="lamp_62_1" state="0">
			<bounds x="124" y="371" width="48" height="33"/>
		</element>
		<element name="lamp61" ref="lamp_61_1_border" state="0">
			<bounds x="174" y="369" width="52" height="37"/>
		</element>
		<element name="lamp61" ref="lamp_61_1" state="0">
			<bounds x="176" y="371" width="48" height="33"/>
		</element>
		<element name="lamp60" ref="lamp_60_1_border" state="0">
			<bounds x="226" y="369" width="52" height="37"/>
		</element>
		<element name="lamp60" ref="lamp_60_1" state="0">
			<bounds x="228" y="371" width="48" height="33"/>
		</element>
		<element name="lamp59" ref="lamp_59_1_border" state="0">
			<bounds x="278" y="369" width="52" height="37"/>
		</element>
		<element name="lamp59" ref="lamp_59_1" state="0">
			<bounds x="280" y="371" width="48" height="33"/>
		</element>
		<element name="lamp58" ref="lamp_58_1_border" state="0">
			<bounds x="330" y="369" width="52" height="37"/>
		</element>
		<element name="lamp58" ref="lamp_58_1" state="0">
			<bounds x="332" y="371" width="48" height="33"/>
		</element>
		<element name="lamp57" ref="lamp_57_1_border" state="0">
			<bounds x="382" y="369" width="52" height="37"/>
		</element>
		<element name="lamp57" ref="lamp_57_1" state="0">
			<bounds x="384" y="371" width="48" height="33"/>
		</element>
		<element name="lamp56" ref="lamp_56_1_border" state="0">
			<bounds x="434" y="369" width="52" height="37"/>
		</element>
		<element name="lamp56" ref="lamp_56_1" state="0">
			<bounds x="436" y="371" width="48" height="33"/>
		</element>
		<element name="lamp39" ref="lamp_39_1_border" state="0">
			<bounds x="486" y="369" width="52" height="37"/>
		</element>
		<element name="lamp39" ref="lamp_39_1" state="0">
			<bounds x="488" y="371" width="48" height="33"/>
		</element>
		<element name="lamp38" ref="lamp_38_1_border" state="0">
			<bounds x="538" y="369" width="52" height="37"/>
		</element>
		<element name="lamp38" ref="lamp_38_1" state="0">
			<bounds x="540" y="371" width="48" height="33"/>
		</element>
		<element name="lamp37" ref="lamp_37_1_border" state="0">
			<bounds x="590" y="369" width="52" height="37"/>
		</element>
		<element name="lamp37" ref="lamp_37_1" state="0">
			<bounds x="592" y="371" width="48" height="33"/>
		</element>
		<element name="lamp48" ref="lamp_48_1_border" state="0">
			<bounds x="101" y="327" width="57" height="42"/>
		</element>
		<element name="lamp48" ref="lamp_48_1" state="0">
			<bounds x="103" y="329" width="53" height="38"/>
		</element>
		<element name="lamp49" ref="lamp_49_1_border" state="0">
			<bounds x="158" y="327" width="57" height="42"/>
		</element>
		<element name="lamp49" ref="lamp_49_1" state="0">
			<bounds x="160" y="329" width="53" height="38"/>
		</element>
		<element name="lamp50" ref="lamp_50_1_border" state="0">
			<bounds x="215" y="327" width="57" height="42"/>
		</element>
		<element name="lamp50" ref="lamp_50_1" state="0">
			<bounds x="217" y="329" width="53" height="38"/>
		</element>
		<element name="lamp51" ref="lamp_51_1_border" state="0">
			<bounds x="272" y="327" width="57" height="42"/>
		</element>
		<element name="lamp51" ref="lamp_51_1" state="0">
			<bounds x="274" y="329" width="53" height="38"/>
		</element>
		<element name="lamp52" ref="lamp_52_1_border" state="0">
			<bounds x="329" y="327" width="57" height="42"/>
		</element>
		<element name="lamp52" ref="lamp_52_1" state="0">
			<bounds x="331" y="329" width="53" height="38"/>
		</element>
		<element name="lamp53" ref="lamp_53_1_border" state="0">
			<bounds x="386" y="327" width="57" height="42"/>
		</element>
		<element name="lamp53" ref="lamp_53_1" state="0">
			<bounds x="388" y="329" width="53" height="38"/>
		</element>
		<element name="lamp54" ref="lamp_54_1_border" state="0">
			<bounds x="443" y="327" width="57" height="42"/>
		</element>
		<element name="lamp54" ref="lamp_54_1" state="0">
			<bounds x="445" y="329" width="53" height="38"/>
		</element>
		<element name="lamp55" ref="lamp_55_1_border" state="0">
			<bounds x="500" y="327" width="57" height="42"/>
		</element>
		<element name="lamp55" ref="lamp_55_1" state="0">
			<bounds x="502" y="329" width="53" height="38"/>
		</element>
		<element name="lamp72" ref="lamp_72_1_border" state="0">
			<bounds x="557" y="327" width="57" height="42"/>
		</element>
		<element name="lamp72" ref="lamp_72_1" state="0">
			<bounds x="559" y="329" width="53" height="38"/>
		</element>
		<element name="lamp71" ref="lamp_71_1_border" state="0">
			<bounds x="269" y="107" width="182" height="67"/>
		</element>
		<element name="lamp71" ref="lamp_71_1" state="0">
			<bounds x="271" y="109" width="178" height="63"/>
		</element>
		<element name="lamp73" ref="lamp_73_1_border" state="0">
			<bounds x="511" y="280" width="62" height="47"/>
		</element>
		<element name="lamp73" ref="lamp_73_1" state="0">
			<bounds x="513" y="282" width="58" height="43"/>
		</element>
		<element name="lamp74" ref="lamp_74_1_border" state="0">
			<bounds x="449" y="280" width="62" height="47"/>
		</element>
		<element name="lamp74" ref="lamp_74_1" state="0">
			<bounds x="451" y="282" width="58" height="43"/>
		</element>
		<element name="lamp75" ref="lamp_75_1_border" state="0">
			<bounds x="387" y="280" width="62" height="47"/>
		</element>
		<element name="lamp75" ref="lamp_75_1" state="0">
			<bounds x="389" y="282" width="58" height="43"/>
		</element>
		<element name="lamp76" ref="lamp_76_1_border" state="0">
			<bounds x="325" y="280" width="62" height="47"/>
		</element>
		<element name="lamp76" ref="lamp_76_1" state="0">
			<bounds x="327" y="282" width="58" height="43"/>
		</element>
		<element name="lamp77" ref="lamp_77_1_border" state="0">
			<bounds x="263" y="280" width="62" height="47"/>
		</element>
		<element name="lamp77" ref="lamp_77_1" state="0">
			<bounds x="265" y="282" width="58" height="43"/>
		</element>
		<element name="lamp78" ref="lamp_78_1_border" state="0">
			<bounds x="201" y="280" width="62" height="47"/>
		</element>
		<element name="lamp78" ref="lamp_78_1" state="0">
			<bounds x="203" y="282" width="58" height="43"/>
		</element>
		<element name="lamp79" ref="lamp_79_1_border" state="0">
			<bounds x="139" y="280" width="62" height="47"/>
		</element>
		<element name="lamp79" ref="lamp_79_1" state="0">
			<bounds x="141" y="282" width="58" height="43"/>
		</element>
		<element name="lamp64" ref="lamp_64_1_border" state="0">
			<bounds x="188" y="229" width="67" height="52"/>
		</element>
		<element name="lamp64" ref="lamp_64_1" state="0">
			<bounds x="190" y="231" width="63" height="48"/>
		</element>
		<element name="lamp65" ref="lamp_65_1_border" state="0">
			<bounds x="255" y="229" width="67" height="52"/>
		</element>
		<element name="lamp65" ref="lamp_65_1" state="0">
			<bounds x="257" y="231" width="63" height="48"/>
		</element>
		<element name="lamp66" ref="lamp_66_1_border" state="0">
			<bounds x="322" y="229" width="67" height="52"/>
		</element>
		<element name="lamp66" ref="lamp_66_1" state="0">
			<bounds x="324" y="231" width="63" height="48"/>
		</element>
		<element name="lamp67" ref="lamp_67_1_border" state="0">
			<bounds x="389" y="229" width="67" height="52"/>
		</element>
		<element name="lamp67" ref="lamp_67_1" state="0">
			<bounds x="391" y="231" width="63" height="48"/>
		</element>
		<element name="lamp68" ref="lamp_68_1_border" state="0">
			<bounds x="456" y="229" width="67" height="52"/>
		</element>
		<element name="lamp68" ref="lamp_68_1" state="0">
			<bounds x="458" y="231" width="63" height="48"/>
		</element>
		<element name="lamp70" ref="lamp_70_1_border" state="0">
			<bounds x="235" y="173" width="122" height="57"/>
		</element>
		<element name="lamp70" ref="lamp_70_1" state="0">
			<bounds x="237" y="175" width="118" height="53"/>
		</element>
		<element name="lamp69" ref="lamp_69_1_border" state="0">
			<bounds x="357" y="173" width="122" height="57"/>
		</element>
		<element name="lamp69" ref="lamp_69_1" state="0">
			<bounds x="359" y="175" width="118" height="53"/>
		</element>
		<element name="lamp178" ref="lamp_178_1_border" state="0">
			<bounds x="613" y="135" width="82" height="40"/>
		</element>
		<element name="lamp178" ref="lamp_178_1" state="0">
			<bounds x="615" y="137" width="78" height="36"/>
		</element>
		<element name="lamp189" ref="lamp_189_1_border" state="0">
			<bounds x="589" y="174" width="26" height="32"/>
		</element>
		<element name="lamp189" ref="lamp_189_1" state="0">
			<bounds x="591" y="176" width="22" height="28"/>
		</element>
		<element name="lamp190" ref="lamp_190_1_border" state="0">
			<bounds x="615" y="174" width="26" height="32"/>
		</element>
		<element name="lamp190" ref="lamp_190_1" state="0">
			<bounds x="617" y="176" width="22" height="28"/>
		</element>
		<element name="lamp191" ref="lamp_191_1_border" state="0">
			<bounds x="641" y="174" width="26" height="32"/>
		</element>
		<element name="lamp191" ref="lamp_191_1" state="0">
			<bounds x="643" y="176" width="22" height="28"/>
		</element>
		<element name="lamp176" ref="lamp_176_1_border" state="0">
			<bounds x="667" y="174" width="26" height="32"/>
		</element>
		<element name="lamp176" ref="lamp_176_1" state="0">
			<bounds x="669" y="176" width="22" height="28"/>
		</element>
		<element name="lamp179" ref="lamp_179_1_border" state="0">
			<bounds x="693" y="174" width="26" height="32"/>
		</element>
		<element name="lamp179" ref="lamp_179_1" state="0">
			<bounds x="695" y="176" width="22" height="28"/>
		</element>
		<element name="lamp23" ref="lamp_23_1_border" state="0">
			<bounds x="33" y="155" width="82" height="22"/>
		</element>
		<element name="lamp23" ref="lamp_23_1" state="0">
			<bounds x="35" y="157" width="78" height="18"/>
		</element>
		<element name="lamp22" ref="lamp_22_1_border" state="0">
			<bounds x="33" y="136" width="82" height="22"/>
		</element>
		<element name="lamp22" ref="lamp_22_1" state="0">
			<bounds x="35" y="138" width="78" height="18"/>
		</element>
		<element name="lamp21" ref="lamp_21_1_border" state="0">
			<bounds x="33" y="221" width="82" height="22"/>
		</element>
		<element name="lamp21" ref="lamp_21_1" state="0">
			<bounds x="35" y="223" width="78" height="18"/>
		</element>
		<element name="lamp20" ref="lamp_20_1_border" state="0">
			<bounds x="33" y="202" width="82" height="22"/>
		</element>
		<element name="lamp20" ref="lamp_20_1" state="0">
			<bounds x="35" y="204" width="78" height="18"/>
		</element>
		<element name="lamp13" ref="colour_button_90_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="99" y="600" width="68" height="42"/>
		</element>
		<element name="lamp13" ref="colour_button_90" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="101" y="602" width="64" height="38"/>
		</element>
		<element name="lamp14" ref="colour_button_91_border" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="195" y="600" width="68" height="42"/>
		</element>
		<element name="lamp14" ref="colour_button_91" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="197" y="602" width="64" height="38"/>
		</element>
		<element name="lamp15" ref="colour_button_92_border" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="291" y="600" width="68" height="42"/>
		</element>
		<element name="lamp15" ref="colour_button_92" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="293" y="602" width="64" height="38"/>
		</element>
		<element name="lamp30" ref="colour_button_93_border" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="387" y="600" width="68" height="42"/>
		</element>
		<element name="lamp30" ref="colour_button_93" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="389" y="602" width="64" height="38"/>
		</element>
		<element name="lamp29" ref="colour_button_94_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="3" y="600" width="68" height="42"/>
		</element>
		<element name="lamp29" ref="colour_button_94" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="5" y="602" width="64" height="38"/>
		</element>
		<element name="lamp16" ref="colour_button_95_border" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="539" y="600" width="68" height="42"/>
		</element>
		<element name="lamp16" ref="colour_button_95" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="541" y="602" width="64" height="38"/>
		</element>
		<element name="lamp31" ref="colour_button_96_border" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="471" y="600" width="68" height="42"/>
		</element>
		<element name="lamp31" ref="colour_button_96" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="473" y="602" width="64" height="38"/>
		</element>
		<element name="lamp12" ref="colour_button_97_border" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="677" y="600" width="68" height="42"/>
		</element>
		<element name="lamp12" ref="colour_button_97" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="679" y="602" width="64" height="38"/>
		</element>
		<element name="lamp201" ref="colour_button_102_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="660" y="12" width="46" height="62"/>
		</element>
		<element name="lamp201" ref="colour_button_102" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="662" y="14" width="42" height="58"/>
		</element>
		<element name="lamp17" ref="colour_button_103_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="609" y="600" width="68" height="42"/>
		</element>
		<element name="lamp17" ref="colour_button_103" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="611" y="602" width="64" height="38"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="342" y="8" width="59" height="69"/>
		</element>
		<element name="led_off152" ref="led_off">
			<bounds x="350" y="14" width="42" height="6"/>
		</element>
		<element name="led_off153" ref="led_off">
			<bounds x="384" y="14" width="8" height="31"/>
		</element>
		<element name="led_off154" ref="led_off">
			<bounds x="384" y="39" width="8" height="31"/>
		</element>
		<element name="led_off155" ref="led_off">
			<bounds x="350" y="64" width="42" height="6"/>
		</element>
		<element name="led_off156" ref="led_off">
			<bounds x="350" y="39" width="8" height="31"/>
		</element>
		<element name="led_off157" ref="led_off">
			<bounds x="350" y="14" width="8" height="31"/>
		</element>
		<element name="led_off158" ref="led_off">
			<bounds x="350" y="39" width="42" height="6"/>
		</element>
		<element name="led_off159" ref="led_dot_off">
			<bounds x="392" y="64" width="8" height="6"/>
		</element>
		<element name="lamp152" ref="led_on">
			<bounds x="350" y="14" width="42" height="6"/>
		</element>
		<element name="lamp153" ref="led_on">
			<bounds x="384" y="14" width="8" height="31"/>
		</element>
		<element name="lamp154" ref="led_on">
			<bounds x="384" y="39" width="8" height="31"/>
		</element>
		<element name="lamp155" ref="led_on">
			<bounds x="350" y="64" width="42" height="6"/>
		</element>
		<element name="lamp156" ref="led_on">
			<bounds x="350" y="39" width="8" height="31"/>
		</element>
		<element name="lamp157" ref="led_on">
			<bounds x="350" y="14" width="8" height="31"/>
		</element>
		<element name="lamp158" ref="led_on">
			<bounds x="350" y="39" width="42" height="6"/>
		</element>
		<element name="lamp159" ref="led_dot_on">
			<bounds x="392" y="64" width="8" height="6"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="401" y="8" width="59" height="69"/>
		</element>
		<element name="led_off144" ref="led_off">
			<bounds x="409" y="14" width="42" height="6"/>
		</element>
		<element name="led_off145" ref="led_off">
			<bounds x="443" y="14" width="8" height="31"/>
		</element>
		<element name="led_off146" ref="led_off">
			<bounds x="443" y="39" width="8" height="31"/>
		</element>
		<element name="led_off147" ref="led_off">
			<bounds x="409" y="64" width="42" height="6"/>
		</element>
		<element name="led_off148" ref="led_off">
			<bounds x="409" y="39" width="8" height="31"/>
		</element>
		<element name="led_off149" ref="led_off">
			<bounds x="409" y="14" width="8" height="31"/>
		</element>
		<element name="led_off150" ref="led_off">
			<bounds x="409" y="39" width="42" height="6"/>
		</element>
		<element name="led_off151" ref="led_dot_off">
			<bounds x="451" y="64" width="8" height="6"/>
		</element>
		<element name="lamp144" ref="led_on">
			<bounds x="409" y="14" width="42" height="6"/>
		</element>
		<element name="lamp145" ref="led_on">
			<bounds x="443" y="14" width="8" height="31"/>
		</element>
		<element name="lamp146" ref="led_on">
			<bounds x="443" y="39" width="8" height="31"/>
		</element>
		<element name="lamp147" ref="led_on">
			<bounds x="409" y="64" width="42" height="6"/>
		</element>
		<element name="lamp148" ref="led_on">
			<bounds x="409" y="39" width="8" height="31"/>
		</element>
		<element name="lamp149" ref="led_on">
			<bounds x="409" y="14" width="8" height="31"/>
		</element>
		<element name="lamp150" ref="led_on">
			<bounds x="409" y="39" width="42" height="6"/>
		</element>
		<element name="lamp151" ref="led_dot_on">
			<bounds x="451" y="64" width="8" height="6"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="284" y="8" width="59" height="69"/>
		</element>
		<element name="led_off128" ref="led_off">
			<bounds x="292" y="14" width="42" height="6"/>
		</element>
		<element name="led_off129" ref="led_off">
			<bounds x="326" y="14" width="8" height="31"/>
		</element>
		<element name="led_off130" ref="led_off">
			<bounds x="326" y="39" width="8" height="31"/>
		</element>
		<element name="led_off131" ref="led_off">
			<bounds x="292" y="64" width="42" height="6"/>
		</element>
		<element name="led_off132" ref="led_off">
			<bounds x="292" y="39" width="8" height="31"/>
		</element>
		<element name="led_off133" ref="led_off">
			<bounds x="292" y="14" width="8" height="31"/>
		</element>
		<element name="led_off134" ref="led_off">
			<bounds x="292" y="39" width="42" height="6"/>
		</element>
		<element name="led_off135" ref="led_dot_off">
			<bounds x="334" y="64" width="8" height="6"/>
		</element>
		<element name="lamp128" ref="led_on">
			<bounds x="292" y="14" width="42" height="6"/>
		</element>
		<element name="lamp129" ref="led_on">
			<bounds x="326" y="14" width="8" height="31"/>
		</element>
		<element name="lamp130" ref="led_on">
			<bounds x="326" y="39" width="8" height="31"/>
		</element>
		<element name="lamp131" ref="led_on">
			<bounds x="292" y="64" width="42" height="6"/>
		</element>
		<element name="lamp132" ref="led_on">
			<bounds x="292" y="39" width="8" height="31"/>
		</element>
		<element name="lamp133" ref="led_on">
			<bounds x="292" y="14" width="8" height="31"/>
		</element>
		<element name="lamp134" ref="led_on">
			<bounds x="292" y="39" width="42" height="6"/>
		</element>
		<element name="lamp135" ref="led_dot_on">
			<bounds x="334" y="64" width="8" height="6"/>
		</element>
		<element name="led_background" ref="led_background">
			<bounds x="225" y="8" width="59" height="69"/>
		</element>
		<element name="led_off136" ref="led_off">
			<bounds x="233" y="14" width="42" height="6"/>
		</element>
		<element name="led_off137" ref="led_off">
			<bounds x="267" y="14" width="8" height="31"/>
		</element>
		<element name="led_off138" ref="led_off">
			<bounds x="267" y="39" width="8" height="31"/>
		</element>
		<element name="led_off139" ref="led_off">
			<bounds x="233" y="64" width="42" height="6"/>
		</element>
		<element name="led_off140" ref="led_off">
			<bounds x="233" y="39" width="8" height="31"/>
		</element>
		<element name="led_off141" ref="led_off">
			<bounds x="233" y="14" width="8" height="31"/>
		</element>
		<element name="led_off142" ref="led_off">
			<bounds x="233" y="39" width="42" height="6"/>
		</element>
		<element name="led_off143" ref="led_dot_off">
			<bounds x="275" y="64" width="8" height="6"/>
		</element>
		<element name="lamp136" ref="led_on">
			<bounds x="233" y="14" width="42" height="6"/>
		</element>
		<element name="lamp137" ref="led_on">
			<bounds x="267" y="14" width="8" height="31"/>
		</element>
		<element name="lamp138" ref="led_on">
			<bounds x="267" y="39" width="8" height="31"/>
		</element>
		<element name="lamp139" ref="led_on">
			<bounds x="233" y="64" width="42" height="6"/>
		</element>
		<element name="lamp140" ref="led_on">
			<bounds x="233" y="39" width="8" height="31"/>
		</element>
		<element name="lamp141" ref="led_on">
			<bounds x="233" y="14" width="8" height="31"/>
		</element>
		<element name="lamp142" ref="led_on">
			<bounds x="233" y="39" width="42" height="6"/>
		</element>
		<element name="lamp143" ref="led_dot_on">
			<bounds x="275" y="64" width="8" height="6"/>
		</element>
		<element name="label83" ref="label_83">
			<bounds x="47" y="170" width="51" height="41"/>
		</element>
		<element name="label84" ref="label_84">
			<bounds x="637" y="505" width="51" height="41"/>
		</element>
		<element name="label87" ref="label_87">
			<bounds x="4" y="641" width="59" height="16"/>
		</element>
		<element name="label88" ref="label_88">
			<bounds x="608" y="208" width="95" height="32"/>
		</element>
	</view>

	<view name="MFME2MAME Debug">
		<element ref="debug_backdrop_colour">
			<bounds x="0" y="0" width="1920" height="1080"/>
		</element>

		<element name="lamp0" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="32" width="60" height="60"/>
		</element>
		<element name="lamp1" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="32" width="60" height="60"/>
		</element>
		<element name="lamp2" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="32" width="60" height="60"/>
		</element>
		<element name="lamp3" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="32" width="60" height="60"/>
		</element>
		<element name="lamp4" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="32" width="60" height="60"/>
		</element>
		<element name="lamp5" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="32" width="60" height="60"/>
		</element>
		<element name="lamp6" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="32" width="60" height="60"/>
		</element>
		<element name="lamp7" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="32" width="60" height="60"/>
		</element>
		<element name="lamp8" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="32" width="60" height="60"/>
		</element>
		<element name="lamp9" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="32" width="60" height="60"/>
		</element>
		<element name="lamp10" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="32" width="60" height="60"/>
		</element>
		<element name="lamp11" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="32" width="60" height="60"/>
		</element>
		<element name="lamp12" ref="debug_lamp_button" state="0">
			<bounds x="800" y="32" width="60" height="60"/>
		</element>
		<element name="lamp13" ref="debug_lamp_button" state="0">
			<bounds x="864" y="32" width="60" height="60"/>
		</element>
		<element name="lamp14" ref="debug_lamp_button" state="0">
			<bounds x="928" y="32" width="60" height="60"/>
		</element>
		<element name="lamp15" ref="debug_lamp_button" state="0">
			<bounds x="992" y="32" width="60" height="60"/>
		</element>
		<element name="lamp16" ref="debug_lamp_button" state="0">
			<bounds x="32" y="96" width="60" height="60"/>
		</element>
		<element name="lamp17" ref="debug_lamp_button" state="0">
			<bounds x="96" y="96" width="60" height="60"/>
		</element>
		<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="96" width="60" height="60"/>
		</element>
		<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="96" width="60" height="60"/>
		</element>
		<element name="lamp20" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="96" width="60" height="60"/>
		</element>
		<element name="lamp21" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="96" width="60" height="60"/>
		</element>
		<element name="lamp22" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="96" width="60" height="60"/>
		</element>
		<element name="lamp23" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="96" width="60" height="60"/>
		</element>
		<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="96" width="60" height="60"/>
		</element>
		<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="96" width="60" height="60"/>
		</element>
		<element name="lamp26" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="96" width="60" height="60"/>
		</element>
		<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="96" width="60" height="60"/>
		</element>
		<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="96" width="60" height="60"/>
		</element>
		<element name="lamp29" ref="debug_lamp_button" state="0">
			<bounds x="864" y="96" width="60" height="60"/>
		</element>
		<element name="lamp30" ref="debug_lamp_button" state="0">
			<bounds x="928" y="96" width="60" height="60"/>
		</element>
		<element name="lamp31" ref="debug_lamp_button" state="0">
			<bounds x="992" y="96" width="60" height="60"/>
		</element>
		<element name="lamp32" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="160" width="60" height="60"/>
		</element>
		<element name="lamp33" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="160" width="60" height="60"/>
		</element>
		<element name="lamp34" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="160" width="60" height="60"/>
		</element>
		<element name="lamp35" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="160" width="60" height="60"/>
		</element>
		<element name="lamp36" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="160" width="60" height="60"/>
		</element>
		<element name="lamp37" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="160" width="60" height="60"/>
		</element>
		<element name="lamp38" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="160" width="60" height="60"/>
		</element>
		<element name="lamp39" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="160" width="60" height="60"/>
		</element>
		<element name="lamp40" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="160" width="60" height="60"/>
		</element>
		<element name="lamp41" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="160" width="60" height="60"/>
		</element>
		<element name="lamp42" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="160" width="60" height="60"/>
		</element>
		<element name="lamp43" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="160" width="60" height="60"/>
		</element>
		<element name="lamp44" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="160" width="60" height="60"/>
		</element>
		<element name="lamp45" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="160" width="60" height="60"/>
		</element>
		<element name="lamp46" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="160" width="60" height="60"/>
		</element>
		<element name="lamp47" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="160" width="60" height="60"/>
		</element>
		<element name="lamp48" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="224" width="60" height="60"/>
		</element>
		<element name="lamp49" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="224" width="60" height="60"/>
		</element>
		<element name="lamp50" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="224" width="60" height="60"/>
		</element>
		<element name="lamp51" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="224" width="60" height="60"/>
		</element>
		<element name="lamp52" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="224" width="60" height="60"/>
		</element>
		<element name="lamp53" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="224" width="60" height="60"/>
		</element>
		<element name="lamp54" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="224" width="60" height="60"/>
		</element>
		<element name="lamp55" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="224" width="60" height="60"/>
		</element>
		<element name="lamp56" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="224" width="60" height="60"/>
		</element>
		<element name="lamp57" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="224" width="60" height="60"/>
		</element>
		<element name="lamp58" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="224" width="60" height="60"/>
		</element>
		<element name="lamp59" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="224" width="60" height="60"/>
		</element>
		<element name="lamp60" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="224" width="60" height="60"/>
		</element>
		<element name="lamp61" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="224" width="60" height="60"/>
		</element>
		<element name="lamp62" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="224" width="60" height="60"/>
		</element>
		<element name="lamp63" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="224" width="60" height="60"/>
		</element>
		<element name="lamp64" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="288" width="60" height="60"/>
		</element>
		<element name="lamp65" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="288" width="60" height="60"/>
		</element>
		<element name="lamp66" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="288" width="60" height="60"/>
		</element>
		<element name="lamp67" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="288" width="60" height="60"/>
		</element>
		<element name="lamp68" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="288" width="60" height="60"/>
		</element>
		<element name="lamp69" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="288" width="60" height="60"/>
		</element>
		<element name="lamp70" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="288" width="60" height="60"/>
		</element>
		<element name="lamp71" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="288" width="60" height="60"/>
		</element>
		<element name="lamp72" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="288" width="60" height="60"/>
		</element>
		<element name="lamp73" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="288" width="60" height="60"/>
		</element>
		<element name="lamp74" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="288" width="60" height="60"/>
		</element>
		<element name="lamp75" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="288" width="60" height="60"/>
		</element>
		<element name="lamp76" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="288" width="60" height="60"/>
		</element>
		<element name="lamp77" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="288" width="60" height="60"/>
		</element>
		<element name="lamp78" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="288" width="60" height="60"/>
		</element>
		<element name="lamp79" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="288" width="60" height="60"/>
		</element>
		<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="352" width="60" height="60"/>
		</element>
		<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="352" width="60" height="60"/>
		</element>
		<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="352" width="60" height="60"/>
		</element>
		<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="352" width="60" height="60"/>
		</element>
		<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="352" width="60" height="60"/>
		</element>
		<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="352" width="60" height="60"/>
		</element>
		<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="352" width="60" height="60"/>
		</element>
		<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="352" width="60" height="60"/>
		</element>
		<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="352" width="60" height="60"/>
		</element>
		<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="352" width="60" height="60"/>
		</element>
		<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="352" width="60" height="60"/>
		</element>
		<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="352" width="60" height="60"/>
		</element>
		<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="352" width="60" height="60"/>
		</element>
		<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="352" width="60" height="60"/>
		</element>
		<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="352" width="60" height="60"/>
		</element>
		<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="352" width="60" height="60"/>
		</element>
		<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="416" width="60" height="60"/>
		</element>
		<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="416" width="60" height="60"/>
		</element>
		<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="416" width="60" height="60"/>
		</element>
		<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="416" width="60" height="60"/>
		</element>
		<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="416" width="60" height="60"/>
		</element>
		<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="416" width="60" height="60"/>
		</element>
		<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="416" width="60" height="60"/>
		</element>
		<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="416" width="60" height="60"/>
		</element>
		<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="416" width="60" height="60"/>
		</element>
		<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="416" width="60" height="60"/>
		</element>
		<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="416" width="60" height="60"/>
		</element>
		<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="416" width="60" height="60"/>
		</element>
		<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="416" width="60" height="60"/>
		</element>
		<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="416" width="60" height="60"/>
		</element>
		<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="416" width="60" height="60"/>
		</element>
		<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="416" width="60" height="60"/>
		</element>
		<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="480" width="60" height="60"/>
		</element>
		<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="480" width="60" height="60"/>
		</element>
		<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="480" width="60" height="60"/>
		</element>
		<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="480" width="60" height="60"/>
		</element>
		<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="480" width="60" height="60"/>
		</element>
		<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="480" width="60" height="60"/>
		</element>
		<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="480" width="60" height="60"/>
		</element>
		<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="480" width="60" height="60"/>
		</element>
		<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="480" width="60" height="60"/>
		</element>
		<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="480" width="60" height="60"/>
		</element>
		<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="480" width="60" height="60"/>
		</element>
		<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="480" width="60" height="60"/>
		</element>
		<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="480" width="60" height="60"/>
		</element>
		<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="480" width="60" height="60"/>
		</element>
		<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="480" width="60" height="60"/>
		</element>
		<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="480" width="60" height="60"/>
		</element>
		<element name="lamp128" ref="debug_lamp_segment" state="0">
			<bounds x="32" y="544" width="60" height="60"/>
		</element>
		<element name="lamp129" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="544" width="60" height="60"/>
		</element>
		<element name="lamp130" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="544" width="60" height="60"/>
		</element>
		<element name="lamp131" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="544" width="60" height="60"/>
		</element>
		<element name="lamp132" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="544" width="60" height="60"/>
		</element>
		<element name="lamp133" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="544" width="60" height="60"/>
		</element>
		<element name="lamp134" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="544" width="60" height="60"/>
		</element>
		<element name="lamp135" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="544" width="60" height="60"/>
		</element>
		<element name="lamp136" ref="debug_lamp_segment" state="0">
			<bounds x="544" y="544" width="60" height="60"/>
		</element>
		<element name="lamp137" ref="debug_lamp_segment" state="0">
			<bounds x="608" y="544" width="60" height="60"/>
		</element>
		<element name="lamp138" ref="debug_lamp_segment" state="0">
			<bounds x="672" y="544" width="60" height="60"/>
		</element>
		<element name="lamp139" ref="debug_lamp_segment" state="0">
			<bounds x="736" y="544" width="60" height="60"/>
		</element>
		<element name="lamp140" ref="debug_lamp_segment" state="0">
			<bounds x="800" y="544" width="60" height="60"/>
		</element>
		<element name="lamp141" ref="debug_lamp_segment" state="0">
			<bounds x="864" y="544" width="60" height="60"/>
		</element>
		<element name="lamp142" ref="debug_lamp_segment" state="0">
			<bounds x="928" y="544" width="60" height="60"/>
		</element>
		<element name="lamp143" ref="debug_lamp_segment" state="0">
			<bounds x="992" y="544" width="60" height="60"/>
		</element>
		<element name="lamp144" ref="debug_lamp_segment" state="0">
			<bounds x="32" y="608" width="60" height="60"/>
		</element>
		<element name="lamp145" ref="debug_lamp_segment" state="0">
			<bounds x="96" y="608" width="60" height="60"/>
		</element>
		<element name="lamp146" ref="debug_lamp_segment" state="0">
			<bounds x="160" y="608" width="60" height="60"/>
		</element>
		<element name="lamp147" ref="debug_lamp_segment" state="0">
			<bounds x="224" y="608" width="60" height="60"/>
		</element>
		<element name="lamp148" ref="debug_lamp_segment" state="0">
			<bounds x="288" y="608" width="60" height="60"/>
		</element>
		<element name="lamp149" ref="debug_lamp_segment" state="0">
			<bounds x="352" y="608" width="60" height="60"/>
		</element>
		<element name="lamp150" ref="debug_lamp_segment" state="0">
			<bounds x="416" y="608" width="60" height="60"/>
		</element>
		<element name="lamp151" ref="debug_lamp_segment" state="0">
			<bounds x="480" y="608" width="60" height="60"/>
		</element>
		<element name="lamp152" ref="debug_lamp_segment" state="0">
			<bounds x="544" y="608" width="60" height="60"/>
		</element>
		<element name="lamp153" ref="debug_lamp_segment" state="0">
			<bounds x="608" y="608" width="60" height="60"/>
		</element>
		<element name="lamp154" ref="debug_lamp_segment" state="0">
			<bounds x="672" y="608" width="60" height="60"/>
		</element>
		<element name="lamp155" ref="debug_lamp_segment" state="0">
			<bounds x="736" y="608" width="60" height="60"/>
		</element>
		<element name="lamp156" ref="debug_lamp_segment" state="0">
			<bounds x="800" y="608" width="60" height="60"/>
		</element>
		<element name="lamp157" ref="debug_lamp_segment" state="0">
			<bounds x="864" y="608" width="60" height="60"/>
		</element>
		<element name="lamp158" ref="debug_lamp_segment" state="0">
			<bounds x="928" y="608" width="60" height="60"/>
		</element>
		<element name="lamp159" ref="debug_lamp_segment" state="0">
			<bounds x="992" y="608" width="60" height="60"/>
		</element>
		<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="672" width="60" height="60"/>
		</element>
		<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="672" width="60" height="60"/>
		</element>
		<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="672" width="60" height="60"/>
		</element>
		<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="672" width="60" height="60"/>
		</element>
		<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="672" width="60" height="60"/>
		</element>
		<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="672" width="60" height="60"/>
		</element>
		<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="672" width="60" height="60"/>
		</element>
		<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="672" width="60" height="60"/>
		</element>
		<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="672" width="60" height="60"/>
		</element>
		<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="672" width="60" height="60"/>
		</element>
		<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="672" width="60" height="60"/>
		</element>
		<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="672" width="60" height="60"/>
		</element>
		<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="672" width="60" height="60"/>
		</element>
		<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="672" width="60" height="60"/>
		</element>
		<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="672" width="60" height="60"/>
		</element>
		<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="672" width="60" height="60"/>
		</element>
		<element name="lamp176" ref="debug_lamp_standard" state="0">
			<bounds x="32" y="736" width="60" height="60"/>
		</element>
		<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="736" width="60" height="60"/>
		</element>
		<element name="lamp178" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="736" width="60" height="60"/>
		</element>
		<element name="lamp179" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="736" width="60" height="60"/>
		</element>
		<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="736" width="60" height="60"/>
		</element>
		<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="736" width="60" height="60"/>
		</element>
		<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="736" width="60" height="60"/>
		</element>
		<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="736" width="60" height="60"/>
		</element>
		<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="736" width="60" height="60"/>
		</element>
		<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="736" width="60" height="60"/>
		</element>
		<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="736" width="60" height="60"/>
		</element>
		<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="736" width="60" height="60"/>
		</element>
		<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="736" width="60" height="60"/>
		</element>
		<element name="lamp189" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="736" width="60" height="60"/>
		</element>
		<element name="lamp190" ref="debug_lamp_standard" state="0">
			<bounds x="928" y="736" width="60" height="60"/>
		</element>
		<element name="lamp191" ref="debug_lamp_standard" state="0">
			<bounds x="992" y="736" width="60" height="60"/>
		</element>
		<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="800" width="60" height="60"/>
		</element>
		<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="800" width="60" height="60"/>
		</element>
		<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="800" width="60" height="60"/>
		</element>
		<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="800" width="60" height="60"/>
		</element>
		<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="800" width="60" height="60"/>
		</element>
		<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="800" width="60" height="60"/>
		</element>
		<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="800" width="60" height="60"/>
		</element>
		<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="800" width="60" height="60"/>
		</element>
		<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="800" width="60" height="60"/>
		</element>
		<element name="lamp201" ref="debug_lamp_button" state="0">
			<bounds x="608" y="800" width="60" height="60"/>
		</element>
		<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="800" width="60" height="60"/>
		</element>
		<element name="lamp203" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="800" width="60" height="60"/>
		</element>
		<element name="lamp204" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="800" width="60" height="60"/>
		</element>
		<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="800" width="60" height="60"/>
		</element>
		<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="800" width="60" height="60"/>
		</element>
		<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="800" width="60" height="60"/>
		</element>
		<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="864" width="60" height="60"/>
		</element>
		<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="864" width="60" height="60"/>
		</element>
		<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="864" width="60" height="60"/>
		</element>
		<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="864" width="60" height="60"/>
		</element>
		<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="864" width="60" height="60"/>
		</element>
		<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="864" width="60" height="60"/>
		</element>
		<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="864" width="60" height="60"/>
		</element>
		<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="864" width="60" height="60"/>
		</element>
		<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="864" width="60" height="60"/>
		</element>
		<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="864" width="60" height="60"/>
		</element>
		<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="864" width="60" height="60"/>
		</element>
		<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="864" width="60" height="60"/>
		</element>
		<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="864" width="60" height="60"/>
		</element>
		<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="864" width="60" height="60"/>
		</element>
		<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="864" width="60" height="60"/>
		</element>
		<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="864" width="60" height="60"/>
		</element>
		<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="928" width="60" height="60"/>
		</element>
		<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="928" width="60" height="60"/>
		</element>
		<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="928" width="60" height="60"/>
		</element>
		<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="928" width="60" height="60"/>
		</element>
		<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="928" width="60" height="60"/>
		</element>
		<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="928" width="60" height="60"/>
		</element>
		<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="928" width="60" height="60"/>
		</element>
		<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="928" width="60" height="60"/>
		</element>
		<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="928" width="60" height="60"/>
		</element>
		<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="928" width="60" height="60"/>
		</element>
		<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="928" width="60" height="60"/>
		</element>
		<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="928" width="60" height="60"/>
		</element>
		<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="928" width="60" height="60"/>
		</element>
		<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="928" width="60" height="60"/>
		</element>
		<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="928" width="60" height="60"/>
		</element>
		<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="928" width="60" height="60"/>
		</element>
		<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="992" width="60" height="60"/>
		</element>
		<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="992" width="60" height="60"/>
		</element>
		<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="992" width="60" height="60"/>
		</element>
		<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="992" width="60" height="60"/>
		</element>
		<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="992" width="60" height="60"/>
		</element>
		<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="992" width="60" height="60"/>
		</element>
		<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="992" width="60" height="60"/>
		</element>
		<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="992" width="60" height="60"/>
		</element>
		<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="992" width="60" height="60"/>
		</element>
		<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="992" width="60" height="60"/>
		</element>
		<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="992" width="60" height="60"/>
		</element>
		<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="992" width="60" height="60"/>
		</element>
		<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="992" width="60" height="60"/>
		</element>
		<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="992" width="60" height="60"/>
		</element>
		<element name="lamp254" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="992" width="60" height="60"/>
		</element>
		<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="992" width="60" height="60"/>
		</element>

		<repeat count="16">
			<param name="s" start="0" increment="16" />
			<param name="y" start="47" increment="64" />
			<repeat count="16">
				<param name="n" start="~s~" increment="1" />
				<param name="x" start="47" increment="64" />
				<element name="debug_lamp_label_~n~" ref="debug_lamp_label_~n~">
					<bounds x="~x~" y="~y~" width="30" height="30"/>
				</element>
			</repeat>
		</repeat>

		<element name="debug_button_0" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="660" width="80" height="44"/>
		</element>
		<element name="lamp12" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="660" width="80" height="44"/>
		</element>
		<element name="lamp13" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="660" width="80" height="44"/>
		</element>
		<element name="lamp14" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="660" width="80" height="44"/>
		</element>
		<element name="lamp15" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="660" width="80" height="44"/>
		</element>
		<element name="lamp29" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="708" width="80" height="44"/>
		</element>
		<element name="lamp30" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="708" width="80" height="44"/>
		</element>
		<element name="lamp31" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="708" width="80" height="44"/>
		</element>
		<element name="lamp16" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="708" width="80" height="44"/>
		</element>
		<element name="lamp17" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="756" width="80" height="44"/>
		</element>
		<element name="lamp201" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="756" width="80" height="44"/>
		</element>
		<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="804" width="80" height="44"/>
		</element>
		<element name="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_34" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_36" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="852" width="80" height="44"/>
		</element>
		<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="900" width="80" height="44"/>
		</element>
		<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="948" width="80" height="44"/>
		</element>
		<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
			<bounds x="1604" y="996" width="80" height="44"/>
		</element>
		<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
			<bounds x="1688" y="996" width="80" height="44"/>
		</element>

		<repeat count="8">
			<param name="s" start="0" increment="8" />
			<param name="y" start="671" increment="48" />
			<repeat count="8">
				<param name="n" start="~s~" increment="1" />
				<param name="x" start="1120" increment="84" />
				<element name="debug_button_label_~n~" ref="debug_button_label_~n~">
					<bounds x="~x~" y="~y~" width="40" height="22"/>
				</element>
			</repeat>
		</repeat>

		<repeat count="16">
			<param name="n" start="0" increment="1" />
			<param name="x" start="1150" increment="32" />
			<element name="vfd~n~" ref="debug_vfd" state="0">
				<bounds x="~x~" y="600" width="32" height="48"/>
			</element>
		</repeat>
	</view>
</mamelayout>