in the past you helped me to create a AmigaCD support, but now i need some changes.
i report this script to change:
Code: Select all
;########################################################################################
;--------------------------------------------------------------------------------------------
;Boot Amiga CD's (image ISO)
; Many CD's require Workbench 3.1+ new library and Device files, Kickstart 3.1+, more memory
;--------------------------------------------------------------------------------------------
Run_Program(c:\program files (x86)\daemon tools lite\dtlite.exe||-unmount_All||WAIT)
Run_Program(c:\program files (x86)\daemon tools lite\DTLite.exe||-mount 0, %gamepathfile%||WAIT)
Set_INI_Value(%emupath%\WinUAE.ini||WinUAE||QuickStartCDDrive||??)
If Key_mode CONTAINS(AmigaCD)
;Turn on CDFS Auto Mount
Set_CFG_Value(%dbpath%\Scripts\Amiga.uae||win32.map_cd_drives||true)
If Key_Workbench CONTAINS(HDF)
;-----------------------------------------------
;Put WorkBench 3.1 in Hard Drive 0. "WB31CD.HDF"
;-----------------------------------------------
Set_CFG_Value(%dbpath%\Scripts\Amiga.uae||hardfile2||rw,DH0:%dbpath%\Scripts\WB31CD.HDF,32,1,2,512,0,,uae)
Set_CFG_Value(%dbpath%\Scripts\Amiga.uae||uaehf0||hdf,rw,DH0:%dbpath%\Scripts\WB31CD.HDF,32,1,2,512,0,,uae)
Else
;Attach WB with CD drivers (folder "WB31CD")
Set_CFG_Value(%dbpath%\Scripts\Amiga.uae||filesystem2||rw,DH0:cdbench:%dbpath%\wb31cd,0)
Set_CFG_Value(%dbpath%\Scripts\Amiga.uae||uaehf0||dir,rw,DH0:cdbench:%dbpath%\wb31cd,0)
Set_INI_Value(%dbpath%\Scripts\Amiga.uae||EXTRA||hardfile2||)
Set_INI_Value(%dbpath%\Scripts\Amiga.uae||EXTRA||filesystem||)
Set_INI_Value(%dbpath%\Scripts\Amiga.uae||EXTRA||filesystem2||)
End If
;Attach CD Image
Set_CFG_Value(%dbpath%\Scripts\Amiga.uae||cdimage0||%gamepathfile%,delay)
Add_CLP(-f "%dbpath%\Scripts\Amiga.uae" -s)
Run_Emulator()
i'd like to mount with letter mounted from Daemon tools, such as, "E", "I".
I installed Idefix, so i'd like to use CD0, CDFS and play audio tracks.
With this script i cannot listen to audio tracks.
In this way it works very well:
