Musashi/example
R. Belmont 7a934a8506 680x0 FPU updates [R. Belmont]
- Rewritten to use SoftFloat instead of unportable native FP math
 - Support added for Motorola 96-bit extended floats
 - More addressing modes and conditions supported

The taitojc games function identically to the old implementation (I stepped
through the main matrix multiply in dendeg and the registers never diverged)
and speed on Core 2 Duo is a wash - sometimes softfloat's faster, sometimes
not, but the difference on -str 90 never exceeded 1%.
2019-12-14 13:14:18 +01:00
..
example.txt Removed INLINE and replaced it with static inline because it's part of the spec since c9x. 2019-11-03 19:33:07 +01:00
m68k.h restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
m68k_in.c restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
m68kconf.h Updated example m68kconf.h, and added fpu code to makefile 2019-11-05 20:25:43 +01:00
m68kcpu.c restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
m68kcpu.h restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
m68kdasm.c restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
m68kfpu.c restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
m68kmake.c restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
m68kmmu.h follow mame choice again 2019-12-13 13:40:42 +01:00
Makefile 680x0 FPU updates [R. Belmont] 2019-12-14 13:14:18 +01:00
osd.h Removed INLINE and replaced it with static inline because it's part of the spec since c9x. 2019-11-03 19:33:07 +01:00
osd_dos.c Removed INLINE and replaced it with static inline because it's part of the spec since c9x. 2019-11-03 19:33:07 +01:00
osd_linux.c restored the example so that it can be compiled in linux 2019-09-04 21:20:54 +02:00
program.bin Correct file modes 2018-07-13 18:47:16 +01:00
sim.c Removed INLINE and replaced it with static inline because it's part of the spec since c9x. 2019-11-03 19:33:07 +01:00
sim.h Removed INLINE and replaced it with static inline because it's part of the spec since c9x. 2019-11-03 19:33:07 +01:00