ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/main_amiga.cpp
Revision 1.26 - (view) (annotate) - [select for diffs]
2009-10-18T16:21:19Z (14 years, 6 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
fix PrefsInit on amiga

Revision 1.25 - (view) (annotate) - [select for diffs]
2009-09-21T03:33:20Z (14 years, 7 months ago) by asvitkine
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Fix builds on platforms that may have gotten broken due to my vmdir changes.

Revision 1.24 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:31Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Happy New Year!

Revision 1.23 - (view) (annotate) - [select for diffs]
2002-09-01T12:01:46Z (21 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13, nigel-build-15, nigel-build-16, nigel-build-17, nigel-build-19
Changes since 1.22: +2 -3 lines
Diff to previous 1.22
- implemented direct SCSI transfers (bypassing the buffer)
- minor fixes

Revision 1.22 - (view) (annotate) - [select for diffs]
2002-06-23T08:27:05Z (21 years, 10 months ago) by jlachmann
Branch: MAIN
Changes since 1.21: +22 -14 lines
Diff to previous 1.21
Adapted to OO video scheme; Audio volume/muting/sample rate now settable

Revision 1.21 - (view) (annotate) - [select for diffs]
2002-01-15T14:58:34Z (22 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.20 - (view) (annotate) - [select for diffs]
2001-10-16T17:27:52Z (22 years, 7 months ago) by jlachmann
Branch: MAIN
Changes since 1.19: +6 -0 lines
Diff to previous 1.19
AmigaOS: Improved video mode switching - more strict error checking

Revision 1.19 - (view) (annotate) - [select for diffs]
2001-10-07T19:50:19Z (22 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
prepared XPRAM code for PowerMac emulation (8192 bytes NVRAM)

Revision 1.18 - (view) (annotate) - [select for diffs]
2001-07-03T15:59:45Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.17: +27 -0 lines
Diff to previous 1.17
- added support for platform-independant mutexes, currently only properly
  implemented under Unix
- adb.cpp uses mutexes for thread-safe mouse handling
- video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed"
  relative mouse mode, useful for some games
- video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no
  longer treated as hotkeys)

Revision 1.17 - (view) (annotate) - [select for diffs]
2001-06-30T17:21:52Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.16: +11 -11 lines
Diff to previous 1.16
- experimental gamma table support
- restructured video_x.cpp: uses classes for display types

Revision 1.16 - (view) (annotate) - [select for diffs]
2001-06-30T12:58:07Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- fixed compilation problems under AmigaOS
- fsave/frestore on AmigaOS and NetBSD/m68k always use a 68882/68040-style
  FPU frame, eliminating the need for 68060 FPU patches

Revision 1.15 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:57Z (23 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-17022001, snapshot-29052001
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
- bumped version number to 0.9
- updated copyright dates

Revision 1.14 - (view) (annotate) - [select for diffs]
2001-01-25T22:24:36Z (23 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.13: +50 -2 lines
Diff to previous 1.13
- AmigaOS: implemented XPRAM watchdog thread
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered
  by MacOS 8
- minor documentation updates

Revision 1.13 - (view) (annotate) - [select for diffs]
2001-01-04T19:50:22Z (23 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- removed the INT16 prefs item type; use INT32 instead
- AmigaOS/Unix: it's now possible to specify preferences items on the
  command line
- Unix: command line options now take "--"-prefix, e.g. "--rominfo"

Revision 1.12 - (view) (annotate) - [select for diffs]
2000-10-16T17:37:57Z (23 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
fixed compilation problems

Revision 1.11 - (view) (annotate) - [select for diffs]
2000-09-22T17:22:40Z (23 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- changed type of ScratchMem from uint32 to uint8 *

Revision 1.10 - (view) (annotate) - [select for diffs]
2000-09-04T16:30:47Z (23 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.9: +4 -11 lines
Diff to previous 1.9
- some cleanups in the AmigaOS code

Revision 1.9 - (view) (annotate) - [select for diffs]
2000-08-20T14:08:41Z (23 years, 8 months ago) by jlachmann
Branch: MAIN
Changes since 1.8: +32 -6 lines
Diff to previous 1.8
added MacsBug Support -jl-

Revision 1.8 - (view) (annotate) - [select for diffs]
2000-07-22T16:00:34Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
- small fixes for NetBSD and AmigaOS

Revision 1.7 - (view) (annotate) - [select for diffs]
2000-07-14T21:29:10Z (23 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.6: +9 -7 lines
Diff to previous 1.6
- AmigaOS bug fixes by J.Lachmann (floppy, 2060scsi.device, "Add Volume" in
  prefs editor)
- imported some changes from the Windows source (1Hz interrupt, FPU fixes)

Revision 1.6 - (view) (annotate) - [select for diffs]
2000-07-06T16:04:24Z (23 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.5: +6 -0 lines
Diff to previous 1.5
- AmigaOS: added CyberGraphX support

Revision 1.5 - (view) (annotate) - [select for diffs]
2000-04-10T18:52:37Z (24 years, 1 month ago) by cebix
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- updated copyright info: 1999->2000

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-21T22:39:56Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-22121999
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
- ExtFS works under AmigaOS
- fixed erroneous __regargs attributes in prefs_editor_amiga.cpp
  and audio_amiga.cpp for GCC

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-19T19:28:15Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.2: +52 -16 lines
Diff to previous 1.2
- now compiles with GCC under AmigaOS

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-19T17:41:21Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +4 -72 lines
Diff to previous 1.1
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: cebix
CVS Tags: release-0_7-2, start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.26
Imported sources

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a