ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/rom_patches.cpp
Revision 1.28 - (view) (annotate) - [select for diffs]
2010-02-21T12:00:01Z (14 years, 2 months ago) by cebix
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
fixed const-correctness

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

Revision 1.26 - (view) (annotate) - [select for diffs]
2006-04-30T17:27:55Z (18 years ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-19
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Fix PutScrap() patch with Mac Classic ROMs. Untested but it should work
again provided you build with --enable-addressing=banks

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

Revision 1.24 - (view) (annotate) - [select for diffs]
2004-11-15T23:27:43Z (19 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.23: +10 -0 lines
Diff to previous 1.23
Backport copy-paste of 'TEXT' from SheepShaver

Revision 1.23 - (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.22: +1 -1 lines
Diff to previous 1.22
Happy New Year! :)

Revision 1.22 - (view) (annotate) - [select for diffs]
2002-01-18T21:06:03Z (22 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.21: +6 -2 lines
Diff to previous 1.21
- fixed the problem with Ticks getting incremented on every interrupt, not
  just 60Hz (e.g. moving the mouse made the caret blink faster)
- removed the TAB characters from the ChangeLog file

Revision 1.21 - (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.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-02-10T11:37:42Z (23 years, 2 months ago) by gbeauche
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-17022001, snapshot-29052001
Changes since 1.19: +27 -5 lines
Diff to previous 1.19
- added code to fake HWBases to scratch memory area

Revision 1.19 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:57Z (23 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- bumped version number to 0.9
- updated copyright dates

Revision 1.18 - (view) (annotate) - [select for diffs]
2000-10-09T17:45:58Z (23 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.17: +8 -14 lines
Diff to previous 1.17
EMUL_OP_BLOCK_MOVE is no longer used to replace the BlockMove() routine but
to implement more clever cache flushing for it

Revision 1.17 - (view) (annotate) - [select for diffs]
2000-09-22T17:17:21Z (23 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.16: +31 -10 lines
Diff to previous 1.16
- changed type of ScratchMem from uint32 to uint8 *
- use of Host2MacAddr to glue the ScratchMem area
- added an experimental patch to fix a bug with Speedometer in real addressing mode
- added an experimental patch to fix a bug with the AppleShare extension in real addressing mode

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

Revision 1.15 - (view) (annotate) - [select for diffs]
2000-07-22T16:07:17Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
- new FOURCC() macro in macos_util.h

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

Revision 1.13 - (view) (annotate) - [select for diffs]
2000-04-10T18:52:26Z (24 years ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
- updated copyright info: 1999->2000

Revision 1.12 - (view) (annotate) - [select for diffs]
1999-10-31T23:18:33Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-22121999
Changes since 1.11: +8 -13 lines
Diff to previous 1.11
- removed MemoryDispatch() replacement; routine from ROM is now used if
  possible
- rom_patches.cpp: check for double PACK 4 resources; if only one is found,
  assume that the ROM requires an FPU and issue a warning if FPU emulation
  is turned off
- UAE CPU opcode routines no longer return the cycle count
- main_unix.cpp: pressing Ctrl-C dumps the UAE CPU state before entering mon
- sys_unix.cpp: under Linux, partition sizes are read with BLKGETSIZE instead
  of llseek()

Revision 1.11 - (view) (annotate) - [select for diffs]
1999-10-27T16:59:38Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.10: +162 -10 lines
Diff to previous 1.10
- imported fixed UAE FPU from Lauri
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
- ExtFS: MAX_PATH_LENGTH is global, removed third parameter to
  add_path_component()
- rom_patches.cpp: added print_rom_info()
- Unix: added "-rominfo" command line argument
- extfs_unix.cpp: supports finder info and resource forks
- prefs_editor_gtk.cpp: tab widget is no longer scrollable

Revision 1.10 - (view) (annotate) - [select for diffs]
1999-10-26T16:28:27Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.9: +20 -13 lines
Diff to previous 1.9
- mon is called for illegal EMUL_OP selectors and when pressing Ctrl-C (Unix)
- moved MemoryDispatch() patch routine from PatchAfterStartup() to
  InstallDrivers()
- fixed one place where ROM replaces MemoryDispatch() by unimplemented trap
  when no MMU is present
- Unix: ROM breakpoint can now be set with "-break" command line argument
- some changes to configure script, mon is now compiled with readline support

Revision 1.9 - (view) (annotate) - [select for diffs]
1999-10-25T19:01:29Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- fixes to audio_oss_esd.cpp from Alexander R. Pruss (8-bit mode)
- added configuration summary to configure script
- prefs_editor_amiga.cpp: output of SCSI prefs was broken

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

Revision 1.7 - (view) (annotate) - [select for diffs]
1999-10-22T15:08:12Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.6: +8 -0 lines
Diff to previous 1.6
- added BlockMove() replacement
- extfs.cpp: get_path_for_fsitem(root parent) no longer crashes

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

Revision 1.5 - (view) (annotate) - [select for diffs]
1999-10-19T17:41:18Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.4: +7 -3 lines
Diff to previous 1.4
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-12T20:00:45Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.3: +3 -5 lines
Diff to previous 1.3
- disk insertions are now checked for by the 60Hz interrupt routine
- localizable strings are split into a common and a platform-specific set
- fixed bug in CR->LF translation in AmigaOS/clip_amiga.cpp

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-05T19:10:24Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_7-2
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
- compiles again under BeOS

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-05T14:59:44Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +0 -1 lines
Diff to previous 1.1
- fixed some compiler warnings
- video_x.cpp: now checks whether the X server has the XFree86DGA extension

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: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.28
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