../
|
BasiliskII.pbproj/
|
|
BasiliskII.xcode/
|
|
English.lproj/
|
|
Multiple-Windows/
|
|
0_HOW_TO_BUILD.txt
|
1.5
(21 years ago)
by nigel:
Added a few notes on different compilation strategies
|
1_prepare_files.sh
|
1.7
(21 years ago)
by nigel:
Unix/timer_unix.cpp was also being compiled with the wrong sysdeps.h
(the one from the Unix directory)
|
Controller.h
|
1.5
(21 years ago)
by nigel:
Extra help menu action (for HowTo)
|
Controller.mm
|
1.9
(21 years ago)
by nigel:
Allow changes in Prefs window while emulator is running
|
Credits.html
|
1.1
(22 years ago)
by nigel:
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1
|
Emulator.h
|
1.2
(22 years ago)
by nigel:
Added ScreenHideShow: action
|
Emulator.mm
|
1.6
(21 years ago)
by nigel:
Fixes for safe Restart()ing, some tidying up
|
EmulatorView.h
|
1.7
(21 years ago)
by nigel:
Publish methods for clearing and blackening the bitmap
|
EmulatorView.mm
|
1.10
(21 years ago)
by nigel:
1) Publish methods for clearing and blackening the bitmap
2) Always do the calculations for a possibly scaled view.
Even if we prevent the user from changing the view size,
the Monitors control panel in the emulator may still try to
select a resolution which is too large for the screen,
and thus the window will have to be reduced to fit,
and thus the screen and bitmap co-ords may not match
|
HowTo.html
|
1.2
(21 years ago)
by nigel:
Some extra versions tested, extra tips, ExtFS 7.5.3
|
Makefile.in
|
1.9
(21 years ago)
by nigel:
Unix/timer_unix.cpp was also being compiled with the wrong sysdeps.h
(the one from the Unix directory)
|
NNThread.h
|
1.1
(22 years ago)
by nigel:
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1
|
NNThread.m
|
1.3
(21 years ago)
by nigel:
[[blah alloc] init] -> [blah new]
|
PrefsEditor.h
|
1.2
(21 years ago)
by nigel:
[[blah alloc] init] -> [blah new],
error checking when deleting volume files
|
PrefsEditor.mm
|
1.9
(21 years ago)
by nigel:
Minor UI error from removal of OpenGL button
|
ToDo.html
|
1.12
(21 years ago)
by nigel:
Added v13, updated bugs
|
Versions.html
|
1.9
(21 years ago)
by nigel:
Final v13 changelist
|
audio_defs_macosx.h
|
1.1
(21 years ago)
by nigel:
audio_defs.h compatible with OS X
|
audio_macosx.cpp
|
1.1
(22 years ago)
by nigel:
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1
|
audio_macosx.mm
|
1.1
(21 years ago)
by nigel:
Start of audio hacking
|
configure.in
|
1.9
(21 years ago)
by nigel:
Fixes for latest FPU emulation source.
(We add the FPU_* into config.h so that the IDE can pick it up automatically)
|
extfs_macosx.h
|
1.1
(22 years ago)
by nigel:
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1
|
extfs_macosx.mm
|
1.2
(22 years ago)
by nigel:
Added to comment for add_rsrc()
|
macos_util_macosx.h
|
1.1
(22 years ago)
by nigel:
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1
|
main_macosx.h
|
1.1
(22 years ago)
by nigel:
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1
|
main_macosx.mm
|
1.7
(21 years ago)
by nigel:
Repair QuitEmulator replacement macro.
(we was incorrectly returning after the call to InitAll() )
|
misc_macosx.h
|
1.3
(22 years ago)
by nigel:
EndSheet() to end non-modal (i.e. non Error) sheets, fixed leak in ErrorSheet()
|
misc_macosx.mm
|
1.3
(22 years ago)
by nigel:
EndSheet() to end non-modal (i.e. non Error) sheets, fixed leak in ErrorSheet()
|
prefs_macosx.cpp
|
1.2
(21 years ago)
by nigel:
Increase default windowed screen height to the minimum
for a colour Mac (was appropriate for B&W only)
|
sys_darwin.cpp
|
1.1
(21 years ago)
by nigel:
Darwin-specific CD code.
|
sysdeps.h
|
1.5
(21 years ago)
by nigel:
Incorporate x86_64 changes from latest Unix version
|
video_macosx.h
|
1.6
(21 years ago)
by nigel:
Use CGIMAGEREF as drawing strategy, and update comments explaining why
|
video_macosx.mm
|
1.10
(21 years ago)
by nigel:
Re-entry fix (purge vectors in VideoExit()),
animate resizing of window, and centre afterwards
|