ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/newcpu.h
Revision 1.17 - (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.16: +21 -7 lines
Diff to previous 1.16
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.16 - (view) (annotate) - [select for diffs]
2006-01-15T22:42:51Z (18 years, 4 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-19
Changes since 1.15: +0 -6 lines
Diff to previous 1.15
fix stack alignment (theoritically but it was OK in practise) in generated
functions, move m68k_compile_execute() to compiler/ dir since it's JIT
generic and it now depends on USE_PUSH_POP (as it should)

Revision 1.15 - (view) (annotate) - [select for diffs]
2005-06-11T06:43:24Z (18 years, 11 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17
Changes since 1.14: +13 -0 lines
Diff to previous 1.14
Much improved responsiveness on NetBSD systems.

On those systems, it's really hard to get high resolution timings and the
system oftens fails to honour a timeout in less than 20 ms. The idea here
is to have an average m68k instruction count (countdown quantum) that
triggers real interrupt checks. The quantum is calibrated every 10 ticks
and has a 1000 Hz resolution on average.

Revision 1.14 - (view) (annotate) - [select for diffs]
2005-06-04T16:47:14Z (18 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Enable FLIGHT_RECORDER for generated code but don't record registers in
that case (yet).

Revision 1.13 - (view) (annotate) - [select for diffs]
2004-11-01T16:01:51Z (19 years, 6 months ago) by gbeauche
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
revive and fix almost two-year old port to x86_64

Revision 1.12 - (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.11: +3 -15 lines
Diff to previous 1.11
Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an
inline-threaded core.

Revision 1.11 - (view) (annotate) - [select for diffs]
2002-10-01T09:39:55Z (21 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.10: +5 -0 lines
Diff to previous 1.10
- Optimize use of quit_program variable. This is a real boolean for B2.
- Remove unused/dead code concerning surroundings of (debugging).
- m68k_compile_execute() is generated and optimized code now.

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

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

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

Revision 1.7 - (view) (annotate) - [select for diffs]
2002-03-23T13:57:38Z (22 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6
- When X86_ASSEMBLY is set, aka when cpuopti is used, do call the
  instruction handler by hand and make sure to save %ebp too
- Really merge cpu core with uae-0.8.21:
  - Trace mode fixes (Bernd Roesch & Bernd Schmidt)
  - Reintegrate PTEST and PFLUSH instructions back as no-ops

Revision 1.6 - (view) (annotate) - [select for diffs]
2001-07-13T10:13:58Z (22 years, 10 months ago) by gbeauche
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.5: +2 -26 lines
Diff to previous 1.5
- merged some code from uae-0.8.16

Revision 1.5 - (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.4: +20 -0 lines
Diff to previous 1.4
- removed old JIT compiler, its related support functions and files
  (compiler.{h,cpp})

Revision 1.4 - (view) (annotate) - [select for diffs]
2000-09-22T17:21:45Z (23 years, 7 months ago) by gbeauche
Branch: MAIN
CVS Tags: snapshot-17022001
Changes since 1.3: +14 -5 lines
Diff to previous 1.3
- changed set/get PC to better reflect direct or real addressing modes
- removed m68k_get_pc_p()
- default to not using prefetch buffer

Revision 1.3 - (view) (annotate) - [select for diffs]
2000-09-05T16:52:34Z (23 years, 8 months ago) by gbeauche
Branch: MAIN
Changes since 1.2: +6 -0 lines
Diff to previous 1.2
- added some prototypes for the new FPU core

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-31T23:18:44Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-13072000, snapshot-22121999
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
- 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.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, snapshot-21101999, start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.17
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