Skip to content

Commit

Permalink
bml3: fix cassette motor; mbs1:hack acia divider so we can do testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbert committed Oct 24, 2024
1 parent efb8129 commit 073fffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/hitachi/bml3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ void bml3_state::bml3(machine_config &config)
acia_clock.signal_handler().append(m_acia, FUNC(acia6850_device::write_rxc));

CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED);
m_cassette->set_default_state(CASSETTE_PLAY | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_DISABLED);
m_cassette->add_route(ALL_OUTPUTS, "mono", 0.05);
m_cassette->set_interface("bml3_cass");

Expand Down
1 change: 1 addition & 0 deletions src/mame/hitachi/mbs1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ ROM_START( mbs1 )

ROM_REGION( 0x8000, "s1basic", ROMREGION_ERASEFF )
ROM_LOAD("s1bas1.rom", 0x0000, 0x8000, CRC(efb80721) SHA1(81c926f9fa658012cd04b30176aad800db46594e) )
ROM_FILL(0x149F,1,0x51)

ROM_REGION( 0x8000, "dictionary", ROMREGION_ERASEFF )
ROM_LOAD("s1dic.rom", 0x0000, 0x8000, NO_DUMP )
Expand Down

0 comments on commit 073fffe

Please sign in to comment.