PDA

View Full Version : Web-Frontend for creating config-files


ProfDrLuigi
05 May 2012, 12:26
Hi folx.

I build a little Web-Config-Generator. There are missing some fields now but will be added shortly. Tell me what you think about this?

http://fs-uae.kilu.org/form.php

Foul
05 May 2012, 17:39
excellent .. maybe a line to add custom parameters like uae_maprom=0xf0000000 or others...

missing 2 important things for me : floppy_drive_volume and floppy_drive_speed (=0 :p )

thx ;)

ProfDrLuigi
05 May 2012, 19:56
Ok added some Floppy Stuff and your maprom. More to come.

Do you have more advanced settings than maprom?

Hm but wait . maprom is used with the commandline directly right? It has no effect in the config file i think. Or?

FrodeSolheim
05 May 2012, 20:08
Hm but wait . maprom is used with the commandline directly right? It has no effect in the config file i think. Or?

All options can be specified either in config file or as parameter. This is effectively the same (config file):


uae_maprom = x
as this (command line):


--uae_maprom=x
or even this:

--uae-maprom=x
(dashes are converted to underscore)