View Single Post
Old 19 September 2014, 21:35   #4
Marskilla
Registered User
 
Marskilla's Avatar
 
Join Date: Sep 2012
Location: Nantes - France
Posts: 138
Quote:
Originally Posted by jbl007 View Post
Why do you always use so many (in this case) useless uae_ options? Especially many of the uae_gfx_* options are totally stupid and make fs-uae crash. A minimal config could also solve the other problems you posted in the forum.

A working config is:
Code:
[config]
floppy_drive_0 = rsi-a.adf
floppy_image_0 = rsi-b.adf
This version works as it should:
http://www.old-skool.net/demo/rsimegademo.zip
ok, I downloaded the adf you posted, here is my config :

Code:
[config]
amiga_model = A500
kickstart_file = Kickstart v1.3 rev 34.5 (1987)(Commodore)(A500-A1000-A2000-CDTV).zip
kickstarts_dir = .\kickstarts\
window_width = 752
window_height = 572
fsaa = 4
keep_aspect = 1
video_sync_method = finish-swap-finish
floppies_dir = .\floppies\
fullscreen_mode = fullscreen-window
audio_buffer_target_bytes = 16384
floppy_image_0 = rsi-a.adf.zip
floppy_image_1 = rsi-b.adf.zip
floppy_drive_0 = rsi-a.adf.zip
And the demo loads, the scroller at the top keep scrolling but it never decrunches...


So I tried :
Code:
[config]
floppies_dir = .\floppies\
floppy_image_0 = rsi-a.adf.zip
floppy_image_1 = rsi-b.adf.zip
floppy_drive_0 = rsi-a.adf.zip
And it worked...

SoI ended up with the working config :
Code:
[config]
floppies_dir = .\floppies\
floppy_image_0 = Red Sector Inc - Megademo 1.adf.zip
floppy_image_1 = Red Sector Inc - Megademo 2.adf.zip
floppy_drive_0 = Red Sector Inc - Megademo 1.adf.zip
window_width = 752
window_height = 572
fsaa = 4
keep_aspect = 1
video_sync_method = finish-swap-finish
audio_buffer_target_bytes = 16384
fullscreen_mode = fullscreen-window
Conclusion, it does not work with :
Code:
amiga_model = A500
kickstart_file = Kickstart v1.3 rev 34.5 (1987)(Commodore)(A500-A1000-A2000-CDTV).zip
kickstarts_dir = .\kickstarts\
Ok with AROS and KO with kickstart 1.3 ? WTF ???
Marskilla is offline  
 
Page generated in 0.04671 seconds with 10 queries