Previous 199869 Revisions Next

r26328 Thursday 21st November, 2013 at 09:50:37 UTC by hap
placeholder
[src/mame]mame.mak
[src/mame/drivers]lbeach.c
[src/mame/layout]lbeach.lay*

trunk/src/mame/layout/lbeach.lay
r0r26328
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="overlay">
4      <rect>
5         <bounds left="0" top="0" right="400" bottom="300" />
6         <color red="1.0" green="1.0" blue="1.0" />
7      </rect>
8   </element>
9
10   <view name="Color Overlay">
11      <screen index="0">
12         <bounds left="0" top="0" right="4" bottom="3" />
13      </screen>
14      <overlay element="overlay">
15         <bounds left="0" top="0" right="4" bottom="3" />
16      </overlay>
17   </view>
18</mamelayout>
Property changes on: trunk/src/mame/layout/lbeach.lay
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native
trunk/src/mame/drivers/lbeach.c
r26327r26328
2828#include "cpu/m6800/m6800.h"
2929#include "machine/nvram.h"
3030
31#include "lbeach.lh"
3132
33
3234class lbeach_state : public driver_device
3335{
3436public:
r26327r26328
370372ROM_END
371373
372374
373GAME( 1979, lbeach, 0, lbeach, lbeach, driver_device, 0, ROT0, "Olympia / Seletron", "Long Beach", GAME_WRONG_COLORS | GAME_NO_SOUND | GAME_SUPPORTS_SAVE )
375GAMEL(1979, lbeach, 0, lbeach, lbeach, driver_device, 0, ROT0, "Olympia / Seletron", "Long Beach", GAME_WRONG_COLORS | GAME_NO_SOUND | GAME_SUPPORTS_SAVE, layout_lbeach )
trunk/src/mame/mame.mak
r26327r26328
24242424         $(LAYOUT)/pmpoker.lh \
24252425         $(LAYOUT)/upndown.lh
24262426
2427$(DRIVERS)/lbeach.o:    $(LAYOUT)/lbeach.lh
2428
24272429$(DRIVERS)/goldstar.o:  $(LAYOUT)/lucky8.lh \
24282430         $(LAYOUT)/bingowng.lh
24292431

Previous 199869 Revisions Next


© 1997-2024 The MAME Team