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* |
r0 | r26328 | |
---|---|---|
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> |
Added: svn:mime-type + text/plain Added: svn:eol-style + native |
r26327 | r26328 | |
---|---|---|
28 | 28 | #include "cpu/m6800/m6800.h" |
29 | 29 | #include "machine/nvram.h" |
30 | 30 | |
31 | #include "lbeach.lh" | |
31 | 32 | |
33 | ||
32 | 34 | class lbeach_state : public driver_device |
33 | 35 | { |
34 | 36 | public: |
r26327 | r26328 | |
370 | 372 | ROM_END |
371 | 373 | |
372 | 374 | |
373 | GAME( | |
375 | GAMEL(1979, lbeach, 0, lbeach, lbeach, driver_device, 0, ROT0, "Olympia / Seletron", "Long Beach", GAME_WRONG_COLORS | GAME_NO_SOUND | GAME_SUPPORTS_SAVE, layout_lbeach ) |
r26327 | r26328 | |
---|---|---|
2424 | 2424 | $(LAYOUT)/pmpoker.lh \ |
2425 | 2425 | $(LAYOUT)/upndown.lh |
2426 | 2426 | |
2427 | $(DRIVERS)/lbeach.o: $(LAYOUT)/lbeach.lh | |
2428 | ||
2427 | 2429 | $(DRIVERS)/goldstar.o: $(LAYOUT)/lucky8.lh \ |
2428 | 2430 | $(LAYOUT)/bingowng.lh |
2429 | 2431 |
Previous | 199869 Revisions | Next |