kanjitalk755 / macemu

Basilisk II and SheepShaver Macintosh emulators
332 stars 50 forks source link

Cannot eject CD-ROMs #169

Closed gingerbeardman closed 10 months ago

gingerbeardman commented 11 months ago

Repro Steps

  1. define/mount a cdrom disk image
  2. boot basilisk
  3. at the desktop, drag the CD to the trash

Expected

Actual

Related

Screen recording

https://github.com/kanjitalk755/macemu/assets/49612/420d9a4e-a22c-4044-9081-0218d54fc721

kanjitalk755 commented 11 months ago

Use a workaround that does not eject the CD-ROM in the current specification. If I can implement a function to dynamically replace CD-ROMs, I will modify it accordingly.

gingerbeardman commented 11 months ago

My workaround to eject CD-ROM:

  1. quit BII
  2. edit config
  3. restart BII

As you can see, this is less than ideal.

kanjitalk755 commented 11 months ago

See #167.