From 238c2e9e1d71b23ded5f6db98ef27c5b7ca8efcd Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Tue, 7 Oct 2014 09:27:32 +0000 Subject: (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] --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3