Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PUAE
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
PUAE
Commits
362b9d4a
Commit
362b9d4a
authored
May 21, 2010
by
Mustafa 'GnoStiC' TUFAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable-jit fix
parent
89d2d049
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
63 deletions
+63
-63
cfgfile.c
src/cfgfile.c
+63
-63
No files found.
src/cfgfile.c
View file @
362b9d4a
...
...
@@ -505,6 +505,9 @@ void cfgfile_save_options (FILE *f, const struct uae_prefs *p, int type)
cfgfile_write
(
f
,
"diskimage%d=%s
\n
"
,
i
,
p
->
dfxlist
[
i
]);
}
if
(
p
->
cdimagefile
[
0
])
cfgfile_write_str
(
f
,
"cdimage0"
,
p
->
cdimagefile
);
cfgfile_write
(
f
,
"nr_floppies=%d
\n
"
,
p
->
nr_floppies
);
cfgfile_write
(
f
,
"floppy_speed=%d
\n
"
,
p
->
floppy_speed
);
#ifdef DRIVESOUND
...
...
@@ -1705,17 +1708,17 @@ static int cfgfile_parse_hardware (struct uae_prefs *p, char *option, char *valu
#ifdef JIT
if
(
cfgfile_intval
(
option
,
value
,
"cachesize"
,
&
p
->
cachesize
,
1
)
#
ifdef NATMEM_OFFSET
#ifdef NATMEM_OFFSET
||
cfgfile_strval
(
option
,
value
,
"comp_trustbyte"
,
&
p
->
comptrustbyte
,
compmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustword"
,
&
p
->
comptrustword
,
compmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustlong"
,
&
p
->
comptrustlong
,
compmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustnaddr"
,
&
p
->
comptrustnaddr
,
compmode
,
0
)
#
else
#else
||
cfgfile_strval
(
option
,
value
,
"comp_trustbyte"
,
&
p
->
comptrustbyte
,
compmode
,
1
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustword"
,
&
p
->
comptrustword
,
compmode
,
1
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustlong"
,
&
p
->
comptrustlong
,
compmode
,
1
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustnaddr"
,
&
p
->
comptrustnaddr
,
compmode
,
1
)
#
endif
#endif
||
cfgfile_strval
(
option
,
value
,
"comp_flushmode"
,
&
p
->
comp_hardflush
,
flushmode
,
0
))
return
1
;
#endif
...
...
@@ -1725,9 +1728,6 @@ static int cfgfile_parse_hardware (struct uae_prefs *p, char *option, char *valu
||
cfgfile_strval
(
option
,
value
,
"ciaatod"
,
&
p
->
cs_ciaatod
,
ciaatodmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"ide"
,
&
p
->
cs_ide
,
idemode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"scsi"
,
&
p
->
scsi
,
scsimode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustword"
,
&
p
->
comptrustword
,
compmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustlong"
,
&
p
->
comptrustlong
,
compmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"comp_trustnaddr"
,
&
p
->
comptrustnaddr
,
compmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"collision_level"
,
&
p
->
collision_level
,
collmode
,
0
)
||
cfgfile_strval
(
option
,
value
,
"parallel_matrix_emulation"
,
&
p
->
parallel_matrix_emulation
,
epsonprinter
,
0
))
return
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment