summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vip.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-08-03 23:57:45 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-08-03 23:57:45 +1000
commit2225ba218103cc333aca2e56490bd879ea9a9cb6 (patch)
tree2ad34b9fb7a8a21d8c352ee689297135db19eb01 /src/mame/drivers/vip.cpp
parent7424da64c291f7217b9d2230f0aa34600445b5ff (diff)
(nw) vip : removed explicit cassette sound - it makes its own. Added a note.
Diffstat (limited to 'src/mame/drivers/vip.cpp')
-rw-r--r--src/mame/drivers/vip.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/vip.cpp b/src/mame/drivers/vip.cpp
index 9ea2bcad1cc..1b6a280e984 100644
--- a/src/mame/drivers/vip.cpp
+++ b/src/mame/drivers/vip.cpp
@@ -224,10 +224,12 @@ Usage:
(you will see the memory editor) then choose a command (0 for example).
- If you load a chip-8 cart, press R twice. If it doesn't do anything you may
need to do a hard reset, then hit R twice. R toggles between the CPU running
- or stopped.
+ or stopped. Only about half of the chip-8 programs in my collection work.
- There's also support for Super-Chip8 carts, but none seem to work.
- There's a slot option to use Tiny Basic, this starts up, but unable to type
anything.
+ - Cassette records and plays back, however about 10% of the data is
+ consistently loaded wrongly.
*/
@@ -756,7 +758,6 @@ void vip_state::vip(machine_config &config)
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);
m_cassette->set_interface("vip_cass");
- m_cassette->add_route(ALL_OUTPUTS, "mono", 0.05);
// software lists
SOFTWARE_LIST(config, "cass_list").set_original("vip");