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
57a72759
Commit
57a72759
authored
Aug 05, 2010
by
Mustafa 'GnoStiC' TUFAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syncing 2.3.0
parent
c130c99e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
native2amiga_api.h
src/include/native2amiga_api.h
+14
-0
No files found.
src/include/native2amiga_api.h
0 → 100755
View file @
57a72759
/*
* The following functions do exactly the same thing as their
* Amiga counterpart, but can be called in situation where calling
* the exec.library functions is impossible.
*/
#ifdef SUPPORT_THREADS
void
uae_Cause
(
uaecptr
interrupt
);
void
uae_ReplyMsg
(
uaecptr
msg
);
void
uae_PutMsg
(
uaecptr
port
,
uaecptr
msg
);
void
uae_Signal
(
uaecptr
task
,
uae_u32
mask
);
void
uae_NotificationHack
(
uaecptr
,
uaecptr
);
#endif
void
uae_NewList
(
uaecptr
list
);
int
native2amiga_isfree
(
void
);
\ No newline at end of file
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