summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Luca Elia <lucaelia@mamedev.org>2008-07-31 09:41:24 +0000
committer Luca Elia <lucaelia@mamedev.org>2008-07-31 09:41:24 +0000
commiteb89942ce4d281df5c72faf7dc7ee2bf1bd69d86 (patch)
tree97e823fb0e7be5b9411f29105e75fc5f1e9c85a4 /.gitattributes
parent57bd1856b5642538a458a4be3e3d0fd681eead71 (diff)
Preliminary driver for "Quiz Punch 2"
Like some other Space games (mosaic.c), it is protected by an MCU that supplies the addresses to jump to. I've done some basic simulation that at least shows the service mode. This is a candidate for decapping / trojaning, or for Nicola to examine like he did with Mosaic ;-) Note to Guru: u118 is probably bad, it fails the rom test. New games marked as GAME_NOT_WORKING ------------------------------------ Quiz Punch 2 [Luca Elia]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c8f580305de..2773efb7244 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1837,6 +1837,7 @@ src/mame/drivers/quasar.c svneol=native#text/plain
src/mame/drivers/quizdna.c svneol=native#text/plain
src/mame/drivers/quizo.c svneol=native#text/plain
src/mame/drivers/quizpani.c svneol=native#text/plain
+src/mame/drivers/quizpun2.c svneol=native#text/plain
src/mame/drivers/r2dtank.c svneol=native#text/plain
src/mame/drivers/rabbit.c svneol=native#text/plain
src/mame/drivers/raiden.c svneol=native#text/plain