Commit 81ab0264 authored by mtufan's avatar mtufan

puae 2.3.3

parent 978af6c3
......@@ -13,5 +13,5 @@ other=" --with-caps --enable-amax --enable-gccopt"
#
./bootstrap.sh
./configure $base $cd32 $a600 $scsi $other CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
#make clean
#make
make clean
make
......@@ -648,11 +648,11 @@ void cfgfile_save_options (struct zfile *f, struct uae_prefs *p, int type)
#ifdef DEBUGGER
cfgfile_write_bool (f, "use_debugger", p->start_debugger);
#endif
// 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->romfile, "kickstart_rom_file");
cfgfile_write_rom (f, &p->path_rom, p->romextfile, "kickstart_ext_rom_file");
if (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])
cfgfile_dwrite_str (f, "kickstart_rom", p->romident);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment