Commit afad1a2d authored by GnoStiC's avatar GnoStiC

puae 2.3.1

parent 1b9788e8
......@@ -5,7 +5,6 @@
# this is the main script to build (and test) PUAE
#
base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
wiqt=" --with-qt "
cd32=" --enable-cd32 "
a600=" --enable-gayle "
scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
......
./bootstrap.sh
./configure --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --with-caps --with-gayle --enable-drvsnd --enable-amax --enable-cd32 --enable-scsi-device
make clean
make
This diff is collapsed.
......@@ -115,11 +115,55 @@ private slots:
void on_IDC_PATHS_CONFIGS_clicked();
void on_IDC_PATHS_ROMS_clicked();
//macros
void values_to_memorydlg();
void out_floppyspeed();
void fix_values_memorydlg();
void updatez3 (unsigned int *size1p, unsigned int *size2p);
int getcpufreq (int);
//
void enable_for_memorydlg ();
void values_from_memorydlg ();
void values_to_memorydlg ();
void fix_values_memorydlg ();
//
void enable_for_chipsetdlg ();
void values_from_chipsetdlg ();
void values_to_chipsetdlg ();
//
void enable_for_chipsetdlg2 ();
void values_from_chipsetdlg2 ();
void values_to_chipsetdlg2 ();
//
void enable_for_displaydlg ();
void values_from_displaydlg ();
void values_to_displaydlg ();
//
void enable_for_sounddlg ();
void values_from_sounddlg ();
void values_to_sounddlg ();
//
void enable_for_expansiondlg ();
void values_to_expansiondlg ();
//
void enable_for_miscdlg ();
void values_to_miscdlg ();
//
void enable_for_gameportsdlg ();
void values_from_gameportsdlg ();
//
void enable_for_cpudlg ();
void values_from_cpudlg ();
void values_to_cpudlg ();
//
void enable_for_inputdlg ();
void values_from_inputdlg ();
void values_to_inputdlg ();
//
void init_portsdlg ();
void enable_for_portsdlg ();
void values_from_portsdlg ();
void values_to_portsdlg ();
//
void values_from_kickstartdlg ();
void values_to_kickstartdlg ();
};
#define TCHAR char
......
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