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
7f715a45
Commit
7f715a45
authored
Jan 17, 2011
by
GnoStiC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
puae 2.3.1
parent
df9b1bb3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
debug.c
src/debug.c
+1
-2
expansion.c
src/expansion.c
+1
-1
main.c
src/main.c
+1
-1
readcpu.c
src/readcpu.c
+2
-2
No files found.
src/debug.c
View file @
7f715a45
...
@@ -625,8 +625,7 @@ static void dumpmem (uaecptr addr, uaecptr *nxmem, int lines)
...
@@ -625,8 +625,7 @@ static void dumpmem (uaecptr addr, uaecptr *nxmem, int lines)
static
void
dump_custom_regs
(
int
aga
)
static
void
dump_custom_regs
(
int
aga
)
{
{
unsigned
int
len
;
unsigned
int
len
,
i
,
j
,
end
;
unsigned
int
i
,
j
,
end
;
uae_u8
*
p1
,
*
p2
,
*
p3
,
*
p4
;
uae_u8
*
p1
,
*
p2
,
*
p3
,
*
p4
;
if
(
aga
)
{
if
(
aga
)
{
...
...
src/expansion.c
View file @
7f715a45
...
@@ -306,7 +306,7 @@ static void REGPARAM2 expamem_wput (uaecptr addr, uae_u32 value)
...
@@ -306,7 +306,7 @@ static void REGPARAM2 expamem_wput (uaecptr addr, uae_u32 value)
ecard
++
;
ecard
++
;
if
(
p1
!=
p2
)
if
(
p1
!=
p2
)
write_log
(
" Card %d remapped %04x0000 -> %04x0000
\n
"
,
ecard
,
p1
,
p2
);
write_log
(
" Card %d remapped %04x0000 -> %04x0000
\n
"
,
ecard
,
p1
,
p2
);
write_log
(
" Card %d (Zorro%s) done.
\n
"
,
ecard
,
expamem_type
()
==
0xc0
?
L"II"
:
L
"III"
);
write_log
(
" Card %d (Zorro%s) done.
\n
"
,
ecard
,
expamem_type
()
==
0xc0
?
"II"
:
"III"
);
if
(
ecard
<
cardno
)
if
(
ecard
<
cardno
)
(
*
card_init
[
ecard
])
();
(
*
card_init
[
ecard
])
();
else
else
...
...
src/main.c
View file @
7f715a45
...
@@ -615,7 +615,7 @@ static void parse_cmdline (int argc, TCHAR **argv)
...
@@ -615,7 +615,7 @@ static void parse_cmdline (int argc, TCHAR **argv)
TCHAR
*
txt2
=
xmalloc
(
TCHAR
,
_tcslen
(
txt
)
+
2
);
TCHAR
*
txt2
=
xmalloc
(
TCHAR
,
_tcslen
(
txt
)
+
2
);
_tcscpy
(
txt2
,
txt
);
_tcscpy
(
txt2
,
txt
);
if
(
_tcsrchr
(
txt2
,
','
)
!=
NULL
)
if
(
_tcsrchr
(
txt2
,
','
)
!=
NULL
)
_tcscat
(
txt2
,
L
","
);
_tcscat
(
txt2
,
","
);
cfgfile_parse_option
(
&
currprefs
,
"cdimage0"
,
txt2
,
0
);
cfgfile_parse_option
(
&
currprefs
,
"cdimage0"
,
txt2
,
0
);
xfree
(
txt2
);
xfree
(
txt2
);
xfree
(
txt
);
xfree
(
txt
);
...
...
src/readcpu.c
View file @
7f715a45
...
@@ -112,8 +112,8 @@ struct mnemolookup lookuptab[] = {
...
@@ -112,8 +112,8 @@ struct mnemolookup lookuptab[] = {
{
i_ROXLW
,
"ROXLW"
,
"ROXLW"
},
{
i_ROXLW
,
"ROXLW"
,
"ROXLW"
},
{
i_ROXRW
,
"ROXRW"
,
"ROXRW"
},
{
i_ROXRW
,
"ROXRW"
,
"ROXRW"
},
{
i_MOVE2C
,
"MOVE2C"
,
"MOVE"
},
{
i_MOVE2C
,
"MOVE2C"
,
"MOVE
C
"
},
{
i_MOVEC2
,
"MOVEC2"
,
"MOVE"
},
{
i_MOVEC2
,
"MOVEC2"
,
"MOVE
C
"
},
{
i_CAS
,
"CAS"
,
"CAS"
},
{
i_CAS
,
"CAS"
,
"CAS"
},
{
i_CAS2
,
"CAS2"
,
"CAS2"
},
{
i_CAS2
,
"CAS2"
,
"CAS2"
},
{
i_MULL
,
"MULL"
,
"MULL"
},
{
i_MULL
,
"MULL"
,
"MULL"
},
...
...
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