diff options
| author | 2009-12-24 11:38:43 +0000 | |
|---|---|---|
| committer | 2009-12-24 11:38:43 +0000 | |
| commit | b99e364eae69975ece9d09e99d6aaaf4bdd5b648 (patch) | |
| tree | 97c6c36f870a39a05590e7790d323a2b53b19c43 /.gitattributes | |
| parent | 98f248b3be4c531f85f3194ec0f08a45065491fb (diff) | |
Split ADC1038, Konami 033906 and Konami 056230 emulation from gticlub.c and konppc.c. Also, converted them to be devices and updated PPC Konami games to use the new code
Just out of curiosity: did sscope/sscope2 ever pass through the initial hw checks or did they regressed at some point?
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 6c5a5a8ae46..e88c6347600 100644 --- a/.gitattributes +++ b/.gitattributes @@ -632,6 +632,8 @@ src/emu/machine/8257dma.c svneol=native#text/plain src/emu/machine/8257dma.h svneol=native#text/plain src/emu/machine/adc083x.c svneol=native#text/plain src/emu/machine/adc083x.h svneol=native#text/plain +src/emu/machine/adc1038.c svneol=native#text/plain +src/emu/machine/adc1038.h svneol=native#text/plain src/emu/machine/adc1213x.c svneol=native#text/plain src/emu/machine/adc1213x.h svneol=native#text/plain src/emu/machine/am53cf96.c svneol=native#text/plain @@ -668,6 +670,10 @@ src/emu/machine/idectrl.c svneol=native#text/plain src/emu/machine/idectrl.h svneol=native#text/plain src/emu/machine/intelfsh.c svneol=native#text/plain src/emu/machine/intelfsh.h svneol=native#text/plain +src/emu/machine/k033906.c svneol=native#text/plain +src/emu/machine/k033906.h svneol=native#text/plain +src/emu/machine/k056230.c svneol=native#text/plain +src/emu/machine/k056230.h svneol=native#text/plain src/emu/machine/laserdsc.h svneol=native#text/plain src/emu/machine/latch8.c svneol=native#text/plain src/emu/machine/latch8.h svneol=native#text/plain |
