ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/gencpu.c
Revision 1.26 - (view) (annotate) - [select for diffs]
2012-03-30T01:25:46Z (12 years, 1 month ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +15 -0 lines
Diff to previous 1.25
Add GPLv2 notices to files from UAE Amiga Emulator, as retrieved from the
COPYING file of uae-0.8.29, retrieved from http://www.amigaemulator.org/
via uae-0.8.29.tar.bz2 (MD5 = 54abbabb5e8580b679c52de019141d61).

Revision 1.25 - (view) (annotate) - [select for diffs]
2007-06-30T08:00:31Z (16 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.24: +38 -6 lines
Diff to previous 1.24
Fix xBCD instruction for 68040 emulation: the NV flags shall not be affected.

Revision 1.24 - (view) (annotate) - [select for diffs]
2007-06-29T16:32:05Z (16 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.23: +8 -11 lines
Diff to previous 1.23
More human readable instruction names (from e-uae).

Revision 1.23 - (view) (annotate) - [select for diffs]
2007-06-15T08:09:01Z (16 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.22: +10 -4 lines
Diff to previous 1.22
Fix JIT for 68020/68030 emulation mode.

Revision 1.22 - (view) (annotate) - [select for diffs]
2005-06-22T08:51:04Z (18 years, 10 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
Avoid C99-isms in C code for old compilers (e.g. gcc "2.96" on MDK 8.1)

Revision 1.21 - (view) (annotate) - [select for diffs]
2005-03-17T00:21:36Z (19 years, 2 months ago) by gbeauche
Branch: MAIN
Changes since 1.20: +6 -3 lines
Diff to previous 1.20
close opened files and make sure to flush stdout on exit, this used to
cause weird results on windows otherwise

Revision 1.20 - (view) (annotate) - [select for diffs]
2002-11-02T18:13:27Z (21 years, 6 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13, nigel-build-15, nigel-build-16
Changes since 1.19: +4 -23 lines
Diff to previous 1.19
Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an
inline-threaded core.

Revision 1.19 - (view) (annotate) - [select for diffs]
2002-09-17T16:05:39Z (21 years, 8 months ago) by gbeauche
Branch: MAIN
Changes since 1.18: +8 -0 lines
Diff to previous 1.18
- Changes to support 68040 -> x86 dynamic translator
- Globalize FLIGHT_RECORDER, possibly used in compiler/ sources as well

Revision 1.18 - (view) (annotate) - [select for diffs]
2002-09-13T12:50:56Z (21 years, 8 months ago) by gbeauche
Branch: MAIN
Changes since 1.17: +8 -7 lines
Diff to previous 1.17
Updates for new FPU core architecture

Revision 1.17 - (view) (annotate) - [select for diffs]
2002-09-01T15:17:13Z (21 years, 8 months ago) by gbeauche
Branch: MAIN
Changes since 1.16: +94 -23 lines
Diff to previous 1.16
- Merge with Basilisk II/JIT cpu core, interpretive part for now
- Clean use of USE_PREFETCH_BUFFER macro and dependent bits

Revision 1.16 - (view) (annotate) - [select for diffs]
2002-01-06T08:21:09Z (22 years, 4 months ago) by gbeauche
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.15: +2 -0 lines
Diff to previous 1.15
- Fix condition codes handling for BFINS instructions (uae 0.8.20)

Revision 1.15 - (view) (annotate) - [select for diffs]
2001-08-19T16:21:01Z (22 years, 8 months ago) by gbeauche
Branch: MAIN
Changes since 1.14: +17 -19 lines
Diff to previous 1.14
- merge 680x0 emulation core with uae 0.8.17

Revision 1.14 - (view) (annotate) - [select for diffs]
2001-07-13T10:13:57Z (22 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.13: +45 -356 lines
Diff to previous 1.13
- merged some code from uae-0.8.16

Revision 1.13 - (view) (annotate) - [select for diffs]
2001-03-20T17:35:46Z (23 years, 1 month ago) by gbeauche
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-29052001
Changes since 1.12: +0 -3 lines
Diff to previous 1.12
- removed old JIT compiler, its related support functions and files
  (compiler.{h,cpp})

Revision 1.12 - (view) (annotate) - [select for diffs]
2001-03-19T13:11:40Z (23 years, 2 months ago) by gbeauche
Branch: MAIN
Changes since 1.11: +31 -10 lines
Diff to previous 1.11
Additions:
- MOVE16 (Ay)+,(xxx).L
- MOVE16 (xxx).L,(Ay)+
- MOVE16 (Ay),(xxx).L
- MOVE16 (xxx).L,(Ay)

Fixes:
- MOVE16 (Ax)+,(Ay)+ where x == y: address register shall be incremented
  only once
- CINV, CPUSH: 'p' field matches correctly the instruction 'cache field'

Revision 1.11 - (view) (annotate) - [select for diffs]
2000-09-22T17:19:12Z (23 years, 7 months ago) by gbeauche
Branch: MAIN
CVS Tags: snapshot-17022001
Changes since 1.10: +6 -0 lines
Diff to previous 1.10
- removed generation of unused handlers in direct or real addressing modes
  (no prefetch buffer, nor exception 3 handling)

Revision 1.10 - (view) (annotate) - [select for diffs]
1999-11-03T10:56:40Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-13072000, snapshot-22121999
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
- imported UAE CPU 0.8.10 changes
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu and
  Mac2Mac_memcpy
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary IOParam
  block was not in Mac address space)
- some provisions for using UAE CPU compiler (doesn't work yet)

Revision 1.9 - (view) (annotate) - [select for diffs]
1999-10-31T23:18:40Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
- 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.8 - (view) (annotate) - [select for diffs]
1999-10-28T16:52:28Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.7: +39 -3 lines
Diff to previous 1.7
- removed Gwenole's patches as they didn't work on SPARC V9

Revision 1.7 - (view) (annotate) - [select for diffs]
1999-10-28T16:00:23Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.6: +3 -39 lines
Diff to previous 1.6
- new SPARC optimizations from Gwenole

Revision 1.6 - (view) (annotate) - [select for diffs]
1999-10-28T15:33:20Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.5: +25 -5 lines
Diff to previous 1.5
- 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.5 - (view) (annotate) - [select for diffs]
1999-10-21T15:55:32Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.4: +0 -1 lines
Diff to previous 1.4
- fixed SPARC compilation problem

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-21T15:27:08Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.3: +0 -1 lines
Diff to previous 1.3
- integrated SPARC assembly optimizations

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-21T15:14:42Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
- updated configure script for SPARC assembly optimizations

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-21T13:19:27Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +155 -2 lines
Diff to previous 1.1
- added fbdev video code and SPARC assembly optimizations

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
1999-10-03T14:16:26Z (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:26Z (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