diff --git a/.gitattributes b/.gitattributes index 855c42c19e9..639f7ea1f57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4074,6 +4074,7 @@ src/mame/layout/polepos.lay svneol=native#text/plain src/mame/layout/pulltabs.lay svneol=native#text/plain src/mame/layout/pyramid.lay svneol=native#text/plain src/mame/layout/quintoon.lay svneol=native#text/plain +src/mame/layout/quizshow.lay svneol=native#text/plain src/mame/layout/radr.lay svneol=native#text/plain src/mame/layout/re800.lay svneol=native#text/plain src/mame/layout/re900.lay svneol=native#text/plain diff --git a/src/mame/drivers/quizshow.c b/src/mame/drivers/quizshow.c index 8eb49806111..4472ba68c27 100644 --- a/src/mame/drivers/quizshow.c +++ b/src/mame/drivers/quizshow.c @@ -11,13 +11,16 @@ TODO: - discrete sound (should be simple to those that know how) - is timing accurate? - correct gfx roms -- color overlay +- fix color inverted tiles (8*12 instead of 8*8!) ***************************************************************************/ #include "emu.h" #include "cpu/s2650/s2650.h" +#include "quizshow.lh" + + #define MASTER_CLOCK XTAL_12_096MHz #define PIXEL_CLOCK (MASTER_CLOCK/2) @@ -408,4 +411,4 @@ ROM_START( quizshow ) ROM_END -GAME( 1976, quizshow, 0, quizshow, quizshow, 0, ROT0, "Atari", "Quiz Show", GAME_NO_SOUND | GAME_NOT_WORKING ) +GAMEL( 1976, quizshow, 0, quizshow, quizshow, 0, ROT0, "Atari", "Quiz Show", GAME_NO_SOUND | GAME_NOT_WORKING, layout_quizshow ) diff --git a/src/mame/layout/quizshow.lay b/src/mame/layout/quizshow.lay new file mode 100644 index 00000000000..99f4db9d526 --- /dev/null +++ b/src/mame/layout/quizshow.lay @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 0f5cca19cc0..938dc59cb03 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -2079,6 +2079,8 @@ $(DRIVERS)/polepos.o: $(LAYOUT)/polepos.lh \ $(DRIVERS)/qix.o: $(LAYOUT)/elecyoyo.lh +$(DRIVERS)/quizshow.o: $(LAYOUT)/quizshow.lh + $(DRIVERS)/re900.o: $(LAYOUT)/re900.lh $(DRIVERS)/roul.o: $(LAYOUT)/roul.lh