mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
(nw) vip : removed explicit cassette sound - it makes its own. Added a note.
This commit is contained in:
parent
7424da64c2
commit
2225ba2181
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user