../
|
fpu/
|
|
compiler/
|
|
fpu_x86.cpp
|
1.4
(23 years ago)
by cebix:
fixed compilation problems under BeOS
|
cpu_emulation.h
|
1.8
(23 years ago)
by cebix:
- bumped version number to 0.9
- updated copyright dates
|
basilisk_glue.cpp
|
1.8
(23 years ago)
by cebix:
- bumped version number to 0.9
- updated copyright dates
|
fpu_x86.h
|
1.2
(23 years ago)
by cebix:
- bumped version number to 0.9
- updated copyright dates
|
table68k
|
1.3
(24 years ago)
by gbeauche:
- fixed ADDQ and SUBQ bitmasks
|
newcpu.h
|
1.4
(24 years ago)
by gbeauche:
- changed set/get PC to better reflect direct or real addressing modes
- removed m68k_get_pc_p()
- default to not using prefetch buffer
|
newcpu.cpp
|
1.7
(24 years ago)
by gbeauche:
- changed set/get PC to better reflect direct or real addressing modes
|
memory.h
|
1.2
(24 years ago)
by gbeauche:
- merged DIRECT_ADDRESSING and REAL_ADDRESSING
- conditionally removed unused code for direct addressing or real addressing modes
|
memory.cpp
|
1.3
(24 years ago)
by gbeauche:
- fixed 15 and 16 bpp frame_host_* functions for big endian systems
- conditionally removed unused code for direct addressing or real addressing modes
|
gencpu.c
|
1.11
(24 years ago)
by gbeauche:
- removed generation of unused handlers in direct or real addressing modes
(no prefetch buffer, nor exception 3 handling)
|
fpu_x86_asm.h
|
1.1
(24 years ago)
by gbeauche:
Ported Lauri's FPU core to GCC/i386
|
fpp.cpp
|
1.9
(24 years ago)
by gbeauche:
- added FPU initialization routines
|
compiler.h
|
1.2
(25 years ago)
by cebix:
- 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)
|
build68k.c
|
1.3
(25 years ago)
by cebix:
- 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)
|
compiler.cpp
|
1.1
(25 years ago)
by cebix:
- 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)
|
m68k.h
|
1.4
(25 years ago)
by cebix:
- removed Gwenole's patches as they didn't work on SPARC V9
|
readcpu.h
|
1.2
(25 years ago)
by cebix:
- 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
|
readcpu.cpp
|
1.2
(25 years ago)
by cebix:
- 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
|
cpuopti.c
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|