- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
05792 | Crash/Freeze | Critical (emulator) | Always | Dec 8, 2014, 21:30 | Apr 30, 2022, 02:24 |
Tester | demotester | View Status | Public | Platform | |
Assigned To | Resolution | Open | OS | ||
Status [?] | Confirmed | Driver | |||
Version | 0.156 | Fixed in Version | Build | ||
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 05792: osborne1: Use some of floppy from software causes crash | ||||
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
4
No.11289
Osso Moderator
Dec 11, 2014, 11:46
|
Probably related to flopimg changes in August 2014. |
---|---|
No.18524
Osso Moderator
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 Moderator
Mar 30, 2021, 17:06
|
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. |
No.20131
cuavas Administrator
Apr 30, 2022, 02:24
|
Current behaviour as of MAME 0.243 is to throw a fatal error on attempting to mount the image. This is due to MAME’s inability to mount a double-sided image in a single-sided drive. It’s still a mystery as to why this is a double-sided image at all, as the Osborne-1 only used single-sided drives. Perhaps it was a flippy disk, or perhaps there was just stray data on the other side. At any rate, MAME should be able to read the top side of a double-sided disk in a single-sided drive. |