diff options
author | 2014-10-12 11:54:06 +0000 | |
---|---|---|
committer | 2014-10-12 11:54:06 +0000 | |
commit | 616eeffd47001a05dd35287611c9b13dda1de8c9 (patch) | |
tree | adbe2045a2c5074987172422da363e1b6692000f /.gitattributes | |
parent | ab592dea638e66ce4b426fe70ad6342b68ba99e0 (diff) |
Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the sound board isn't running well enough yet for it to make a difference. Hooked up the FDC37665GT and HLE the XVD701 and the 68k sound board responses to get most of the games booting. There is no sound and the games all fail with a hdd error when you start a stage. Beatmania IIDX with DDR 2nd Club Version wants the GQ863 hard disk. [smf]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3e520f99c6e..c4b4a3910b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1488,6 +1488,8 @@ src/emu/bus/rs232/ser_mouse.c svneol=native#text/plain src/emu/bus/rs232/ser_mouse.h svneol=native#text/plain src/emu/bus/rs232/terminal.c svneol=native#text/plain src/emu/bus/rs232/terminal.h svneol=native#text/plain +src/emu/bus/rs232/xvd701.c svneol=native#text/plain +src/emu/bus/rs232/xvd701.h svneol=native#text/plain src/emu/bus/s100/dj2db.c svneol=native#text/plain src/emu/bus/s100/dj2db.h svneol=native#text/plain src/emu/bus/s100/djdma.c svneol=native#text/plain @@ -2794,6 +2796,8 @@ src/emu/machine/er2055.c svneol=native#text/plain src/emu/machine/er2055.h svneol=native#text/plain src/emu/machine/f3853.c svneol=native#text/plain src/emu/machine/f3853.h svneol=native#text/plain +src/emu/machine/fdc37c665gt.c svneol=native#text/plain +src/emu/machine/fdc37c665gt.h svneol=native#text/plain src/emu/machine/fdc_pll.c svneol=native#text/plain src/emu/machine/fdc_pll.h svneol=native#text/plain src/emu/machine/gayle.c svneol=native#text/plain |