Previous 199869 Revisions Next

r18525 Sunday 14th October, 2012 at 20:55:51 UTC by hap
added superbug color overlay (info from external artwork by Mr Do)
[src/mame]mame.mak
[src/mame/drivers]firetrk.c
[src/mame/layout]superbug.lay*

trunk/src/mame/layout/superbug.lay
r0r18525
1<?xml version="1.0"?>
2<mamelayout version="2">
3
4<!-- NOTE: highlight should be a bit star-shaped, not doable in MAME internal layout -->
5
6   <element name="highlight">
7      <disk>
8         <color red="1.0" green="1.0" blue="0.125" />
9      </disk>
10   </element>
11
12   <view name="Color Overlay">
13      <screen index="0">
14         <bounds left="0" top="0" right="300" bottom="400" />
15      </screen>
16      <overlay element="highlight">
17         <bounds x="117" y="167" width="66" height="66" />
18      </overlay>
19   </view>
20</mamelayout>
trunk/src/mame/drivers/firetrk.c
r18524r18525
1010#include "includes/firetrk.h"
1111#include "sound/discrete.h"
1212
13#include "superbug.lh"
14
1315#define MASTER_CLOCK (XTAL_12_096MHz)
1416
1517
r18524r18525
10201022ROM_END
10211023
10221024
1023GAME( 1977, superbug, 0, superbug, superbug, driver_device, 0, ROT270, "Atari (Kee Games)", "Super Bug", 0 )
1025GAMEL(1977, superbug, 0, superbug, superbug, driver_device, 0, ROT270, "Atari (Kee Games)", "Super Bug", 0, layout_superbug )
10241026GAME( 1978, firetrk,  0, firetrk,  firetrk, driver_device,  0, ROT270, "Atari", "Fire Truck / Smokey Joe", 0 )
10251027GAME( 1979, montecar, 0, montecar, montecar, driver_device, 0, ROT270, "Atari", "Monte Carlo", 0 )
trunk/src/mame/mame.mak
r18524r18525
20632063
20642064$(DRIVERS)/firebeat.o:   $(LAYOUT)/firebeat.lh
20652065
2066$(DRIVERS)/firetrk.o:   $(LAYOUT)/superbug.lh
2067
20662068$(DRIVERS)/flicker.o:   $(LAYOUT)/flicker.lh
20672069
20682070$(DRIVERS)/fortecar.o:   $(LAYOUT)/fortecrd.lh

Previous 199869 Revisions Next


© 1997-2024 The MAME Team