diff options
author | 2014-10-08 16:42:01 +0000 | |
---|---|---|
committer | 2014-10-08 16:42:01 +0000 | |
commit | 278a884012d0fffe57297c346f782eda3bd8c616 (patch) | |
tree | 740296e41a141f68c32cc7d4167841ead84736ee /.gitattributes | |
parent | 03f8deff8afcf7470a319b3cd9042d3f3b6d6f17 (diff) |
(MESS) intv: converted the driver to use slot devices for
cartridges and implemented the IntelliVoice expansion and
the Entertainment Computer System expansion as passthru
devices. The official syntax to launch games requiring the
speech expansion is now
mess intv -cart voice -cart2 gamename
which corresponds to mounting the IntelliVoice and plugging
the game cart in its subslot. The official syntax to launch games
requiring the ECS expansion is now instead
mess intv -cart ecs -cart2 gamename
and
mess intv -cart ecs -cart2 voice -cart3 gamename
if the game requires both expansions at once. For additional user
friendliness, we also offer intvecs (which emulates an Intellivision
unit with both expansions added) and intvoice (which emulates
an Intellivision with Intellivoice expansion added) drivers, where
games can simply be mounted with the -cart media switch. [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 168bc3d734e..f05d4ad281e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -922,6 +922,14 @@ src/emu/bus/imi7000/imi5000h.c svneol=native#text/plain src/emu/bus/imi7000/imi5000h.h svneol=native#text/plain src/emu/bus/imi7000/imi7000.c svneol=native#text/plain src/emu/bus/imi7000/imi7000.h svneol=native#text/plain +src/emu/bus/intv/ecs.c svneol=native#text/plain +src/emu/bus/intv/ecs.h svneol=native#text/plain +src/emu/bus/intv/rom.c svneol=native#text/plain +src/emu/bus/intv/rom.h svneol=native#text/plain +src/emu/bus/intv/slot.c svneol=native#text/plain +src/emu/bus/intv/slot.h svneol=native#text/plain +src/emu/bus/intv/voice.c svneol=native#text/plain +src/emu/bus/intv/voice.h svneol=native#text/plain src/emu/bus/iq151/disc2.c svneol=native#text/plain src/emu/bus/iq151/disc2.h svneol=native#text/plain src/emu/bus/iq151/grafik.c svneol=native#text/plain |