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
8510c211
Commit
8510c211
authored
Jun 30, 2010
by
Mustafa 'GnoStiC' TUFAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync 2.2.0
parent
a7f65548
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
53 additions
and
53 deletions
+53
-53
inputdevice.c
src/inputdevice.c
+2
-2
keybuf.c
src/keybuf.c
+45
-45
main.c
src/main.c
+3
-3
config.log
src/tools/config.log
+3
-3
No files found.
src/inputdevice.c
View file @
8510c211
...
@@ -3778,7 +3778,7 @@ static void setautofires (struct uae_prefs *prefs, int port, int af)
...
@@ -3778,7 +3778,7 @@ static void setautofires (struct uae_prefs *prefs, int port, int af)
static
void
compatibility_copy
(
struct
uae_prefs
*
prefs
,
bool
gameports
)
static
void
compatibility_copy
(
struct
uae_prefs
*
prefs
,
bool
gameports
)
{
{
int
used
[
MAX_INPUT_DEVICES
]
=
{
0
};
int
used
[
MAX_INPUT_DEVICES
]
=
{
0
};
int
i
,
joy
,
j
;
int
i
,
joy
;
for
(
i
=
0
;
i
<
MAX_JPORTS
;
i
++
)
{
for
(
i
=
0
;
i
<
MAX_JPORTS
;
i
++
)
{
joymodes
[
i
]
=
prefs
->
jports
[
i
].
mode
;
joymodes
[
i
]
=
prefs
->
jports
[
i
].
mode
;
...
@@ -4326,7 +4326,7 @@ void inputdevice_devicechange (struct uae_prefs *prefs)
...
@@ -4326,7 +4326,7 @@ void inputdevice_devicechange (struct uae_prefs *prefs)
// set default prefs to all input configuration settings
// set default prefs to all input configuration settings
void
inputdevice_default_prefs
(
struct
uae_prefs
*
p
)
void
inputdevice_default_prefs
(
struct
uae_prefs
*
p
)
{
{
int
i
,
j
;
int
i
;
inputdevice_init
();
inputdevice_init
();
p
->
input_selected_setting
=
GAMEPORT_INPUT_SETTINGS
;
p
->
input_selected_setting
=
GAMEPORT_INPUT_SETTINGS
;
...
...
src/keybuf.c
View file @
8510c211
/*
/*
* UAE - The Un*x Amiga Emulator
* UAE - The Un*x Amiga Emulator
*
*
* Keyboard buffer. Not really needed for X, but for SVGAlib and possibly
* Keyboard buffer. Not really needed for X, but for SVGAlib and possibly
...
@@ -101,7 +101,7 @@ uae_u8 *save_keyboard (int *len)
...
@@ -101,7 +101,7 @@ uae_u8 *save_keyboard (int *len)
{
{
uae_u8
*
dst
,
*
t
;
uae_u8
*
dst
,
*
t
;
dst
=
t
=
xmalloc
(
uae_u8
,
8
);
dst
=
t
=
xmalloc
(
uae_u8
,
8
);
save_u32
(
getcapslockstate
()
?
1
:
0
);
save_u32
(
getcapslockstate
()
?
1
:
0
);
save_u32
(
0
);
save_u32
(
0
);
*
len
=
8
;
*
len
=
8
;
return
t
;
return
t
;
...
...
src/main.c
View file @
8510c211
...
@@ -411,7 +411,7 @@ void fixup_prefs (struct uae_prefs *p)
...
@@ -411,7 +411,7 @@ void fixup_prefs (struct uae_prefs *p)
p
->
cpu_compatible
=
1
;
p
->
cpu_compatible
=
1
;
p
->
address_space_24
=
1
;
p
->
address_space_24
=
1
;
#endif
#endif
#if !defined(CPUEMU_11) && !defined (CPUEMU_12)
#if !defined
(CPUEMU_11) && !defined (CPUEMU_12)
p
->
cpu_compatible
=
0
;
p
->
cpu_compatible
=
0
;
p
->
address_space_24
=
0
;
p
->
address_space_24
=
0
;
#endif
#endif
...
@@ -926,7 +926,7 @@ static int real_main2 (int argc, TCHAR **argv)
...
@@ -926,7 +926,7 @@ static int real_main2 (int argc, TCHAR **argv)
DISK_init
();
DISK_init
();
reset_frame_rate_hack
();
reset_frame_rate_hack
();
init_m68k
();
/* must come after reset_frame_rate_hack (); */
init_m68k
();
/* must come after reset_frame_rate_hack (); */
gui_update
();
gui_update
();
...
...
src/tools/config.log
View file @
8510c211
...
@@ -445,7 +445,7 @@ configure:4344: $? = 0
...
@@ -445,7 +445,7 @@ configure:4344: $? = 0
configure:4344: result: yes
configure:4344: result: yes
configure:4350: checking for _doprnt
configure:4350: checking for _doprnt
configure:4350: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
configure:4350: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
/tmp/cc
zRCLXC
.o: In function `main':
/tmp/cc
RLmAmi
.o: In function `main':
/home/gnostic/puaex/src/tools/conftest.c:67: undefined reference to `_doprnt'
/home/gnostic/puaex/src/tools/conftest.c:67: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
configure:4350: $? = 1
configure:4350: $? = 1
...
@@ -533,7 +533,7 @@ configure:4364: $? = 0
...
@@ -533,7 +533,7 @@ configure:4364: $? = 0
configure:4364: result: yes
configure:4364: result: yes
configure:4364: checking for strcmpi
configure:4364: checking for strcmpi
configure:4364: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
configure:4364: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
/tmp/cc
ZxlONG
.o: In function `main':
/tmp/cc
WAe3Gy
.o: In function `main':
/home/gnostic/puaex/src/tools/conftest.c:69: undefined reference to `strcmpi'
/home/gnostic/puaex/src/tools/conftest.c:69: undefined reference to `strcmpi'
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
configure:4364: $? = 1
configure:4364: $? = 1
...
@@ -613,7 +613,7 @@ configure: failed program was:
...
@@ -613,7 +613,7 @@ configure: failed program was:
configure:4364: result: no
configure:4364: result: no
configure:4364: checking for stricmp
configure:4364: checking for stricmp
configure:4364: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
configure:4364: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
/tmp/cc
RpVkEO
.o: In function `main':
/tmp/cc
d6el6G
.o: In function `main':
/home/gnostic/puaex/src/tools/conftest.c:69: undefined reference to `stricmp'
/home/gnostic/puaex/src/tools/conftest.c:69: undefined reference to `stricmp'
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
configure:4364: $? = 1
configure:4364: $? = 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