diff options
| author | 2009-04-20 09:31:18 +0000 | |
|---|---|---|
| committer | 2009-04-20 09:31:18 +0000 | |
| commit | 7a0f34cb33b7a7f8a18c493df797d0b21c3f8a3d (patch) | |
| tree | f9acbc2649c4e891f362b61d17c9bdaab3cd43af /.gitattributes | |
| parent | 3ad403ee61607ff579db95e973717487c7488631 (diff) | |
Added basic TMS9927 implementation. Hooked it up to the statriv2
and thief drivers.
Bunch of improvements to the Status system emulation. Correct
video timing, hooked up TMS9927, corrected colors, etc. Still
some work to do.
New games
=========
Status Blackjack
Status Fun Casino
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 51c8658ea9b..c1d7bbb310c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -978,6 +978,8 @@ src/emu/video/tlc34076.c svneol=native#text/plain src/emu/video/tlc34076.h svneol=native#text/plain src/emu/video/tms34061.c svneol=native#text/plain src/emu/video/tms34061.h svneol=native#text/plain +src/emu/video/tms9927.c svneol=native#text/plain +src/emu/video/tms9927.h svneol=native#text/plain src/emu/video/tms9928a.c svneol=native#text/plain src/emu/video/tms9928a.h svneol=native#text/plain src/emu/video/v9938.c svneol=native#text/plain |
