diff options
author | 2014-10-07 09:27:32 +0000 | |
---|---|---|
committer | 2014-10-07 09:27:32 +0000 | |
commit | 238c2e9e1d71b23ded5f6db98ef27c5b7ca8efcd (patch) | |
tree | 0b514f3d30b201e8be4a7709dcd092c2deedaa5f /.gitattributes | |
parent | b83b6a0f33727dc26c129d0e43ebb6d95f39ba5b (diff) |
(MESS) odyssey2: converted the driver to use slot devices for
cartridges, removed The Voice add-on from the main system
and emulated it as a passthru cart instead. Now, if you want to
enjoy speech in odyssey/videopac games, you must launch
emulation with
mess.exe odyssey2 -cart voice -cart2 gamename
(the -cart2 switch becomes available when "voice" is mounted
in the first cartslot) [Fabio Priuli]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 622030c016d..753283463bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1341,6 +1341,14 @@ src/emu/bus/nubus/pds30_procolor816.c svneol=native#text/plain src/emu/bus/nubus/pds30_procolor816.h svneol=native#text/plain src/emu/bus/nubus/pds30_sigmalview.c svneol=native#text/plain src/emu/bus/nubus/pds30_sigmalview.h svneol=native#text/plain +src/emu/bus/odyssey2/chess.c svneol=native#text/plain +src/emu/bus/odyssey2/chess.h svneol=native#text/plain +src/emu/bus/odyssey2/rom.c svneol=native#text/plain +src/emu/bus/odyssey2/rom.h svneol=native#text/plain +src/emu/bus/odyssey2/slot.c svneol=native#text/plain +src/emu/bus/odyssey2/slot.h svneol=native#text/plain +src/emu/bus/odyssey2/voice.c svneol=native#text/plain +src/emu/bus/odyssey2/voice.h svneol=native#text/plain src/emu/bus/oricext/jasmin.c svneol=native#text/plain src/emu/bus/oricext/jasmin.h svneol=native#text/plain src/emu/bus/oricext/microdisc.c svneol=native#text/plain |