Commit graph

95 commits

Author SHA1 Message Date
liuk7071
0907e9ca46 I started implementing MVMVA then forgot to finish it, also trying to fix the cdrom 2022-05-01 20:47:31 +02:00
liuk7071
d03cc0d454 Fix NCDS 2022-04-25 23:25:47 +02:00
liuk7071
4a60d0ce08 RTPS/RTPT should work fine, NCDS is still broken 2022-04-24 22:34:32 +02:00
liuk7071
7c623c3530 SZ0/1/2/3 should be unsigned not signed 2022-04-23 22:14:57 +02:00
liuk7071
9c87044310 AVSZ3/AVSZ4: make SZ0/1/2/3 signed 16bit instead of 32 bits 2022-04-23 22:10:58 +02:00
liuk7071
02ce7f3699 Getting closer, the S of the PS logo shows up sorta 2022-04-23 21:53:32 +02:00
liuk7071
f365b3f7f2 Fix readCop2d 2022-04-23 00:03:58 +02:00
liuk7071
2001e0aca7 Progress? 2022-04-22 23:36:34 +02:00
liuk7071
e8522800f7 Fix CFC/CTC (apparently I didn't actually fix it but I tried) 2022-04-22 21:37:31 +02:00
liuk7071
1a92043b39 Added 2 gpu commands and some other stuff I forgot 2022-04-02 14:55:38 +02:00
liuk7071
03788feea0 Update README.md 2022-03-18 18:23:46 +01:00
liuk7071
259925db74 Fix most load/store tests in amidog, hook the file>open menu to the actual emulator 2022-03-18 17:13:47 +01:00
liuk7071
e73e6d94d0 BIOS finishes executing, add pads 2022-03-17 15:29:41 +01:00
liuk7071
073be82037 Delete useless files 2022-03-13 14:03:43 +01:00
liuk7071
6e45515cfc Openbios shows spinning cube 2022-03-13 12:57:44 +01:00
liuk7071
ef7f0fb0c1 Fix 8bpp textures 2022-03-08 15:12:58 +01:00
liuk707
d8e141ad6c
Merge pull request #4 from wheremyfoodat/master
GTE stuffz
2022-01-29 20:32:00 +01:00
liuk707
fffb24aae9
Reverse build tools to v142 2022-01-29 20:23:21 +01:00
liuk7071
82bc862026 more GTE fixes 2022-01-29 19:51:27 +01:00
wheremyfoodat
83e6f19699 Merge branch 'master' of https://github.com/wheremyfoodat/ChonkyStation 2022-01-06 00:07:48 +02:00
wheremyfoodat
0a07c21c2c Implement SXY FIFO 2022-01-05 23:03:45 +02:00
wheremyfoodat
5bff309a03 GTE stuff pt. 1 2022-01-05 22:47:20 +02:00
liuk7071
3e2f5b4f0b removed some useless stuff I guess :rcow: 2022-01-05 20:57:05 +01:00
liuk7071
eb72999feb trying to fix the gte 2022-01-03 21:18:29 +01:00
liuk7071
8509b76d4c textures sorta 2022-01-03 20:11:52 +01:00
liuk7071
475e6813b0 Some GTE ops, and textures? (dont implement CLUTs yet) 2022-01-02 23:09:05 +01:00
liuk7071
60bc83510d Fix some CDROM bugs, add a vram viewer (again) 2021-12-11 23:54:04 +01:00
liuk7071
8f01a1b155 Scheduler 2021-12-06 21:38:07 +01:00
liuk7071
903950b39d Some cleanup 2021-08-30 17:01:20 +02:00
liuk7071
f72e2d8251 Fix segfault when manually starting 2021-08-30 13:37:17 +02:00
liuk7071
a21480f262 Hardware renderer works with non textured polygons 2021-08-30 12:21:00 +02:00
liuk7071
9a8f129960 Attempt at hardware renderer 2021-08-27 00:19:09 +02:00
liuk7071
1a11eeecef Added back ImGui and moved to GLFW 2021-07-10 18:22:10 +02:00
liuk7071
70763537f9 Sort of implemented ReadN? 2021-07-08 20:57:35 +02:00
liuk7071
94c54507a4 Implemented texture transfers, proper vram viewer 2021-06-24 15:29:59 +02:00
liuk7071
4c6891cb75 Fix SeekL 2021-06-22 01:16:54 +02:00
liuk7071
a6d8c58af8 Fix exceptions 2021-06-14 17:23:34 +02:00
liuk7071
90dad14bae Rewritten some of the cpu, other stuff 2021-06-12 13:11:53 +02:00
liuk7071
68bf51c72f Some CDROM 2021-05-26 17:48:24 +02:00
liuk7071
e579b373d7 Implemented test 20h and GetStat CDROM commands, plus some other stuff 2021-05-22 17:57:31 +02:00
liuk7071
cd569b2897 Revert "Implemented test 20h and GetStat CDROM commands, plus some other stuff"
This reverts commit aa5ca159cb.
2021-05-22 17:48:15 +02:00
liuk7071
aa5ca159cb Implemented test 20h and GetStat CDROM commands, plus some other stuff 2021-05-22 17:46:43 +02:00
liuk707
f73efd79b4
Merge pull request #3 from wheremyfoodat/master
Fix broken tests
2021-05-08 16:56:30 +00:00
wheremyfoodat
98e52e03e6 Fix file names 2021-05-08 19:51:27 +03:00
wheremyfoodat
8c59fa97b4 Fix load/branch delay slots in tests 2021-05-08 19:49:02 +03:00
liuk7071
7fa8fb9b03 Fixed sideloading 2021-05-08 18:20:11 +02:00
liuk707
0c0d870ca7
Merge pull request #2 from wheremyfoodat/master
Setup automated test CI, add tests, fix Windows build, add error handling, add headless mode
2021-05-03 12:23:24 +00:00
wheremyfoodat
645863d239 Make workflows run on PR 2021-05-03 14:49:55 +03:00
wheremyfoodat
9cff510f13 Fix typo in CI shell script 2021-05-03 14:36:58 +03:00
wheremyfoodat
d59c207997 Fix assembly code bug in CI test 2021-05-03 14:34:25 +03:00