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
81ab0264
Commit
81ab0264
authored
Jul 26, 2011
by
mtufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
puae 2.3.3
parent
978af6c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build_macos_cocoa.sh
build_macos_cocoa.sh
+2
-2
cfgfile.c
src/cfgfile.c
+3
-3
No files found.
build_macos_cocoa.sh
View file @
81ab0264
...
@@ -13,5 +13,5 @@ other=" --with-caps --enable-amax --enable-gccopt"
...
@@ -13,5 +13,5 @@ other=" --with-caps --enable-amax --enable-gccopt"
#
#
./bootstrap.sh
./bootstrap.sh
./configure
$base
$cd32
$a600
$scsi
$other
CFLAGS
=
"-m32"
LDFLAGS
=
"-m32"
CPPFLAGS
=
"-m32"
./configure
$base
$cd32
$a600
$scsi
$other
CFLAGS
=
"-m32"
LDFLAGS
=
"-m32"
CPPFLAGS
=
"-m32"
#
make clean
make clean
#
make
make
src/cfgfile.c
View file @
81ab0264
...
@@ -648,11 +648,11 @@ void cfgfile_save_options (struct zfile *f, struct uae_prefs *p, int type)
...
@@ -648,11 +648,11 @@ void cfgfile_save_options (struct zfile *f, struct uae_prefs *p, int type)
#ifdef DEBUGGER
#ifdef DEBUGGER
cfgfile_write_bool
(
f
,
"use_debugger"
,
p
->
start_debugger
);
cfgfile_write_bool
(
f
,
"use_debugger"
,
p
->
start_debugger
);
#endif
#endif
//
cfgfile_write_rom (f, &p->path_rom, p->romfile, "kickstart_rom_file");
cfgfile_write_rom
(
f
,
&
p
->
path_rom
,
p
->
romfile
,
"kickstart_rom_file"
);
//
cfgfile_write_rom (f, &p->path_rom, p->romextfile, "kickstart_ext_rom_file");
cfgfile_write_rom
(
f
,
&
p
->
path_rom
,
p
->
romextfile
,
"kickstart_ext_rom_file"
);
if
(
p
->
romextfile2addr
)
{
if
(
p
->
romextfile2addr
)
{
cfgfile_write
(
f
,
"kickstart_ext_rom_file2_address"
,
"%x"
,
p
->
romextfile2addr
);
cfgfile_write
(
f
,
"kickstart_ext_rom_file2_address"
,
"%x"
,
p
->
romextfile2addr
);
//
cfgfile_write_rom (f, &p->path_rom, p->romextfile2, "kickstart_ext_rom_file2");
cfgfile_write_rom
(
f
,
&
p
->
path_rom
,
p
->
romextfile2
,
"kickstart_ext_rom_file2"
);
}
}
if
(
p
->
romident
[
0
])
if
(
p
->
romident
[
0
])
cfgfile_dwrite_str
(
f
,
"kickstart_rom"
,
p
->
romident
);
cfgfile_dwrite_str
(
f
,
"kickstart_rom"
,
p
->
romident
);
...
...
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