diff options
author | 2014-10-07 09:27:32 +0000 | |
---|---|---|
committer | 2014-10-07 09:27:32 +0000 | |
commit | 238c2e9e1d71b23ded5f6db98ef27c5b7ca8efcd (patch) | |
tree | 0b514f3d30b201e8be4a7709dcd092c2deedaa5f /src/mess/mess.mak | |
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 'src/mess/mess.mak')
-rw-r--r-- | src/mess/mess.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/mess.mak b/src/mess/mess.mak index ca411b1e79d..9495461e505 100644 --- a/src/mess/mess.mak +++ b/src/mess/mess.mak @@ -603,6 +603,7 @@ BUSES += MSX_SLOT BUSES += NEOGEO BUSES += NES BUSES += NUBUS +BUSES += O2 BUSES += ORICEXT BUSES += PCE BUSES += PCI |