ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/uae_cpu
File Last Change
 ../
fpu/
compiler/
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
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
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
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
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
readcpu.h 1.6 (21 years ago) by nigel: Building on GCC 2 causes errors: ../uae_cpu/gencpu.c: In function `void gen_opcode(long unsigned int)': ../uae_cpu/gencpu.c:874: conversion from `unsigned int' to `enum wordsizes' ../uae_cpu/gencpu.c:875: conversion from `unsigned int' to `enum amodes' due to mismatching of types in struct instr and types in function prototypes. However, this only started happening recently and I don't know why :-(
readcpu.cpp 1.8 (21 years ago) by gbeauche: Fix buffer overflow reported by Aranym people
cpu_emulation.h 1.12 (20 years ago) by cebix: Happy New Year! :)
basilisk_glue.cpp 1.16 (20 years ago) by cebix: Happy New Year! :)
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.
newcpu.h 1.12 (21 years ago) by gbeauche: Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an inline-threaded core.
gencpu.c 1.20 (21 years ago) by gbeauche: Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an inline-threaded core.
newcpu.cpp 1.18 (21 years ago) by gbeauche: Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an inline-threaded core.
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}.
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.
2 directories and 15 files shown