summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/j6ewn.lay
blob: 612388191fec2906238441eb70a9b933c6d3027b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
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
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719



































































































































































































































































































































































































































































                                                                              
                                                     


























































                                                                              
                                  


















                                                                              
                                      


















                                                                              
                                      


























































                                                                              
                                      


















                                                                              
                                      


























































                                                                              
                                      


















                                                                              
                                      






































                                                                              
                                      






































                                                                              
                                       






































                                                                              
                                       














































































                                                                              
                                             


















                                                                              
                                       


















                                                                              
                                       


















                                                                              
                                      


















                                                                              
                                      


















                                                                              
                                                 

































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                             







                                                                                                                                                    
                  

                                         
                                                                 
                                                                              
                       
                                                
                                                                 
                                                                              
                       
                                           
                                                                 
                                                                              
                       
                                          
                                                                 
                                                                              
                       
                                            
                                                                 
                                                                              
                       
                                        
                                                                 
                                                                              

                       

                                              
                                                                 
                       
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  






                                                                    
                  








                                                                                      















                                                                    








                                                                                      




                                                                 





















                                                                 
                                               
                                                                      

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                               
                                                                         
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                                 
                                                                                            
                          
                                                             
                                                                         

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                      

                                                                   
                                                                      

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                       

                                                                 
                                                                       

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                         

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                                                           
                                                                       

                                                                                                    
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                        
                                                                        

                                                                 
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                       

                                                                   
                                                                       

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                          
                                                                         

                                                                   
                                                                         

                                                                          
                                                                        

                                                                   
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                
                                                                        

                                                                                                         
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                                                                                                 
                                                                        

                                                                                                          
                                                                        

                                               
                                                                         
                          


                                                                    





                                                                                                   
                                                          


                                                                                                   


                                                                                
                                                       
                                                                       
                          


                                     
                                                     
                                                                        
                          
 
                                                                              
                                                                      
                          
                                                                              
                                                                      
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                              
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                      
                          
                                                                               
                                                                      
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                       
                          
                                                                               
                                                                       
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                         
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                         
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                        
                          
                                                                               
                                                                        
                          
                                                                               
                                                                        
                          
                                                                           
                                                                       
                          
                                                                           
                                                                       
                          
                                                                           
                                                                        
                          
                                                                           
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                       
                          
                                                                                
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                          
                                                                       
                          
                                                                                
                                                                       
                          
                                                                          
                                                                        
                          
                                                                          
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                          
                                                                       
                          
                                                                                
                                                                       
                          
                                                                          
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                       
                          
                                                                            
                                                                       
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                                
                                                                        
                          
                                                                            
                                                                        
                          
                                                                                
                                                                        
                          












                                                                                                
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                          
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                              
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                               
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          
                                                                                                                           
                                                                         
                          












                                                                                                    
                                   


                                                                         


                                                                                
 
                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                               
                                                                          
                          
                                                                 
                                                                                             
                          
                                                                 
                                                                                              
                          
                                                                 
                                                                                              
                          
                                                             
                                                                          

                                                                
                                                                         

                                                                
                                                                         

                                                                
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         

                                                                                        
                                                                         
                          

               
<?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_121_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_121_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_120_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_120_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_119_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_119_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_118_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_118_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_117_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_117_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_116_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_116_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_115_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_115_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_114_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_114_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_113_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_113_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_112_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_112_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_106_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_106_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="nudges">
			<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="available">
			<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_105_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_105_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="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_104_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_104_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="9">
			<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_103_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_103_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="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_102_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_102_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="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_101_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_101_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="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_100_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_100_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="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_99_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_99_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="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_98_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_98_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="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_97_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_97_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="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_96_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_96_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="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_93_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_93_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.06"/>
		</rect>
		<text string="JPM  X  JPM  X JPM ">
			<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_90_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_90_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.06"/>
		</rect>
		<text string="JPM X  JPM  X JPM">
			<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_89_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_89_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.06"/>
		</rect>
		<text string="27 WAYS TO WIN £2.00">
			<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_88_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_88_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="JPM X JPM X JPM">
			<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.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_68_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="choose nudge up or nudge down">
			<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_128_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_128_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="£">
			<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_200_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_200_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="£1.00">
			<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_201_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_201_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</rect>
		<text string="£2.00">
			<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_199_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_199_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="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_74_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_74_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="3 cherries">
			<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.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_75_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="£1.00">
			<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.50" green="0.25" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_76_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.06"/>
		</rect>
		<text string="£1.00">
			<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.50" green="0.25" blue="0.13"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.03"/>
		</rect>
	</element>
	<element name="lamp_77_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.25"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.06"/>
		</rect>
		<text string="3 oranges">
			<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.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_78_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="3 plums">
			<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.50" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.12" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_79_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="£2.00">
			<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_80_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_80_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="£2.00">
			<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_81_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_81_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="3 bells">
			<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_82_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_82_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.19"/>
		</rect>
		<text string="£5.00">
			<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_83_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_83_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.19"/>
		</rect>
		<text string="3 pears">
			<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_84_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_84_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</rect>
		<text string="£10.00">
			<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_85_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_85_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</rect>
		<text string="3 grapes">
			<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_86_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_86_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.00"/>
		</rect>
		<text string="£15.00">
			<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_87_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.12" blue="0.00"/>
		</rect>
	</element>
	<element name="lamp_87_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="1.00" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.25" blue="0.00"/>
		</rect>
		<text string="3 melons">
			<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_198_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_198_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="NOTHING">
			<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_197_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_197_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="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_216_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_216_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="£15. jackpot">
			<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_205_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_205_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="£10.00">
			<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.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_204_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="£10.00">
			<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.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_203_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="£5.00">
			<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_202_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_202_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="£4.00">
			<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_207_1_border" defstate="0">
		<disk state="1">
			<color red="0.50" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.12" green="0.00" blue="0.00"/>
		</disk>
	</element>
	<element name="lamp_207_1" defstate="0">
		<disk state="1">
			<color red="1.00" green="0.00" blue="0.00"/>
		</disk>
		<disk state="0">
			<color red="0.25" green="0.00" blue="0.00"/>
		</disk>
		<text string="jackpot   £15.00">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="lamp_222_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_222_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="ER">
			<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_215_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_215_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="EAC">
			<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_221_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_221_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="G">
			<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_220_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_220_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="D">
			<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_219_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_219_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="NU">
			<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_218_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_218_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="AY">
			<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_217_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_217_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="HW">
			<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_247_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_247_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="CHERRY CHERRY - ANY">
			<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_246_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_246_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="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_245_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_245_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="ORANGE ORANGE - ANY">
			<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_244_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_244_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="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_243_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_243_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="PLUM  PLUM -ANY">
			<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_242_1_border" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_242_1" defstate="0">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</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_241_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_241_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="BELL BELL  - ANY">
			<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_240_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_240_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="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_233_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_233_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.19"/>
		</rect>
		<text string="PEAR PEAR  -ANY">
			<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_232_1_border" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.25" blue="0.38"/>
		</rect>
		<rect state="0">
			<color red="0.12" green="0.06" blue="0.09"/>
		</rect>
	</element>
	<element name="lamp_232_1" defstate="0">
		<rect state="1">
			<color red="1.00" green="0.50" blue="0.75"/>
		</rect>
		<rect state="0">
			<color red="0.25" green="0.13" blue="0.19"/>
		</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_231_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_231_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</rect>
		<text string="GRAPE GRAPE - ANY">
			<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_230_1_border" defstate="0">
		<rect state="1">
			<color red="0.25" green="0.25" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.06" green="0.06" blue="0.12"/>
		</rect>
	</element>
	<element name="lamp_230_1" defstate="0">
		<rect state="1">
			<color red="0.50" green="0.50" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.13" green="0.13" blue="0.25"/>
		</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_229_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_229_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="MELON MELON -ANY">
			<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_228_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_228_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="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_225_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_225_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="JPM X  JPM  X  - ANY">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.30"/>
		</text>
		<text string="JPM X  JPM X     ANY">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.30"/>
		</text>
		<text string="JPM X  JPM X     ANY">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.65" width="0.90" height="0.30"/>
		</text>
	</element>
	<element name="lamp_224_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_224_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="9 WAYS TO WIN 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="colour_button_83_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_83">
		<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="start">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.40"/>
		</text>
		<text string="take it">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.50" width="0.80" height="0.40"/>
		</text>
	</element>
	<element name="colour_button_85_border">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_85">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.00"/>
		</rect>
		<text string="nudge down">
			<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_86_border">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_86">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.00"/>
		</rect>
		<text string="nudge up">
			<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_87_border">
		<rect state="1">
			<color red="0.00" green="0.25" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.06" blue="0.00"/>
		</rect>
	</element>
	<element name="colour_button_87">
		<rect state="1">
			<color red="0.00" green="0.50" blue="0.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.13" blue="0.00"/>
		</rect>
		<text string="gamble">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="colour_button_88_border">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_88">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="hold">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="colour_button_89_border">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_89">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="hold">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="colour_button_90_border">
		<rect state="1">
			<color red="0.00" green="0.00" blue="0.50"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.12"/>
		</rect>
	</element>
	<element name="colour_button_90">
		<rect state="1">
			<color red="0.00" green="0.00" blue="1.00"/>
		</rect>
		<rect state="0">
			<color red="0.00" green="0.00" blue="0.25"/>
		</rect>
		<text string="hold">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.10" y="0.10" width="0.80" height="0.80"/>
		</text>
	</element>
	<element name="reel_background">
		<rect>
			<color red="1.0" green="1.0" blue="1.0"/>
		</rect>
	</element>
	<element name="reel0" defstate="0">
		<reel reelreversed="0" stateoffset="2730" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel1" defstate="0">
		<reel reelreversed="0" stateoffset="2730" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</element>
	<element name="reel2" defstate="0">
		<reel reelreversed="0" stateoffset="2730" numsymbolsvisible="3" symbollist="reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel,reel">
			<color red="0.0" green="0.0" blue="0.0"/>
		</reel>
	</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="vfd0">
		<led16segsc>
			<color red="0.0" green="1.0" blue="1.0"/>
		</led16segsc>
	</element>
	<element name="vfd0_background">
		<rect>
			<color red="0.0" green="0.0" blue="0.0"/>
		</rect>
	</element>
	<element name="reel_lamp" defstate="0">
		<rect> <color red="0.40" green="0.40" blue="0.40"/> </rect>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="1.0"      height="1.0"/>      <color red="0.50" green="0.50" blue="0.50"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.916667" height="0.916667"/> <color red="0.60" green="0.60" blue="0.60"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.833333" height="0.833333"/> <color red="0.70" green="0.70" blue="0.70"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.75"     height="0.75"/>     <color red="0.80" green="0.80" blue="0.80"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.666667" height="0.666667"/> <color red="0.90" green="0.90" blue="0.90"/> </disk>
		<disk state="1"> <bounds xc="0.5" yc="0.5" width="0.583333" height="0.583333"/> <color red="1.00" green="1.00" blue="1.00"/> </disk>
	</element>
	<element name="label_82">
		<text string="shortcuts">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.05" width="0.90" height="0.15"/>
		</text>
		<text string="start= space bar">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.20" width="0.90" height="0.15"/>
		</text>
		<text string="hold= 1-2-3">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.35" width="0.90" height="0.15"/>
		</text>
		<text string="nudge up=u">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.50" width="0.90" height="0.15"/>
		</text>
		<text string="nudge down=d">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.65" width="0.90" height="0.15"/>
		</text>
		<text string="gamble=g">
			<color red="0.0" green="0.0" blue="0.0"/>
			<bounds x="0.05" y="0.80" width="0.90" height="0.15"/>
		</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>
	<element name="debug_reel_symbol_count_0">
		<text string="16">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_1">
		<text string="16">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>
	<element name="debug_reel_symbol_count_2">
		<text string="16">
			<color red="1.0" green="1.0" blue="1.0"/>
		</text>
	</element>

	<view name="AWP Simulated Video">
		<element ref="backdrop_colour">
			<bounds x="0" y="0" width="819" height="731"/>
		</element>
		<element ref="reel_background">
			<bounds x="157" y="520" width="80" height="140"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="157.0000" y="520.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="157.0000" y="566.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="157.0000" y="613.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel1" ref="reel0" state="0">
			<bounds x="157" y="520" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="240" y="521" width="80" height="140"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="240.0000" y="521.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="240.0000" y="567.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="240.0000" y="614.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel2" ref="reel1" state="0">
			<bounds x="240" y="521" width="80" height="140"/>
		</element>
		<element ref="reel_background">
			<bounds x="323" y="520" width="80" height="140"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="323.0000" y="520.0000" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="323.0000" y="566.6667" width="80.0000" height="46.6667"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="323.0000" y="613.3333" width="80.0000" height="46.6667"/>
		</element>
		<element name="sreel3" ref="reel2" state="0">
			<bounds x="323" y="520" width="80" height="140"/>
		</element>
		<element name="lamp121" ref="lamp_121_1_border" state="0">
			<bounds x="65" y="423" width="36" height="36"/>
		</element>
		<element name="lamp121" ref="lamp_121_1" state="0">
			<bounds x="67" y="425" width="32" height="32"/>
		</element>
		<element name="lamp120" ref="lamp_120_1_border" state="0">
			<bounds x="65" y="390" width="36" height="36"/>
		</element>
		<element name="lamp120" ref="lamp_120_1" state="0">
			<bounds x="67" y="392" width="32" height="32"/>
		</element>
		<element name="lamp119" ref="lamp_119_1_border" state="0">
			<bounds x="59" y="357" width="42" height="36"/>
		</element>
		<element name="lamp119" ref="lamp_119_1" state="0">
			<bounds x="61" y="359" width="38" height="32"/>
		</element>
		<element name="lamp118" ref="lamp_118_1_border" state="0">
			<bounds x="59" y="322" width="42" height="36"/>
		</element>
		<element name="lamp118" ref="lamp_118_1" state="0">
			<bounds x="61" y="324" width="38" height="32"/>
		</element>
		<element name="lamp117" ref="lamp_117_1_border" state="0">
			<bounds x="59" y="289" width="42" height="36"/>
		</element>
		<element name="lamp117" ref="lamp_117_1" state="0">
			<bounds x="61" y="291" width="38" height="32"/>
		</element>
		<element name="lamp116" ref="lamp_116_1_border" state="0">
			<bounds x="59" y="255" width="42" height="36"/>
		</element>
		<element name="lamp116" ref="lamp_116_1" state="0">
			<bounds x="61" y="257" width="38" height="32"/>
		</element>
		<element name="lamp115" ref="lamp_115_1_border" state="0">
			<bounds x="59" y="221" width="42" height="36"/>
		</element>
		<element name="lamp115" ref="lamp_115_1" state="0">
			<bounds x="61" y="223" width="38" height="32"/>
		</element>
		<element name="lamp114" ref="lamp_114_1_border" state="0">
			<bounds x="59" y="188" width="42" height="36"/>
		</element>
		<element name="lamp114" ref="lamp_114_1" state="0">
			<bounds x="61" y="190" width="38" height="32"/>
		</element>
		<element name="lamp113" ref="lamp_113_1_border" state="0">
			<bounds x="59" y="154" width="42" height="36"/>
		</element>
		<element name="lamp113" ref="lamp_113_1" state="0">
			<bounds x="61" y="156" width="38" height="32"/>
		</element>
		<element name="lamp112" ref="lamp_112_1_border" state="0">
			<bounds x="59" y="119" width="42" height="36"/>
		</element>
		<element name="lamp112" ref="lamp_112_1" state="0">
			<bounds x="61" y="121" width="38" height="32"/>
		</element>
		<element name="lamp106" ref="lamp_106_1_border" state="0">
			<bounds x="19" y="68" width="82" height="52"/>
		</element>
		<element name="lamp106" ref="lamp_106_1" state="0">
			<bounds x="21" y="70" width="78" height="48"/>
		</element>
		<element name="lamp105" ref="lamp_105_1_border" state="0">
			<bounds x="20" y="119" width="34" height="34"/>
		</element>
		<element name="lamp105" ref="lamp_105_1" state="0">
			<bounds x="22" y="121" width="30" height="30"/>
		</element>
		<element name="lamp104" ref="lamp_104_1_border" state="0">
			<bounds x="20" y="154" width="34" height="34"/>
		</element>
		<element name="lamp104" ref="lamp_104_1" state="0">
			<bounds x="22" y="156" width="30" height="30"/>
		</element>
		<element name="lamp103" ref="lamp_103_1_border" state="0">
			<bounds x="20" y="188" width="34" height="34"/>
		</element>
		<element name="lamp103" ref="lamp_103_1" state="0">
			<bounds x="22" y="190" width="30" height="30"/>
		</element>
		<element name="lamp102" ref="lamp_102_1_border" state="0">
			<bounds x="20" y="222" width="34" height="34"/>
		</element>
		<element name="lamp102" ref="lamp_102_1" state="0">
			<bounds x="22" y="224" width="30" height="30"/>
		</element>
		<element name="lamp101" ref="lamp_101_1_border" state="0">
			<bounds x="20" y="255" width="34" height="34"/>
		</element>
		<element name="lamp101" ref="lamp_101_1" state="0">
			<bounds x="22" y="257" width="30" height="30"/>
		</element>
		<element name="lamp100" ref="lamp_100_1_border" state="0">
			<bounds x="20" y="288" width="34" height="34"/>
		</element>
		<element name="lamp100" ref="lamp_100_1" state="0">
			<bounds x="22" y="290" width="30" height="30"/>
		</element>
		<element name="lamp99" ref="lamp_99_1_border" state="0">
			<bounds x="20" y="321" width="34" height="34"/>
		</element>
		<element name="lamp99" ref="lamp_99_1" state="0">
			<bounds x="22" y="323" width="30" height="30"/>
		</element>
		<element name="lamp98" ref="lamp_98_1_border" state="0">
			<bounds x="20" y="355" width="34" height="34"/>
		</element>
		<element name="lamp98" ref="lamp_98_1" state="0">
			<bounds x="22" y="357" width="30" height="30"/>
		</element>
		<element name="lamp97" ref="lamp_97_1_border" state="0">
			<bounds x="20" y="390" width="34" height="34"/>
		</element>
		<element name="lamp97" ref="lamp_97_1" state="0">
			<bounds x="22" y="392" width="30" height="30"/>
		</element>
		<element name="lamp96" ref="lamp_96_1_border" state="0">
			<bounds x="20" y="423" width="34" height="34"/>
		</element>
		<element name="lamp96" ref="lamp_96_1" state="0">
			<bounds x="22" y="425" width="30" height="30"/>
		</element>
		<element name="lamp93" ref="lamp_93_1_border" state="0">
			<bounds x="364" y="413" width="102" height="36"/>
		</element>
		<element name="lamp93" ref="lamp_93_1" state="0">
			<bounds x="366" y="415" width="98" height="32"/>
		</element>
		<element name="lamp90" ref="lamp_90_1_border" state="0">
			<bounds x="363" y="379" width="102" height="36"/>
		</element>
		<element name="lamp90" ref="lamp_90_1" state="0">
			<bounds x="365" y="381" width="98" height="32"/>
		</element>
		<element name="lamp89" ref="lamp_89_1_border" state="0">
			<bounds x="466" y="347" width="36" height="100"/>
		</element>
		<element name="lamp89" ref="lamp_89_1" state="0">
			<bounds x="468" y="349" width="32" height="96"/>
		</element>
		<element name="lamp88" ref="lamp_88_1_border" state="0">
			<bounds x="363" y="344" width="102" height="36"/>
		</element>
		<element name="lamp88" ref="lamp_88_1" state="0">
			<bounds x="365" y="346" width="98" height="32"/>
		</element>
		<element name="lamp68" ref="lamp_68_1_border" state="0">
			<bounds x="143" y="233" width="64" height="66"/>
		</element>
		<element name="lamp68" ref="lamp_68_1" state="0">
			<bounds x="145" y="235" width="60" height="62"/>
		</element>
		<element name="lamp128" ref="lamp_128_1_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="448" y="94" width="42" height="42"/>
		</element>
		<element name="lamp128" ref="lamp_128_1" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="450" y="96" width="38" height="38"/>
		</element>
		<element name="lamp200" ref="lamp_200_1_border" state="0">
			<bounds x="722" y="599" width="44" height="24"/>
		</element>
		<element name="lamp200" ref="lamp_200_1" state="0">
			<bounds x="724" y="601" width="40" height="20"/>
		</element>
		<element name="lamp201" ref="lamp_201_1_border" state="0">
			<bounds x="721" y="575" width="44" height="24"/>
		</element>
		<element name="lamp201" ref="lamp_201_1" state="0">
			<bounds x="723" y="577" width="40" height="20"/>
		</element>
		<element name="lamp199" ref="lamp_199_1_border" state="0">
			<bounds x="722" y="622" width="44" height="24"/>
		</element>
		<element name="lamp199" ref="lamp_199_1" state="0">
			<bounds x="724" y="624" width="40" height="20"/>
		</element>
		<element name="lamp74" ref="lamp_74_1_border" state="0">
			<bounds x="169" y="355" width="54" height="24"/>
		</element>
		<element name="lamp74" ref="lamp_74_1" state="0">
			<bounds x="171" y="357" width="50" height="20"/>
		</element>
		<element name="lamp75" ref="lamp_75_1_border" state="0">
			<bounds x="224" y="355" width="36" height="24"/>
		</element>
		<element name="lamp75" ref="lamp_75_1" state="0">
			<bounds x="226" y="357" width="32" height="20"/>
		</element>
		<element name="lamp76" ref="lamp_76_1_border" state="0">
			<bounds x="226" y="381" width="36" height="24"/>
		</element>
		<element name="lamp76" ref="lamp_76_1" state="0">
			<bounds x="228" y="383" width="32" height="20"/>
		</element>
		<element name="lamp77" ref="lamp_77_1_border" state="0">
			<bounds x="168" y="381" width="54" height="24"/>
		</element>
		<element name="lamp77" ref="lamp_77_1" state="0">
			<bounds x="170" y="383" width="50" height="20"/>
		</element>
		<element name="lamp78" ref="lamp_78_1_border" state="0">
			<bounds x="168" y="405" width="54" height="24"/>
		</element>
		<element name="lamp78" ref="lamp_78_1" state="0">
			<bounds x="170" y="407" width="50" height="20"/>
		</element>
		<element name="lamp79" ref="lamp_79_1_border" state="0">
			<bounds x="226" y="406" width="36" height="24"/>
		</element>
		<element name="lamp79" ref="lamp_79_1" state="0">
			<bounds x="228" y="408" width="32" height="20"/>
		</element>
		<element name="lamp80" ref="lamp_80_1_border" state="0">
			<bounds x="226" y="430" width="36" height="24"/>
		</element>
		<element name="lamp80" ref="lamp_80_1" state="0">
			<bounds x="228" y="432" width="32" height="20"/>
		</element>
		<element name="lamp81" ref="lamp_81_1_border" state="0">
			<bounds x="167" y="430" width="54" height="24"/>
		</element>
		<element name="lamp81" ref="lamp_81_1" state="0">
			<bounds x="169" y="432" width="50" height="20"/>
		</element>
		<element name="lamp82" ref="lamp_82_1_border" state="0">
			<bounds x="321" y="357" width="36" height="24"/>
		</element>
		<element name="lamp82" ref="lamp_82_1" state="0">
			<bounds x="323" y="359" width="32" height="20"/>
		</element>
		<element name="lamp83" ref="lamp_83_1_border" state="0">
			<bounds x="265" y="357" width="54" height="24"/>
		</element>
		<element name="lamp83" ref="lamp_83_1" state="0">
			<bounds x="267" y="359" width="50" height="20"/>
		</element>
		<element name="lamp84" ref="lamp_84_1_border" state="0">
			<bounds x="322" y="384" width="36" height="24"/>
		</element>
		<element name="lamp84" ref="lamp_84_1" state="0">
			<bounds x="324" y="386" width="32" height="20"/>
		</element>
		<element name="lamp85" ref="lamp_85_1_border" state="0">
			<bounds x="266" y="384" width="54" height="24"/>
		</element>
		<element name="lamp85" ref="lamp_85_1" state="0">
			<bounds x="268" y="386" width="50" height="20"/>
		</element>
		<element name="lamp86" ref="lamp_86_1_border" state="0">
			<bounds x="321" y="409" width="36" height="24"/>
		</element>
		<element name="lamp86" ref="lamp_86_1" state="0">
			<bounds x="323" y="411" width="32" height="20"/>
		</element>
		<element name="lamp87" ref="lamp_87_1_border" state="0">
			<bounds x="266" y="409" width="55" height="24"/>
		</element>
		<element name="lamp87" ref="lamp_87_1" state="0">
			<bounds x="268" y="411" width="51" height="20"/>
		</element>
		<element name="lamp198" ref="lamp_198_1_border" state="0">
			<bounds x="572" y="663" width="64" height="24"/>
		</element>
		<element name="lamp198" ref="lamp_198_1" state="0">
			<bounds x="574" y="665" width="60" height="20"/>
		</element>
		<element name="lamp197" ref="lamp_197_1_border" state="0">
			<bounds x="712" y="661" width="64" height="24"/>
		</element>
		<element name="lamp197" ref="lamp_197_1" state="0">
			<bounds x="714" y="663" width="60" height="20"/>
		</element>
		<element name="lamp216" ref="lamp_216_1_border" state="0">
			<bounds x="700" y="484" width="74" height="44"/>
		</element>
		<element name="lamp216" ref="lamp_216_1" state="0">
			<bounds x="702" y="486" width="70" height="40"/>
		</element>
		<element name="lamp205" ref="lamp_205_1_border" state="0">
			<bounds x="766" y="527" width="54" height="24"/>
		</element>
		<element name="lamp205" ref="lamp_205_1" state="0">
			<bounds x="768" y="529" width="50" height="20"/>
		</element>
		<element name="lamp204" ref="lamp_204_1_border" state="0">
			<bounds x="655" y="529" width="54" height="24"/>
		</element>
		<element name="lamp204" ref="lamp_204_1" state="0">
			<bounds x="657" y="531" width="50" height="20"/>
		</element>
		<element name="lamp203" ref="lamp_203_1_border" state="0">
			<bounds x="753" y="552" width="54" height="24"/>
		</element>
		<element name="lamp203" ref="lamp_203_1" state="0">
			<bounds x="755" y="554" width="50" height="20"/>
		</element>
		<element name="lamp202" ref="lamp_202_1_border" state="0">
			<bounds x="669" y="553" width="54" height="24"/>
		</element>
		<element name="lamp202" ref="lamp_202_1" state="0">
			<bounds x="671" y="555" width="50" height="20"/>
		</element>
		<element name="lamp207" ref="lamp_207_1_border" state="0">
			<bounds x="564" y="90" width="87" height="87"/>
		</element>
		<element name="lamp207" ref="lamp_207_1" state="0">
			<bounds x="566" y="92" width="83" height="83"/>
		</element>
		<element name="lamp222" ref="lamp_222_1_border" state="0">
			<bounds x="341" y="122" width="64" height="38"/>
		</element>
		<element name="lamp222" ref="lamp_222_1" state="0">
			<bounds x="343" y="124" width="60" height="34"/>
		</element>
		<element name="lamp215" ref="lamp_215_1_border" state="0">
			<bounds x="191" y="86" width="82" height="38"/>
		</element>
		<element name="lamp215" ref="lamp_215_1" state="0">
			<bounds x="193" y="88" width="78" height="34"/>
		</element>
		<element name="lamp221" ref="lamp_221_1_border" state="0">
			<bounds x="298" y="122" width="44" height="38"/>
		</element>
		<element name="lamp221" ref="lamp_221_1" state="0">
			<bounds x="300" y="124" width="40" height="34"/>
		</element>
		<element name="lamp220" ref="lamp_220_1_border" state="0">
			<bounds x="255" y="122" width="44" height="38"/>
		</element>
		<element name="lamp220" ref="lamp_220_1" state="0">
			<bounds x="257" y="124" width="40" height="34"/>
		</element>
		<element name="lamp219" ref="lamp_219_1_border" state="0">
			<bounds x="192" y="122" width="64" height="38"/>
		</element>
		<element name="lamp219" ref="lamp_219_1" state="0">
			<bounds x="194" y="124" width="60" height="34"/>
		</element>
		<element name="lamp218" ref="lamp_218_1_border" state="0">
			<bounds x="338" y="86" width="68" height="38"/>
		</element>
		<element name="lamp218" ref="lamp_218_1" state="0">
			<bounds x="340" y="88" width="64" height="34"/>
		</element>
		<element name="lamp217" ref="lamp_217_1_border" state="0">
			<bounds x="272" y="86" width="68" height="38"/>
		</element>
		<element name="lamp217" ref="lamp_217_1" state="0">
			<bounds x="274" y="88" width="64" height="34"/>
		</element>
		<element name="lamp247" ref="lamp_247_1_border" state="0">
			<bounds x="519" y="217" width="132" height="24"/>
		</element>
		<element name="lamp247" ref="lamp_247_1" state="0">
			<bounds x="521" y="219" width="128" height="20"/>
		</element>
		<element name="lamp246" ref="lamp_246_1_border" state="0">
			<bounds x="653" y="217" width="24" height="24"/>
		</element>
		<element name="lamp246" ref="lamp_246_1" state="0">
			<bounds x="655" y="219" width="20" height="20"/>
		</element>
		<element name="lamp245" ref="lamp_245_1_border" state="0">
			<bounds x="518" y="242" width="132" height="24"/>
		</element>
		<element name="lamp245" ref="lamp_245_1" state="0">
			<bounds x="520" y="244" width="128" height="20"/>
		</element>
		<element name="lamp244" ref="lamp_244_1_border" state="0">
			<bounds x="654" y="242" width="24" height="24"/>
		</element>
		<element name="lamp244" ref="lamp_244_1" state="0">
			<bounds x="656" y="244" width="20" height="20"/>
		</element>
		<element name="lamp243" ref="lamp_243_1_border" state="0">
			<bounds x="519" y="267" width="132" height="24"/>
		</element>
		<element name="lamp243" ref="lamp_243_1" state="0">
			<bounds x="521" y="269" width="128" height="20"/>
		</element>
		<element name="lamp242" ref="lamp_242_1_border" state="0">
			<bounds x="654" y="267" width="24" height="24"/>
		</element>
		<element name="lamp242" ref="lamp_242_1" state="0">
			<bounds x="656" y="269" width="20" height="20"/>
		</element>
		<element name="lamp241" ref="lamp_241_1_border" state="0">
			<bounds x="519" y="292" width="132" height="24"/>
		</element>
		<element name="lamp241" ref="lamp_241_1" state="0">
			<bounds x="521" y="294" width="128" height="20"/>
		</element>
		<element name="lamp240" ref="lamp_240_1_border" state="0">
			<bounds x="654" y="292" width="24" height="24"/>
		</element>
		<element name="lamp240" ref="lamp_240_1" state="0">
			<bounds x="656" y="294" width="20" height="20"/>
		</element>
		<element name="lamp233" ref="lamp_233_1_border" state="0">
			<bounds x="519" y="316" width="132" height="24"/>
		</element>
		<element name="lamp233" ref="lamp_233_1" state="0">
			<bounds x="521" y="318" width="128" height="20"/>
		</element>
		<element name="lamp232" ref="lamp_232_1_border" state="0">
			<bounds x="654" y="315" width="24" height="24"/>
		</element>
		<element name="lamp232" ref="lamp_232_1" state="0">
			<bounds x="656" y="317" width="20" height="20"/>
		</element>
		<element name="lamp231" ref="lamp_231_1_border" state="0">
			<bounds x="519" y="340" width="132" height="24"/>
		</element>
		<element name="lamp231" ref="lamp_231_1" state="0">
			<bounds x="521" y="342" width="128" height="20"/>
		</element>
		<element name="lamp230" ref="lamp_230_1_border" state="0">
			<bounds x="654" y="339" width="24" height="24"/>
		</element>
		<element name="lamp230" ref="lamp_230_1" state="0">
			<bounds x="656" y="341" width="20" height="20"/>
		</element>
		<element name="lamp229" ref="lamp_229_1_border" state="0">
			<bounds x="520" y="364" width="132" height="24"/>
		</element>
		<element name="lamp229" ref="lamp_229_1" state="0">
			<bounds x="522" y="366" width="128" height="20"/>
		</element>
		<element name="lamp228" ref="lamp_228_1_border" state="0">
			<bounds x="653" y="365" width="24" height="24"/>
		</element>
		<element name="lamp228" ref="lamp_228_1" state="0">
			<bounds x="655" y="367" width="20" height="20"/>
		</element>
		<element name="lamp225" ref="lamp_225_1_border" state="0">
			<bounds x="517" y="389" width="132" height="80"/>
		</element>
		<element name="lamp225" ref="lamp_225_1" state="0">
			<bounds x="519" y="391" width="128" height="76"/>
		</element>
		<element name="lamp224" ref="lamp_224_1_border" state="0">
			<bounds x="647" y="394" width="36" height="72"/>
		</element>
		<element name="lamp224" ref="lamp_224_1" state="0">
			<bounds x="649" y="396" width="32" height="68"/>
		</element>
		<element name="lamp192" ref="colour_button_83_border" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="418" y="689" width="75" height="42"/>
		</element>
		<element name="lamp192" ref="colour_button_83" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="420" y="691" width="71" height="38"/>
		</element>
		<element name="lamp68" ref="colour_button_85_border" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="138" y="193" width="75" height="42"/>
		</element>
		<element name="lamp68" ref="colour_button_85" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="140" y="195" width="71" height="38"/>
		</element>
		<element name="lamp73" ref="colour_button_86_border" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="137" y="298" width="75" height="42"/>
		</element>
		<element name="lamp73" ref="colour_button_86" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="139" y="300" width="71" height="38"/>
		</element>
		<element name="lamp194" ref="colour_button_87_border" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="635" y="653" width="75" height="42"/>
		</element>
		<element name="lamp194" ref="colour_button_87" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="637" y="655" width="71" height="38"/>
		</element>
		<element name="lamp195" ref="colour_button_88_border" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="325" y="689" width="75" height="42"/>
		</element>
		<element name="lamp195" ref="colour_button_88" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="327" y="691" width="71" height="38"/>
		</element>
		<element name="lamp208" ref="colour_button_89_border" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="246" y="689" width="75" height="42"/>
		</element>
		<element name="lamp208" ref="colour_button_89" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="248" y="691" width="71" height="38"/>
		</element>
		<element name="lamp210" ref="colour_button_90_border" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="161" y="689" width="75" height="42"/>
		</element>
		<element name="lamp210" ref="colour_button_90" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="163" y="691" width="71" height="38"/>
		</element>
		<element ref="vfd0_background">
			<bounds x="144" y="472" width="272" height="30"/>
		</element>
		<repeat count="16">
			<param name="i" start="0" increment="1"/>
			<param name="x" start="144" increment="17"/>
			<element name="vfdblank~i~" ref="vfd0">
				<animate name="vfdduty0"/>
				<color state="31" red="0.00" green="1.00" blue="1.00" alpha="0.0"/>
				<color state="0" red="0.00" green="1.00" blue="1.00" alpha="1.0"/>
				<bounds x="~x~" y="472" width="17" height="30"/>
			</element>
			<element name="vfd~i~" ref="vfd0">
				<animate name="vfdduty0"/>
				<color state="0" red="0.00" green="1.00" blue="1.00" alpha="0.0"/>
				<color state="31" red="0.00" green="1.00" blue="1.00" alpha="1.0"/>
				<bounds x="~x~" y="472" width="17" height="30"/>
			</element>
		</repeat>
		<element name="label82" ref="label_82">
			<bounds x="713" y="2" width="70" height="176"/>
		</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_unreferenced" state="0">
			<bounds x="32" y="32" width="60" height="60"/>
		</element>
		<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="32" width="60" height="60"/>
		</element>
		<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="32" width="60" height="60"/>
		</element>
		<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="32" width="60" height="60"/>
		</element>
		<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="32" width="60" height="60"/>
		</element>
		<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="32" width="60" height="60"/>
		</element>
		<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="32" width="60" height="60"/>
		</element>
		<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="32" width="60" height="60"/>
		</element>
		<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="32" width="60" height="60"/>
		</element>
		<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="32" width="60" height="60"/>
		</element>
		<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="32" width="60" height="60"/>
		</element>
		<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="32" width="60" height="60"/>
		</element>
		<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="32" width="60" height="60"/>
		</element>
		<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="32" width="60" height="60"/>
		</element>
		<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="32" width="60" height="60"/>
		</element>
		<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="32" width="60" height="60"/>
		</element>
		<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="96" width="60" height="60"/>
		</element>
		<element name="lamp17" ref="debug_lamp_unreferenced" 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_unreferenced" state="0">
			<bounds x="288" y="96" width="60" height="60"/>
		</element>
		<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="96" width="60" height="60"/>
		</element>
		<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="96" width="60" height="60"/>
		</element>
		<element name="lamp23" ref="debug_lamp_unreferenced" 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_unreferenced" 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_unreferenced" state="0">
			<bounds x="864" y="96" width="60" height="60"/>
		</element>
		<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="96" width="60" height="60"/>
		</element>
		<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="96" width="60" height="60"/>
		</element>
		<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="160" width="60" height="60"/>
		</element>
		<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="160" width="60" height="60"/>
		</element>
		<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="160" width="60" height="60"/>
		</element>
		<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="160" width="60" height="60"/>
		</element>
		<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="160" width="60" height="60"/>
		</element>
		<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="160" width="60" height="60"/>
		</element>
		<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="160" width="60" height="60"/>
		</element>
		<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="160" width="60" height="60"/>
		</element>
		<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="160" width="60" height="60"/>
		</element>
		<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="160" width="60" height="60"/>
		</element>
		<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="160" width="60" height="60"/>
		</element>
		<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="160" width="60" height="60"/>
		</element>
		<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="160" width="60" height="60"/>
		</element>
		<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="160" width="60" height="60"/>
		</element>
		<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="160" width="60" height="60"/>
		</element>
		<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="160" width="60" height="60"/>
		</element>
		<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="224" width="60" height="60"/>
		</element>
		<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="224" width="60" height="60"/>
		</element>
		<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="224" width="60" height="60"/>
		</element>
		<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="224" width="60" height="60"/>
		</element>
		<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="224" width="60" height="60"/>
		</element>
		<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="224" width="60" height="60"/>
		</element>
		<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="224" width="60" height="60"/>
		</element>
		<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="224" width="60" height="60"/>
		</element>
		<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="224" width="60" height="60"/>
		</element>
		<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="224" width="60" height="60"/>
		</element>
		<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="224" width="60" height="60"/>
		</element>
		<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="224" width="60" height="60"/>
		</element>
		<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="224" width="60" height="60"/>
		</element>
		<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="224" width="60" height="60"/>
		</element>
		<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="224" width="60" height="60"/>
		</element>
		<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="224" width="60" height="60"/>
		</element>
		<element name="lamp64" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="288" width="60" height="60"/>
		</element>
		<element name="lamp65" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="288" width="60" height="60"/>
		</element>
		<element name="lamp66" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="288" width="60" height="60"/>
		</element>
		<element name="lamp67" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="288" width="60" height="60"/>
		</element>
		<element name="lamp68" ref="debug_lamp_button" state="0">
			<bounds x="288" y="288" width="60" height="60"/>
		</element>
		<element name="lamp69" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="288" width="60" height="60"/>
		</element>
		<element name="lamp70" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="288" width="60" height="60"/>
		</element>
		<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="288" width="60" height="60"/>
		</element>
		<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="288" width="60" height="60"/>
		</element>
		<element name="lamp73" ref="debug_lamp_button" 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_standard" state="0">
			<bounds x="32" y="352" width="60" height="60"/>
		</element>
		<element name="lamp81" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="352" width="60" height="60"/>
		</element>
		<element name="lamp82" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="352" width="60" height="60"/>
		</element>
		<element name="lamp83" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="352" width="60" height="60"/>
		</element>
		<element name="lamp84" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="352" width="60" height="60"/>
		</element>
		<element name="lamp85" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="352" width="60" height="60"/>
		</element>
		<element name="lamp86" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="352" width="60" height="60"/>
		</element>
		<element name="lamp87" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="352" width="60" height="60"/>
		</element>
		<element name="lamp88" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="352" width="60" height="60"/>
		</element>
		<element name="lamp89" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="352" width="60" height="60"/>
		</element>
		<element name="lamp90" ref="debug_lamp_standard" 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_standard" 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_standard" state="0">
			<bounds x="32" y="416" width="60" height="60"/>
		</element>
		<element name="lamp97" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="416" width="60" height="60"/>
		</element>
		<element name="lamp98" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="416" width="60" height="60"/>
		</element>
		<element name="lamp99" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="416" width="60" height="60"/>
		</element>
		<element name="lamp100" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="416" width="60" height="60"/>
		</element>
		<element name="lamp101" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="416" width="60" height="60"/>
		</element>
		<element name="lamp102" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="416" width="60" height="60"/>
		</element>
		<element name="lamp103" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="416" width="60" height="60"/>
		</element>
		<element name="lamp104" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="416" width="60" height="60"/>
		</element>
		<element name="lamp105" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="416" width="60" height="60"/>
		</element>
		<element name="lamp106" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="32" y="480" width="60" height="60"/>
		</element>
		<element name="lamp113" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="480" width="60" height="60"/>
		</element>
		<element name="lamp114" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="480" width="60" height="60"/>
		</element>
		<element name="lamp115" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="480" width="60" height="60"/>
		</element>
		<element name="lamp116" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="480" width="60" height="60"/>
		</element>
		<element name="lamp117" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="480" width="60" height="60"/>
		</element>
		<element name="lamp118" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="480" width="60" height="60"/>
		</element>
		<element name="lamp119" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="480" width="60" height="60"/>
		</element>
		<element name="lamp120" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="480" width="60" height="60"/>
		</element>
		<element name="lamp121" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="32" y="544" width="60" height="60"/>
		</element>
		<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="544" width="60" height="60"/>
		</element>
		<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="544" width="60" height="60"/>
		</element>
		<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="544" width="60" height="60"/>
		</element>
		<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="544" width="60" height="60"/>
		</element>
		<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="544" width="60" height="60"/>
		</element>
		<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="544" width="60" height="60"/>
		</element>
		<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="544" width="60" height="60"/>
		</element>
		<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="544" width="60" height="60"/>
		</element>
		<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="544" width="60" height="60"/>
		</element>
		<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="544" width="60" height="60"/>
		</element>
		<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="544" width="60" height="60"/>
		</element>
		<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="544" width="60" height="60"/>
		</element>
		<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="544" width="60" height="60"/>
		</element>
		<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="544" width="60" height="60"/>
		</element>
		<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="544" width="60" height="60"/>
		</element>
		<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
			<bounds x="32" y="608" width="60" height="60"/>
		</element>
		<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
			<bounds x="96" y="608" width="60" height="60"/>
		</element>
		<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
			<bounds x="160" y="608" width="60" height="60"/>
		</element>
		<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
			<bounds x="224" y="608" width="60" height="60"/>
		</element>
		<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
			<bounds x="288" y="608" width="60" height="60"/>
		</element>
		<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
			<bounds x="352" y="608" width="60" height="60"/>
		</element>
		<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
			<bounds x="416" y="608" width="60" height="60"/>
		</element>
		<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
			<bounds x="480" y="608" width="60" height="60"/>
		</element>
		<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
			<bounds x="544" y="608" width="60" height="60"/>
		</element>
		<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
			<bounds x="608" y="608" width="60" height="60"/>
		</element>
		<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
			<bounds x="672" y="608" width="60" height="60"/>
		</element>
		<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
			<bounds x="736" y="608" width="60" height="60"/>
		</element>
		<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
			<bounds x="800" y="608" width="60" height="60"/>
		</element>
		<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
			<bounds x="864" y="608" width="60" height="60"/>
		</element>
		<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="608" width="60" height="60"/>
		</element>
		<element name="lamp159" ref="debug_lamp_unreferenced" 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_unreferenced" 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_unreferenced" state="0">
			<bounds x="160" y="736" width="60" height="60"/>
		</element>
		<element name="lamp179" ref="debug_lamp_unreferenced" 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_unreferenced" state="0">
			<bounds x="864" y="736" width="60" height="60"/>
		</element>
		<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
			<bounds x="928" y="736" width="60" height="60"/>
		</element>
		<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
			<bounds x="992" y="736" width="60" height="60"/>
		</element>
		<element name="lamp192" ref="debug_lamp_button" 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_button" state="0">
			<bounds x="160" y="800" width="60" height="60"/>
		</element>
		<element name="lamp195" ref="debug_lamp_button" 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_standard" state="0">
			<bounds x="352" y="800" width="60" height="60"/>
		</element>
		<element name="lamp198" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="800" width="60" height="60"/>
		</element>
		<element name="lamp199" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="800" width="60" height="60"/>
		</element>
		<element name="lamp200" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="800" width="60" height="60"/>
		</element>
		<element name="lamp201" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="800" width="60" height="60"/>
		</element>
		<element name="lamp202" ref="debug_lamp_standard" 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_standard" 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_standard" state="0">
			<bounds x="992" y="800" width="60" height="60"/>
		</element>
		<element name="lamp208" ref="debug_lamp_button" 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_button" 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_standard" state="0">
			<bounds x="480" y="864" width="60" height="60"/>
		</element>
		<element name="lamp216" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="864" width="60" height="60"/>
		</element>
		<element name="lamp217" ref="debug_lamp_standard" state="0">
			<bounds x="608" y="864" width="60" height="60"/>
		</element>
		<element name="lamp218" ref="debug_lamp_standard" state="0">
			<bounds x="672" y="864" width="60" height="60"/>
		</element>
		<element name="lamp219" ref="debug_lamp_standard" state="0">
			<bounds x="736" y="864" width="60" height="60"/>
		</element>
		<element name="lamp220" ref="debug_lamp_standard" state="0">
			<bounds x="800" y="864" width="60" height="60"/>
		</element>
		<element name="lamp221" ref="debug_lamp_standard" state="0">
			<bounds x="864" y="864" width="60" height="60"/>
		</element>
		<element name="lamp222" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="32" y="928" width="60" height="60"/>
		</element>
		<element name="lamp225" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="288" y="928" width="60" height="60"/>
		</element>
		<element name="lamp229" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="928" width="60" height="60"/>
		</element>
		<element name="lamp230" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="928" width="60" height="60"/>
		</element>
		<element name="lamp231" ref="debug_lamp_standard" state="0">
			<bounds x="480" y="928" width="60" height="60"/>
		</element>
		<element name="lamp232" ref="debug_lamp_standard" state="0">
			<bounds x="544" y="928" width="60" height="60"/>
		</element>
		<element name="lamp233" ref="debug_lamp_standard" 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_standard" state="0">
			<bounds x="32" y="992" width="60" height="60"/>
		</element>
		<element name="lamp241" ref="debug_lamp_standard" state="0">
			<bounds x="96" y="992" width="60" height="60"/>
		</element>
		<element name="lamp242" ref="debug_lamp_standard" state="0">
			<bounds x="160" y="992" width="60" height="60"/>
		</element>
		<element name="lamp243" ref="debug_lamp_standard" state="0">
			<bounds x="224" y="992" width="60" height="60"/>
		</element>
		<element name="lamp244" ref="debug_lamp_standard" state="0">
			<bounds x="288" y="992" width="60" height="60"/>
		</element>
		<element name="lamp245" ref="debug_lamp_standard" state="0">
			<bounds x="352" y="992" width="60" height="60"/>
		</element>
		<element name="lamp246" ref="debug_lamp_standard" state="0">
			<bounds x="416" y="992" width="60" height="60"/>
		</element>
		<element name="lamp247" ref="debug_lamp_standard" 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_standard" 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="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
			<bounds x="1436" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
			<bounds x="1520" y="660" width="80" height="44"/>
		</element>
		<element name="debug_button_6" ref="debug_button_unreferenced" 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="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="708" width="80" height="44"/>
		</element>
		<element name="debug_button_12" ref="debug_button_unreferenced" 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="debug_button_20" ref="debug_button_unreferenced" 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="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="852" width="80" height="44"/>
		</element>
		<element name="lamp73" ref="debug_button_standard" 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="lamp192" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
			<bounds x="1100" y="900" width="80" height="44"/>
		</element>
		<element name="lamp194" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
			<bounds x="1184" y="900" width="80" height="44"/>
		</element>
		<element name="lamp195" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
			<bounds x="1268" y="900" width="80" height="44"/>
		</element>
		<element name="lamp208" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
			<bounds x="1352" y="900" width="80" height="44"/>
		</element>
		<element name="lamp210" ref="debug_button_standard" 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>

		<element ref="reel_background">
			<bounds x="1100" y="32" width="120" height="240"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1100.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel1" ref="reel0" state="0">
			<bounds x="1100" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1240" y="32" width="120" height="240"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1240.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel2" ref="reel1" state="0">
			<bounds x="1240" y="32" width="120" height="240"/>
		</element>
		<element ref="reel_background">
			<bounds x="1380" y="32" width="120" height="240"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="32.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="112.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="lamp-2" ref="reel_lamp" state="0">
			<bounds x="1380.0000" y="192.0000" width="120.0000" height="80.0000"/>
		</element>
		<element name="sreel3" ref="reel2" state="0">
			<bounds x="1380" y="32" width="120" height="240"/>
		</element>
		<element name="reel1" ref="debug_stepper_value">
			<bounds x="1100" y="272" width="50" height="30"/>
		</element>
		<element name="reel2" ref="debug_stepper_value">
			<bounds x="1240" y="272" width="50" height="30"/>
		</element>
		<element name="reel3" ref="debug_stepper_value">
			<bounds x="1380" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_0">
			<bounds x="1180" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_1">
			<bounds x="1320" y="272" width="50" height="30"/>
		</element>
		<element name="debug_reel_symbol_count" ref="debug_reel_symbol_count_2">
			<bounds x="1460" y="272" width="50" height="30"/>
		</element>
	</view>
</mamelayout>