summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2008-07-06 08:23:50 +0000
committer Roberto Fresca <robertof@mamedev.org>2008-07-06 08:23:50 +0000
commitea8dec56f4e68651d5627fe149f74eda63e5d4b0 (patch)
treee1133a91c27c349cbee94fbfc8fa3102c06d2f95 /.gitattributes
parent6105826fb8908ea5e59bf5700ffda1af327a5b89 (diff)
New driver for Lucky 74 (Wing Co.Ltd, 1988)
- Set the proper screen size. - Decoded graphics. - Decoded the dual-state color circuitry. - Mapped the NVRAM, VRAM1-1, VRAM1-2, VRAM2-1 and VRAM2-2 properly. - Emulated 2x PPI 8255 devices. - Mapped the 4x DIP switches banks. - Added PORT_DIPLOCATION to all DIP switches. - Added DIP switches for 'Bet Max' and 'Limit'. - Added DIP switches for 'Jackpot' and 'Pay Table'. - Added the Memory Reset Switch. - Added the 2nd video & color RAM. - Added a 2nd tilemap for background graphics. - Simplified the graphics banks. - Fixed colors for foreground graphics. - Fixed visible area to show the top of background graphics. - Finally fixed colors for background graphics. - Added all coinage DIP switches. - Mapped all remaining inputs (service and player buttons). - Added pulse time limitation to coins A, B & C. - Switched to use 4x 8255 in replace of 2x 82c255 for I/O. - Created a handler to feed the z80 port0 requests. - Promoted lucky74s to 'working' state. - Added an alternate set, but the program ROM looks like incomplete, protected or just a bad dump. - Parent/clone relationship. - Added technical notes. From Dox: - Hooked interrupts. - Hooked the AY8910 and therefore the NMI trigger. - Changed the input "Key In" to active high. New games added or promoted from NOT_WORKING status --------------------------------------------------- Lucky 74 (small) [Roberto Fresca] New clones added ---------------- Lucky 74 (big) [Roberto Fresca]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 2495930af03..f5e76cbd9f3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1618,6 +1618,7 @@ src/mame/drivers/looping.c svneol=native#text/plain
src/mame/drivers/lordgun.c svneol=native#text/plain
src/mame/drivers/lsasquad.c svneol=native#text/plain
src/mame/drivers/ltcasino.c svneol=native#text/plain
+src/mame/drivers/lucky74.c svneol=native#text/plain
src/mame/drivers/lucky8.c svneol=native#text/plain
src/mame/drivers/lvcards.c svneol=native#text/plain
src/mame/drivers/lwings.c svneol=native#text/plain