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
afad1a2d
Commit
afad1a2d
authored
Dec 13, 2010
by
GnoStiC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
puae 2.3.1
parent
1b9788e8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
719 additions
and
8 deletions
+719
-8
bronx_.sh
bronx_.sh
+0
-1
bronx_old.sh
bronx_old.sh
+0
-4
puae_mainwindow.cpp
src/gui-qt/puae_mainwindow.cpp
+673
-1
puae_mainwindow.h
src/gui-qt/puae_mainwindow.h
+46
-2
No files found.
bronx_.sh
View file @
afad1a2d
...
...
@@ -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 "
...
...
bronx_old.sh
deleted
100755 → 0
View file @
1b9788e8
./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
src/gui-qt/puae_mainwindow.cpp
View file @
afad1a2d
This diff is collapsed.
Click to expand it.
src/gui-qt/puae_mainwindow.h
View file @
afad1a2d
...
...
@@ -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
...
...
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