mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-06 10:25:27 +00:00
superdrive: add missing break.
This commit is contained in:
@@ -95,6 +95,7 @@ void MacSuperDrive::command(uint8_t addr, uint8_t value)
|
||||
this->eject_latch = 1;
|
||||
this->reset_params();
|
||||
}
|
||||
break;
|
||||
case CommandAddr::Reset_Eject_Latch:
|
||||
if (value) {
|
||||
this->eject_latch = 0;
|
||||
|
Reference in New Issue
Block a user