View Single Post
Old 02 November 2012, 19:55   #16
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by nexusle View Post
Have tested this... If I use hard_drive_0_controller = ide the device is still uaehf.device and not scsi.device RDB harddisks works now perfectly!
That's because it should be:
Code:
hard_drive_0_controller = ide0
(or ide1, ide2, ...)

RDB hard drive images work automatically out of the box, no special configuration needed.

(An exception is when the RDB image isn't partitioned yet. It is not yet an RDB image, missing the RDSK header, and FS-UAE will assume it is an partition image instead. It is in this case that the option hard_drive_0_type = rdb is useful).

To repeat Toni's warning for other readers here, don't use hard_drive_0_controller = ide0 unless you know what you're doing! You normally won't need to use it.
FrodeSolheim is offline  
 
Page generated in 0.07847 seconds with 11 queries