ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/uae_cpu
File Last Change
 ../
compiler/
fpu/
basilisk_glue.cpp 1.15 (21 years ago) by gbeauche: - 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.
build68k.c 1.5 (21 years ago) by gbeauche: - Merge with Basilisk II/JIT cpu core, interpretive part for now - Clean use of USE_PREFETCH_BUFFER macro and dependent bits
cpu_emulation.h 1.11 (21 years ago) by gbeauche: - Changes to support 68040 -> x86 dynamic translator - Globalize FLIGHT_RECORDER, possibly used in compiler/ sources as well
cpuopti.c 1.2 (23 years ago) by cebix: video_x.cpp supports resolution switching in windowed mode: the available resolutions are 512x384, 640x480, 800x600, 1024x768 and 1280x1024 (the prefs editor has to be updated to reflect this). The resolution selected in the prefs editor is used as the default, but it can be changed in the Monitors control panel. So far only tested with direct addressing.
gencpu.c 1.20 (21 years ago) by gbeauche: Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an inline-threaded core.
m68k.h 1.6 (21 years ago) by gbeauche: OPTIMIZED_FLAGS for x86-64 with the pushf/pop method since sahf/lahf are invalid in long mode.
memory.cpp 1.6 (21 years ago) by gbeauche: Use B2_mutex instead of pthread mutexes when ENABLE_EXCLUSIVE_SPCFLAGS is set. However, this is not used at the moment. Is there an advantage? People may want to add arch-optimized SPCFLAGS_{SET,CLEAR}.
memory.h 1.5 (22 years ago) by cebix: - 1-bit mode under X11 always uses default visual - fixed possible crash in driver_window dtor (image data would be freed twice, once by XDestroyImage() and once in driver_base dtor) - fixed compilation problems with banked memory - fixed typos
newcpu.cpp 1.18 (21 years ago) by gbeauche: Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an inline-threaded core.
newcpu.h 1.12 (21 years ago) by gbeauche: Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an inline-threaded core.
noflags.h 1.1 (21 years ago) by gbeauche: - Merge with Basilisk II/JIT cpu core, interpretive part for now - Clean use of USE_PREFETCH_BUFFER macro and dependent bits
readcpu.cpp 1.8 (21 years ago) by gbeauche: Fix buffer overflow reported by Aranym people
readcpu.h 1.5 (21 years ago) by gbeauche: - Remove dead code in readcpu.cpp concerning CONST_JUMP control flow. - Replace unused fl_compiled with fl_const_jump - Implement block inlining enabled with USE_INLINING && USE_CHECKSUM_INFO. However, this is currently disabled as it doesn't give much and exhibits even more a cache/code generation problem with FPU JIT compiled code. - Actual checksum values are now integral part of a blockinfo regardless of USE_CHECKSUM_INFO is set or not. Reduce number of elements in that structure and speeds up a little calculation of checksum of chained blocks. - Don't care about show_checksum() for now.
spcflags.h 1.3 (21 years ago) by gbeauche: - Changes to support 68040 -> x86 dynamic translator - Globalize FLIGHT_RECORDER, possibly used in compiler/ sources as well
table68k 1.8 (21 years ago) by gbeauche: - Merge with Basilisk II/JIT cpu core, interpretive part for now - Clean use of USE_PREFETCH_BUFFER macro and dependent bits
2 directories and 15 files shown