../
|
fpu/
|
|
compiler/
|
|
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! :)
|
memory.h
|
1.5
(23 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
|
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.
|
readcpu.cpp
|
1.8
(22 years ago)
by gbeauche:
Fix buffer overflow reported by Aranym people
|
memory.cpp
|
1.6
(22 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}.
|
newcpu.h
|
1.12
(22 years ago)
by gbeauche:
Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an
inline-threaded core.
|
build68k.c
|
1.5
(22 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
(22 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
|
gencpu.c
|
1.20
(22 years ago)
by gbeauche:
Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an
inline-threaded core.
|
spcflags.h
|
1.3
(22 years ago)
by gbeauche:
- Changes to support 68040 -> x86 dynamic translator
- Globalize FLIGHT_RECORDER, possibly used in compiler/ sources as well
|
m68k.h
|
1.6
(22 years ago)
by gbeauche:
OPTIMIZED_FLAGS for x86-64 with the pushf/pop method since sahf/lahf are
invalid in long mode.
|
table68k
|
1.8
(22 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
|
newcpu.cpp
|
1.18
(22 years ago)
by gbeauche:
Remove obsolete CFLOW_* constants but keep cpuop_{begin,end} for an
inline-threaded core.
|
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 :-(
|