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
0d5f1050
Commit
0d5f1050
authored
Feb 25, 2011
by
GnoStiC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
puae 2.3.1
parent
6cf4e399
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
44 deletions
+13
-44
configure.in
configure.in
+1
-0
release_.sh
release_.sh
+2
-0
Makefile.am
src/Makefile.am
+1
-0
cocoaui.m
src/gui-cocoa/cocoaui.m
+2
-2
Info.plist
src/od-macosx/Info.plist
+0
-35
Info.plist.in
src/od-macosx/Info.plist.in
+4
-2
Makefile.am
src/od-macosx/Makefile.am
+1
-1
main.m
src/od-macosx/main.m
+2
-4
No files found.
configure.in
View file @
0d5f1050
...
...
@@ -1968,6 +1968,7 @@ AC_CONFIG_FILES([Makefile
src/od-beos/Makefile
src/od-macosx/Makefile
src/od-macosx/Info.plist
src/od-macosx/Credits.rtf
src/od-win32/Makefile
src/td-none/Makefile
src/td-amigaos/Makefile
...
...
release_.sh
View file @
0d5f1050
...
...
@@ -68,6 +68,8 @@ rm -rf src/od-beos/Makefile.in
rm
-rf
src/od-generic/Makefile.in
rm
-rf
src/od-linux/Makefile.in
rm
-rf
src/od-macosx/Makefile.in
rm
-rf
src/od-macosx/Credits.rtf
rm
-rf
src/od-macosx/Info.plist
rm
-rf
src/od-win32/Makefile.in
rm
-rf
src/sd-alsa/Makefile.in
rm
-rf
src/sd-amigaos/Makefile.in
...
...
src/Makefile.am
View file @
0d5f1050
...
...
@@ -84,6 +84,7 @@ if BUILD_MACOSX_BUNDLE
$(INSTALL_DATA)
od-macosx/Info.plist
$(bundle_contents)
$(INSTALL_PROGRAM)
uae$(EXEEXT)
$(bundle_contents)/MacOS/
$(INSTALL_DATA)
$(srcdir)/od-macosx/puae.icns
$(bundle_contents)/Resources/
$(INSTALL_DATA)
$(srcdir)/od-macosx/Credits.rtf
$(bundle_contents)/Resources/
endif
noinst_LIBRARIES
=
\
...
...
src/gui-cocoa/cocoaui.m
View file @
0d5f1050
...
...
@@ -193,7 +193,7 @@ static BOOL wasFullscreen = NO; // used by ensureNotFullscreen() and restoreFull
NSString
*
menuTitle
;
// Create a menu for manipulating the emulated amiga
NSMenu
*
vAmigaMenu
=
[[
NSMenu
alloc
]
initWithTitle
:
@"
PUAE
"
];
NSMenu
*
vAmigaMenu
=
[[
NSMenu
alloc
]
initWithTitle
:
@"
Machine
"
];
[
self
createMenuItemInMenu
:
vAmigaMenu
withTitle
:
@"Reset"
action
:
@selector
(
resetAmiga
:
)
tag
:
0
];
[
self
createMenuItemInMenu
:
vAmigaMenu
withTitle
:
@"Hard Reset"
action
:
@selector
(
resetAmiga
:
)
tag
:
1
];
...
...
@@ -235,7 +235,7 @@ static BOOL wasFullscreen = NO; // used by ensureNotFullscreen() and restoreFull
[
self
createMenuItemInMenu
:
vAmigaMenu
withTitle
:
@"Select Cartridge ROM"
action
:
@selector
(
selectCartridge
:
)
tag
:
0
];
[
self
createMenuItemInMenu
:
vAmigaMenu
withTitle
:
@"Select Flash RAM"
action
:
@selector
(
selectFlashRAM
:
)
tag
:
0
];
menuItem
=
[[
NSMenuItem
alloc
]
initWithTitle
:
@"
PUAE
"
action
:
nil
keyEquivalent
:
@""
];
menuItem
=
[[
NSMenuItem
alloc
]
initWithTitle
:
@"
Machine
"
action
:
nil
keyEquivalent
:
@""
];
[
menuItem
setSubmenu
:
vAmigaMenu
];
[[
NSApp
mainMenu
]
insertItem
:
menuItem
atIndex
:
1
];
[
menuItem
release
];
...
...
src/od-macosx/Info.plist
deleted
100644 → 0
View file @
6cf4e399
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e C
omput
e
r//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDocumentTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleTypeExtensions
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
uaerc
<
/string
>
<
/
a
rr
a
y
>
<
k
e
y
>
CFBundleTypeName
<
/k
e
y
>
<
string
>
PUAE
Configuration
<
/string
>
<
k
e
y
>
CFBundleTypeRole
<
/k
e
y
>
<
string
>
Viewer
<
/string
>
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
English
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
uae
<
/string
>
<
k
e
y
>
CFBundleIconFile
<
/k
e
y
>
<
string
>
puae.icns
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
PUAE
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
2.3.1.397698e373c41c61eaab29f18e10f870c8c39819
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
2.3.1
<
/string
>
<
/
d
i
c
t
>
<
/plist
>
src/od-macosx/Info.plist.in
View file @
0d5f1050
...
...
@@ -28,8 +28,10 @@
<key>
CFBundleName
</key>
<string>
@PACKAGE_NAME@
</string>
<key>
CFBundleShortVersionString
</key>
<string>
@VERSION@-@PACKAGE_COMMIT@
</string>
<key>
CFBundleVersion
</key>
<string>
@VERSION@
</string>
<key>
CFBundleVersion
</key>
<string>
@PACKAGE_COMMIT@
</string>
<key>
NSHumanReadableCopyright
</key>
<string>
(c) 2006-2011 Mustafa 'GnoStiC' Tufan
</string>
</dict>
</plist>
src/od-macosx/Makefile.am
View file @
0d5f1050
...
...
@@ -7,6 +7,6 @@ noinst_LIBRARIES = libosdep.a
libosdep_a_SOURCES
=
main.m memory.c parser.c
noinst_HEADERS
=
main.h memory.h hrtimer.h
noinst_DATA
=
Info.plist.in puae.icns
noinst_DATA
=
Info.plist.in puae.icns
Credits.rtf.in
EXTRA_DIST
=
puae.icns
src/od-macosx/main.m
View file @
0d5f1050
...
...
@@ -126,9 +126,7 @@ in Tiger or later */
-
(
void
)
performAbout
:(
id
)
sender
{
NSDictionary
*
nfo
;
nfo
=
(
NSDictionary
*
)
CFBundleGetInfoDictionary
(
CFBundleGetMainBundle
());
[
NSApp
orderFrontStandardAboutPanelWithOptions
:
nfo
];
[
NSApp
orderFrontStandardAboutPanelWithOptions
:
nil
];
}
static
void
setApplicationMenu
(
void
)
...
...
@@ -144,7 +142,7 @@ static void setApplicationMenu (void)
/* Add menu items */
title
=
[
@"About "
stringByAppendingString
:
appName
];
[
appleMenu
addItemWithTitle
:
title
action
:
@selector
(
performAbout
:
)
keyEquivalent
:
@""
];
[
appleMenu
addItemWithTitle
:
title
action
:
@selector
(
orderFrontStandardAboutPanel
:
)
keyEquivalent
:
@""
];
[
appleMenu
addItem
:[
NSMenuItem
separatorItem
]];
...
...
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