From 2225ba218103cc333aca2e56490bd879ea9a9cb6 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sat, 3 Aug 2019 23:57:45 +1000 Subject: (nw) vip : removed explicit cassette sound - it makes its own. Added a note. --- src/mame/drivers/vip.cpp | 5 +++-- 1 file 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"); -- cgit v1.2.3