diff --git a/.gitattributes b/.gitattributes index c8ca150983f..d8181ddcf34 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2403,6 +2403,7 @@ src/mame/layout/pyramid.lay svneol=native#text/plain src/mame/layout/quintoon.lay svneol=native#text/plain src/mame/layout/rocknms.lay svneol=native#text/plain src/mame/layout/sbrkout.lay svneol=native#text/plain +src/mame/layout/shuttlei.lay svneol=native#text/plain src/mame/layout/sidewndr.lay svneol=native#text/plain src/mame/layout/sigmapkr.lay svneol=native#text/plain src/mame/layout/slots.lay svneol=native#text/plain diff --git a/src/mame/drivers/8080bw.c b/src/mame/drivers/8080bw.c index cc8b38327fe..a60a0e0dab0 100644 --- a/src/mame/drivers/8080bw.c +++ b/src/mame/drivers/8080bw.c @@ -89,6 +89,7 @@ #include "machine/mb14241.h" #include "invrvnge.lh" +#include "shuttlei.lh" /*******************************************************/ /* */ @@ -2380,4 +2381,4 @@ GAME( 1979, solfight, ozmawars, invaders, ozmawars, 0, ROT270, "bootleg", "Solar GAME( 1979, spaceph, ozmawars, invaders, spaceph, 0, ROT270, "Zilec Games", "Space Phantoms", 0 ) GAME( 1979, yosakdon, 0, yosakdon, yosakdon, 0, ROT270, "Wing", "Yosaku To Donbei (set 1)", GAME_IMPERFECT_SOUND ) /* bootleg? */ GAME( 1979, yosakdoa, yosakdon, yosakdon, yosakdon, 0, ROT270, "Wing", "Yosaku To Donbei (set 2)", GAME_IMPERFECT_SOUND ) /* bootleg? */ -GAME( 197?, shuttlei, 0, shuttlei, shuttlei, 0, ROT270, "Omori", "Shuttle Invader", GAME_NO_COCKTAIL ) +GAMEL(197?, shuttlei, 0, shuttlei, shuttlei, 0, ROT270, "Omori", "Shuttle Invader", GAME_NO_COCKTAIL, layout_shuttlei ) diff --git a/src/mame/layout/shuttlei.lay b/src/mame/layout/shuttlei.lay new file mode 100644 index 00000000000..3a4b01fb08d --- /dev/null +++ b/src/mame/layout/shuttlei.lay @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 536c9fc4997..5f19f3efab8 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -1640,7 +1640,8 @@ $(MAMEOBJ)/misc.a: \ # layout dependencies #------------------------------------------------- -$(DRIVERS)/8080bw.o: $(LAYOUT)/invrvnge.lh +$(DRIVERS)/8080bw.o: $(LAYOUT)/invrvnge.lh \ + $(LAYOUT)/shuttlei.lh $(DRIVERS)/acefruit.o: $(LAYOUT)/sidewndr.lh