../
|
compiler/
|
|
fpu/
|
|
basilisk_glue.cpp
|
1.9
(23 years ago)
by gbeauche:
- removed old JIT compiler, its related support functions and files
(compiler.{h,cpp})
|
build68k.c
|
1.4
(23 years ago)
by gbeauche:
Additions:
- MOVE16 (Ay)+,(xxx).L
- MOVE16 (xxx).L,(Ay)+
- MOVE16 (Ay),(xxx).L
- MOVE16 (xxx).L,(Ay)
Fixes:
- MOVE16 (Ax)+,(Ay)+ where x == y: address register shall be incremented
only once
- CINV, CPUSH: 'p' field matches correctly the instruction 'cache field'
|
cpu_emulation.h
|
1.8
(23 years ago)
by cebix:
- bumped version number to 0.9
- updated copyright dates
|
cpuopti.c
|
1.1.1.1
(25 years ago)
by cebix:
Imported sources
|
gencpu.c
|
1.13
(23 years ago)
by gbeauche:
- removed old JIT compiler, its related support functions and files
(compiler.{h,cpp})
|
m68k.h
|
1.4
(25 years ago)
by cebix:
- removed Gwenole's patches as they didn't work on SPARC V9
|
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
|
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
|
newcpu.cpp
|
1.8
(23 years ago)
by gbeauche:
- removed old JIT compiler, its related support functions and files
(compiler.{h,cpp})
|
newcpu.h
|
1.5
(23 years ago)
by gbeauche:
- removed old JIT compiler, its related support functions and files
(compiler.{h,cpp})
|
readcpu.cpp
|
1.3
(23 years ago)
by gbeauche:
Additions:
- MOVE16 (Ay)+,(xxx).L
- MOVE16 (xxx).L,(Ay)+
- MOVE16 (Ay),(xxx).L
- MOVE16 (xxx).L,(Ay)
Fixes:
- MOVE16 (Ax)+,(Ay)+ where x == y: address register shall be incremented
only once
- CINV, CPUSH: 'p' field matches correctly the instruction 'cache field'
|
readcpu.h
|
1.3
(23 years ago)
by gbeauche:
Additions:
- MOVE16 (Ay)+,(xxx).L
- MOVE16 (xxx).L,(Ay)+
- MOVE16 (Ay),(xxx).L
- MOVE16 (xxx).L,(Ay)
Fixes:
- MOVE16 (Ax)+,(Ay)+ where x == y: address register shall be incremented
only once
- CINV, CPUSH: 'p' field matches correctly the instruction 'cache field'
|
table68k
|
1.4
(23 years ago)
by gbeauche:
Additions:
- MOVE16 (Ay)+,(xxx).L
- MOVE16 (xxx).L,(Ay)+
- MOVE16 (Ay),(xxx).L
- MOVE16 (xxx).L,(Ay)
Fixes:
- MOVE16 (Ax)+,(Ay)+ where x == y: address register shall be incremented
only once
- CINV, CPUSH: 'p' field matches correctly the instruction 'cache field'
|