]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
CPU tester updates and undocumented flag fixes (68020 ABCD, NBCD, SBCD, CHK, CHK2...
authorToni Wilen <twilen@winuae.net>
Sun, 11 Aug 2019 19:02:21 +0000 (22:02 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 11 Aug 2019 19:02:21 +0000 (22:02 +0300)
commitf4b4a3f6146fe288fa862961a691765dd04043af
tree0f75e912a77631066c5d953081b58c5aa2c624bc
parentb275cd75896cdf644b1aa15f4db00cc2bc93bbe9
CPU tester updates and undocumented flag fixes (68020 ABCD, NBCD, SBCD, CHK, CHK2) and more. Replaced tester disassembler with version that supports 68020+ and FPU instructions.
25 files changed:
cputest.cpp
cputest/adis/decode_ea.c [new file with mode: 0644]
cputest/adis/defs.h [new file with mode: 0644]
cputest/adis/globals.c [new file with mode: 0644]
cputest/adis/opcode_handler_cpu.c [new file with mode: 0644]
cputest/adis/opcode_handler_fpu.c [new file with mode: 0644]
cputest/adis/opcode_handler_mmu.c [new file with mode: 0644]
cputest/adis/opcodes_cpu.c [new file with mode: 0644]
cputest/adis/opcodes_fpu.c [new file with mode: 0644]
cputest/adis/opcodes_mmu.c [new file with mode: 0644]
cputest/adis/string_recog.h [new file with mode: 0644]
cputest/adis/util.c [new file with mode: 0644]
cputest/asm.S
cputest/cputestgen.ini
cputest/main.c
cputest/makefile
cputest_support.cpp
disasm.cpp
fpp.cpp
gencpu.cpp
include/fpp.h
include/newcpu.h
newcpu.cpp
newcpu_common.cpp
readcpu.cpp