- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
05792 | Crash/Freeze | Critical (emulator) | Always | Dec 8, 2014, 21:30 | 23 days ago |
Tester | demotester | View Status | Public | Platform | |
Assigned To | Resolution | Open | OS | ||
Status [?] | Confirmed | Driver | osborne1.cpp | ||
Version | 0.156 | Fixed in Version | Build | ||
Fixed in Git Commit | Github Pull Request # | ||||
Summary |
![]() |
||||
Description | see steps below: | ||||
Steps To Reproduce | mess osborne1 -flop1 sysconf | ||||
Additional Information |
Stack crawl (from 0.156)Exception at EIP=00000000016FE120 (floppy_image_format_t::generate_track_from_le |
||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.155 | ||||
Affected Sets / Systems | osborne1 | ||||
Attached Files
|
|||||
Relationships
Notes
3
![]() No.11289
Osso Developer
Dec 11, 2014, 11:46
|
Probably related to flopimg changes in August 2014. |
---|---|
![]() No.18524
Osso Developer
Mar 8, 2021, 08:14
|
This started working again in 0.208, but since 0.228 it now stops with boot error after pressing enter to start disk loading. |
![]() No.18618
Osso Developer
23 days ago
|
Regressed between 21/01/10 and 21/01/11, suspected regression commit: https://git.redump.net/mame/commit/src/lib/formats/imd_dsk.cpp?id=73618d95dedeef48cc0f3e212826095ddca79c32 Works again if changing line 261 of drivers\osborne1.cpp from device.option_add("525ssdd", FLOPPY_525_QD); // SSDD) // MPI 52(?), custom Osborne electronics to device.option_add("525ssdd", FLOPPY_525_DD); // SSDD) // MPI 52(?), custom Osborne electronics I don't feel comfortable committing this and I'd like it to be checked by someone else. |