Skip to content

Commit

Permalink
heathzenith/z37_fdc.cpp: Fix HDOS 2.0 INIT (disk formatting) (#12535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarlanger committed Jul 4, 2024
1 parent 5a863b3 commit bcb1756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mame/heathzenith/z37_fdc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ void heath_z37_fdc_device::device_add_mconfig(machine_config &config)
FD1797(config, m_fdc, 16_MHz_XTAL / 16);
m_fdc->intrq_wr_callback().set(FUNC(heath_z37_fdc_device::set_irq));
m_fdc->drq_wr_callback().set(FUNC(heath_z37_fdc_device::set_drq));
// Z-89-37 schematics show the ready line tied high.
m_fdc->set_force_ready(true);

FLOPPY_CONNECTOR(config, m_floppies[0], z37_floppies, "qd", floppy_image_device::default_mfm_floppy_formats);
m_floppies[0]->enable_sound(true);
Expand Down

0 comments on commit bcb1756

Please sign in to comment.