ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/main.cpp
Revision 1.18 - (view) (annotate) - [select for diffs]
2009-07-23T19:19:14Z (14 years, 9 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
BasiliskII side of changes to support .sheepvm bundles for SheepShaver

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

Revision 1.16 - (view) (annotate) - [select for diffs]
2005-01-30T21:42:13Z (19 years, 3 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Happy New Year!

Revision 1.15 - (view) (annotate) - [select for diffs]
2004-01-12T15:29:22Z (20 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Happy New Year! :)

Revision 1.14 - (view) (annotate) - [select for diffs]
2002-11-05T10:33:06Z (21 years, 5 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Updates to reflect recent cxmon 64bit changes

Revision 1.13 - (view) (annotate) - [select for diffs]
2002-04-25T11:00:30Z (22 years ago) by cebix
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
- added infrastructure for multi-monitor support; only video_x.cpp is
  converted for the new scheme; not actually tested with a mult-monitor
  setup yet but at least single-monitor display doesn't seem to be broken
  (UAE banked addressing would definitely require some extensions to handle
  multiple frame buffers)
- struct video_mode has an extra field that is free for use by platform-
  specific code

Revision 1.12 - (view) (annotate) - [select for diffs]
2002-03-19T14:25:50Z (22 years, 1 month ago) by cebix
Branch: MAIN
Changes since 1.11: +31 -1 lines
Diff to previous 1.11
XPRAM gets loaded with default values if "NuMc" signature isn't found. This is
done so the correct (default) video mode is used if the PRAM was wiped.

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

Revision 1.10 - (view) (annotate) - [select for diffs]
2001-07-03T15:59:45Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.9: +7 -0 lines
Diff to previous 1.9
- 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.9 - (view) (annotate) - [select for diffs]
2001-06-30T17:21:51Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.8: +17 -2 lines
Diff to previous 1.8
- experimental gamma table support
- restructured video_x.cpp: uses classes for display types

Revision 1.8 - (view) (annotate) - [select for diffs]
2001-06-27T20:05:23Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.7: +6 -0 lines
Diff to previous 1.7
depth/resolution switching infrastructure should be complete now; slot ROM
contains all supported depths, default mode is stored in XPRAM upon startup,
and added video_switch_to_mode() call (currently unimplemented in all drivers)

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

Revision 1.6 - (view) (annotate) - [select for diffs]
2001-01-04T19:50:22Z (23 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- 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.5 - (view) (annotate) - [select for diffs]
2000-04-10T18:52:25Z (24 years ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
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-28T15:33:10Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-22121999
Changes since 1.3: +8 -2 lines
Diff to previous 1.3
- added some 68040 instructions: CINV, CPUSH, MOVE16 (Ax)+,(Ay)+, MOVEC regs,
  and FPU state frames; enough to boot MacOS
- CPU type can be selected in GTK prefs editor

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-25T08:07:45Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.2: +27 -0 lines
Diff to previous 1.2
- now uses "mon" if present (currently on breakpoints only)

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-21T22:39:53Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1
- ExtFS works under AmigaOS
- fixed erroneous __regargs attributes in prefs_editor_amiga.cpp
  and audio_amiga.cpp for GCC

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-19T17:41:17Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

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