Dillon Beliveau
|
8fae77d346
|
mkdir dynarec_v2_tests before building file into it
|
2023-03-04 17:46:50 -08:00 |
|
Dillon Beliveau
|
41bd14bd6e
|
print cwd when test_dynarec_v2 fails to open code file
|
2023-03-04 17:28:09 -08:00 |
|
Dillon Beliveau
|
029996c025
|
fix test
|
2023-02-24 17:52:29 -08:00 |
|
Dillon Beliveau
|
5c3cd84b5e
|
timing slightly more accurate in n64_system_step
|
2023-02-20 13:14:39 -08:00 |
|
Dillon Beliveau
|
c99533ee8d
|
finish exit block early test, broken implementation
|
2023-02-05 18:02:43 -08:00 |
|
Dillon Beliveau
|
80581dd926
|
compiled not, start working on likely branches, start setting up unit tests for dynarec
|
2023-02-05 17:18:06 -08:00 |
|
Dillon Beliveau
|
af16ad1712
|
Replace dword with u64
|
2022-07-23 17:18:30 -07:00 |
|
Dillon Beliveau
|
71d9365bed
|
Update integer type names
|
2022-07-13 19:24:09 -07:00 |
|
Dillon Beliveau
|
d4e94fc381
|
Fix PI DMA outside of REGION_CART_1_2
|
2022-06-18 23:36:24 -07:00 |
|
Dillon Beliveau
|
4151af79a6
|
Oops
|
2022-06-18 16:11:57 -07:00 |
|
Dillon Beliveau
|
a38a9a3482
|
cart read 8/16 bit fixes, don't use bus functions for DMAs
|
2022-06-18 13:46:46 -07:00 |
|
Dillon Beliveau
|
88124bf109
|
test both interpreter and recompiler with cpu test roms
|
2022-06-12 17:16:36 -07:00 |
|
Dillon Beliveau
|
8ef29e1b8d
|
fix test_cpu
|
2022-06-10 20:46:58 -07:00 |
|
Dillon Beliveau
|
68a0c186d2
|
latest version of tests
|
2022-01-16 14:37:47 -08:00 |
|
Dillon Beliveau
|
1dce496991
|
Support generating shift test cases, fix sra and srav
|
2022-01-15 17:05:22 -08:00 |
|
Dillon Beliveau
|
6d364b3673
|
Windows CI
|
2021-05-08 17:40:35 -04:00 |
|
Dillon Beliveau
|
4d6428bbe2
|
improve gamepad experience a bit
|
2021-05-07 13:43:11 -04:00 |
|
Dillon Beliveau
|
a76bfd20a9
|
vmadm overflow test updates, comment out failure case for now
|
2021-03-20 20:45:46 -04:00 |
|
Dillon Beliveau
|
894c210ec3
|
still want to fail when not the expected case
|
2021-03-20 17:43:58 -04:00 |
|
Dillon Beliveau
|
71630f6171
|
don't fail the test when the SIMD implementation is used (for now)
|
2021-03-20 17:43:19 -04:00 |
|
Dillon Beliveau
|
cc173a393d
|
better messages when vmadm overflow test fails
|
2021-03-20 17:35:43 -04:00 |
|
Dillon Beliveau
|
828aa3255e
|
VMADM overflow test
|
2021-03-20 17:27:32 -04:00 |
|
Dillon Beliveau
|
a9070451d6
|
don't use function pointers for bus access anymore
|
2021-02-25 21:09:25 -05:00 |
|
Dillon Beliveau
|
12516c6d3f
|
remove indirection around RSP
|
2021-02-25 20:32:13 -05:00 |
|
Dillon Beliveau
|
97f188846c
|
remove more indirection in cpu interpreter
|
2021-02-23 20:20:02 -05:00 |
|
Dillon Beliveau
|
b607a4f6ee
|
Use macros in more places
|
2021-02-23 17:23:29 -05:00 |
|
Dillon Beliveau
|
0a80874be5
|
Remove indirection
|
2021-02-23 17:22:32 -05:00 |
|
Dillon Beliveau
|
d61242ec74
|
working on swapping DMEM to little endian
|
2021-02-07 13:34:32 -05:00 |
|
Dillon Beliveau
|
85bc8922b8
|
continue using big endian for RSP
|
2021-01-24 15:09:15 -05:00 |
|
Dillon Beliveau
|
c246c36511
|
move stuff around, RSP bus doesn't need whole system
|
2021-01-24 13:22:50 -05:00 |
|
Dillon Beliveau
|
cc5fa8c256
|
latest version of n64-tests
|
2021-01-09 11:43:30 -05:00 |
|
Dillon Beliveau
|
0a11e8057f
|
remove stray dep on dma.c/h
|
2020-12-29 14:54:43 -05:00 |
|
Dillon Beliveau
|
d69ab0cd32
|
64 bit addressing working
|
2020-12-26 23:15:03 -05:00 |
|
Dillon Beliveau
|
861e04d5e6
|
allow switching between jit and interpreter without recompiling, debug mode forces interpreter
|
2020-12-25 14:43:21 -05:00 |
|
Dillon Beliveau
|
8e1bd59b04
|
back to interpreter for these tests
|
2020-12-21 20:33:50 -05:00 |
|
Dillon Beliveau
|
a675c11fd0
|
test_rom uses dynarec
|
2020-12-20 15:52:10 -05:00 |
|
Dillon Beliveau
|
3861a8e884
|
CMake updates to work with Ninja generator
|
2020-12-13 14:03:01 -05:00 |
|
Dillon Beliveau
|
0ec6003d02
|
fix tests
|
2020-12-08 01:09:05 -05:00 |
|
Dillon Beliveau
|
2df63bd2e3
|
fix tests and cleanup
|
2020-12-05 21:56:42 -05:00 |
|
Dillon Beliveau
|
dacd79030b
|
helpful messages
|
2020-11-29 21:36:56 -05:00 |
|
Dillon Beliveau
|
3fcc79ee40
|
don't try to build tests if bass and chksum64 are not on the path
|
2020-11-29 21:35:51 -05:00 |
|
Dillon Beliveau
|
acc25b3547
|
determine CIC type and write to PIF RAM. the PIF ROM now boots.
|
2020-11-25 11:51:03 -05:00 |
|
Dillon Beliveau
|
3983f04c07
|
Merge branch 'master' into parallel-rdp
|
2020-11-14 09:58:22 -05:00 |
|
Dillon Beliveau
|
6891e84dfe
|
Latest version of tests
|
2020-11-14 09:56:47 -05:00 |
|
Dillon Beliveau
|
f97396ca2b
|
Merge branch 'master' into parallel-rdp
|
2020-11-10 19:55:18 -05:00 |
|
Dillon Beliveau
|
fb4b8ed5ad
|
latest version of tests
|
2020-11-08 14:42:48 -05:00 |
|
Dillon Beliveau
|
9ef7be6bf4
|
latest version of tests
|
2020-11-07 23:06:51 -05:00 |
|
Dillon Beliveau
|
3ae0c9fdc1
|
latest version of tests
|
2020-11-07 17:49:58 -05:00 |
|
Dillon Beliveau
|
83f68618d9
|
log number of steps taken in tests
|
2020-11-01 14:52:00 -05:00 |
|
Dillon Beliveau
|
d6ea84d53c
|
run n64-tests repo as part of CI
|
2020-11-01 12:09:19 -05:00 |
|