diff options
| author | 2013-10-31 13:56:53 +0000 | |
|---|---|---|
| committer | 2013-10-31 13:56:53 +0000 | |
| commit | aa6def709eb886f3e6571fafc92cd3cf4a20a85e (patch) | |
| tree | a6dbaf6552566a33671252ebd89bf4691057e103 /.gitattributes | |
| parent | bebebc00c8d2009445270d713d15caca5d0b9e10 (diff) | |
Confirmed that video register [1] controls upper color bank (fixes Mazer Blazer CRT test). Upcoming: device-ify custom VCU
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 87092fc380b..855860c31ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2476,6 +2476,8 @@ src/emu/video/m50458.c svneol=native#text/plain src/emu/video/m50458.h svneol=native#text/plain src/emu/video/mb90082.c svneol=native#text/plain src/emu/video/mb90082.h svneol=native#text/plain +src/emu/video/mb_vcu.c svneol=native#text/plain +src/emu/video/mb_vcu.h svneol=native#text/plain src/emu/video/mc6845.c svneol=native#text/plain src/emu/video/mc6845.h svneol=native#text/plain src/emu/video/mc6847.c svneol=native#text/plain |
