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
516bc4b6
Commit
516bc4b6
authored
Jun 29, 2010
by
Mustafa 'GnoStiC' TUFAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
9a6371f6
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
255 additions
and
253 deletions
+255
-253
blitter.c
src/blitter.c
+7
-7
custom.c
src/custom.c
+8
-8
disk.c
src/disk.c
+1
-1
genblitter.c
src/genblitter.c
+1
-1
gencpu.c
src/gencpu.c
+2
-2
genlinetoscr.c
src/genlinetoscr.c
+228
-228
options.h
src/include/options.h
+2
-0
inputevents.def
src/inputevents.def
+3
-3
config.log
src/tools/config.log
+3
-3
No files found.
src/blitter.c
View file @
516bc4b6
/*
* UAE - The Un*x Amiga Emulator
*
* Custom chip emulation
*
* (c) 1995 Bernd Schmidt, Alessandro Bissacco
* (c) 2002 - 2005 Toni Wilen
*/
* UAE - The Un*x Amiga Emulator
*
* Custom chip emulation
*
* (c) 1995 Bernd Schmidt, Alessandro Bissacco
* (c) 2002 - 2005 Toni Wilen
*/
//#define BLITTER_DEBUG_NOWAIT
//#define BLITTER_DEBUG
...
...
src/custom.c
View file @
516bc4b6
/*
* UAE - The Un*x Amiga Emulator
*
* Custom chip emulation
*
* Copyright 1995-2002 Bernd Schmidt
* Copyright 1995 Alessandro Bissacco
* Copyright 2000-2010 Toni Wilen
*/
* UAE - The Un*x Amiga Emulator
*
* Custom chip emulation
*
* Copyright 1995-2002 Bernd Schmidt
* Copyright 1995 Alessandro Bissacco
* Copyright 2000-2010 Toni Wilen
*/
#include "sysconfig.h"
#include "sysdeps.h"
...
...
src/disk.c
View file @
516bc4b6
src/genblitter.c
View file @
516bc4b6
...
...
@@ -174,7 +174,7 @@ static void generate_func(void)
if
(
a_is_on
)
printf
(
"uae_u32 preva = 0;
\n
"
);
if
(
b_is_on
)
printf
(
"uae_u32 prevb = 0, srcb = b->bltbhold;
\n
"
);
if
(
c_is_on
)
printf
(
"uae_u32 srcc = b->bltcdat;
\n
"
);
printf
(
"uae_u32 dstd
=
0;
\n
"
);
printf
(
"uae_u32 dstd
=
0;
\n
"
);
printf
(
"uaecptr dstp = 0;
\n
"
);
printf
(
"for (j = b->vblitsize; j--; ) {
\n
"
);
if
(
a_is_on
)
{
...
...
src/gencpu.c
View file @
516bc4b6
src/genlinetoscr.c
View file @
516bc4b6
src/include/options.h
View file @
516bc4b6
...
...
@@ -211,6 +211,8 @@ struct uae_prefs {
int
gfx_filter
;
TCHAR
gfx_filtershader
[
MAX_DPATH
];
TCHAR
gfx_filtermask
[
MAX_DPATH
];
TCHAR
gfx_filteroverlay
[
MAX_DPATH
];
struct
wh
gfx_filteroverlay_pos
;
int
gfx_filter_scanlines
;
int
gfx_filter_scanlineratio
;
int
gfx_filter_scanlinelevel
;
...
...
src/inputevents.def
View file @
516bc4b6
...
...
@@ -299,7 +299,7 @@ DEFEVENT(KEY_7F,"Keycode 0x7F",AM_K,0,0,0x7f)
/* special */
DEFEVENT(SPC_ENTERGUI,"Enter GUI",AM_K,0,0,AKS_ENTERGUI)
DEFEVENT(SPC_SCREENSHOT,"Screenshot",AM_K,0,0,AKS_SCREENSHOT_FILE)
DEFEVENT(SPC_SCREENSHOT,"Screenshot
(file)
",AM_K,0,0,AKS_SCREENSHOT_FILE)
DEFEVENT(SPC_SCREENSHOT_CLIPBOARD,"Screenshot (clipboard)",AM_K,0,0,AKS_SCREENSHOT_CLIPBOARD)
DEFEVENT(SPC_FREEZEBUTTON,"Activate Cartridge",AM_K,0,0,AKS_FREEZEBUTTON)
DEFEVENT(SPC_FLOPPY0,"Change disk in DF0:",AM_K,0,0,AKS_FLOPPY0)
...
...
@@ -362,9 +362,9 @@ DEFEVENT(SPC_DISK_NEXT3,"Next disk image in DF3:",AM_K,0,0,AKS_DISK_NEXT3)
DEFEVENT(SPC_INPUT_CONFIG1,"Select Input Configuration #1",AM_K,0,0,AKS_INPUT_CONFIG_1)
DEFEVENT(SPC_INPUT_CONFIG2,"Select Input Configuration #2",AM_K,0,0,AKS_INPUT_CONFIG_2)
DEFEVENT(SPC_INPUT_CONFIG3,"Select Input Configuration #3",AM_K,0,0,AKS_INPUT_CONFIG_3)
DEFEVENT(SPC_INPUT_CONFIG4,"Select
Input Configuration #4
",AM_K,0,0,AKS_INPUT_CONFIG_4)
DEFEVENT(SPC_INPUT_CONFIG4,"Select
GamePorts Input Configuration
",AM_K,0,0,AKS_INPUT_CONFIG_4)
DEFEVENT(SPC_ARCADIA_DIAGNOSTICS,"Arcadia diagnostics
dip
switch",AM_K,0,0,AKS_ARCADIADIAGNOSTICS)
DEFEVENT(SPC_ARCADIA_DIAGNOSTICS,"Arcadia diagnostics
DIP
switch",AM_K,0,0,AKS_ARCADIADIAGNOSTICS)
DEFEVENT(SPC_ARCADIA_PLAYER1,"Arcadia player 1",AM_K,0,0,AKS_ARCADIAPLY1)
DEFEVENT(SPC_ARCADIA_PLAYER2,"Arcadia player 2",AM_K,0,0,AKS_ARCADIAPLY2)
DEFEVENT(SPC_ARCADIA_COIN1,"Arcadia coin player 1",AM_K,0,0,AKS_ARCADIACOIN1)
...
...
src/tools/config.log
View file @
516bc4b6
...
...
@@ -445,7 +445,7 @@ configure:4344: $? = 0
configure:4344: result: yes
configure:4350: checking for _doprnt
configure:4350: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
/tmp/cc
4HIdmv
.o: In function `main':
/tmp/cc
65mTgk
.o: In function `main':
/home/gnostic/puaex/src/tools/conftest.c:67: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:4350: $? = 1
...
...
@@ -533,7 +533,7 @@ configure:4364: $? = 0
configure:4364: result: yes
configure:4364: checking for strcmpi
configure:4364: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
/tmp/cc
8gAlpK
.o: In function `main':
/tmp/cc
7AqVhB
.o: In function `main':
/home/gnostic/puaex/src/tools/conftest.c:69: undefined reference to `strcmpi'
collect2: ld returned 1 exit status
configure:4364: $? = 1
...
...
@@ -613,7 +613,7 @@ configure: failed program was:
configure:4364: result: no
configure:4364: checking for stricmp
configure:4364: gcc -o conftest -g -O2 -Wall -W -Wno-unused conftest.c >&5
/tmp/cc
uLVxd
I.o: In function `main':
/tmp/cc
qJO3O
I.o: In function `main':
/home/gnostic/puaex/src/tools/conftest.c:69: undefined reference to `stricmp'
collect2: ld returned 1 exit status
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