shithub: psxe

RSS feed

86e4c4d9 – Lisandro Alarcón <aurealinbox@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/06/11 20:30
Update README.md

aefa49c3 – Lisandro Alarcón <aurealinbox@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/06/11 20:30
Update README.md

20b78590 – Lisandro Alarcón <aurealinbox@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/06/11 20:29
Update README.md

20224a22 – Lisandro Alarcón <aurealinbox@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/06/11 20:25
Update README.md

ed5d7744 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/11 20:05
Fix script issues

2c8c4d45 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/11 19:57
Added auxiliary BAT script

011dd9ca – Lycoder <aurealinbox@gmail.com> authored on 2023/06/11 19:52
Add deps getter script

f0f6101e – Lycoder <aurealinbox@gmail.com> authored on 2023/06/11 13:33
Implement some CDROM functionality

68f25d76 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/10 19:48
Implement CDROM stub

b498e32c – Lycoder <aurealinbox@gmail.com> authored on 2023/06/10 14:47
Implement texture fetching

6622dd48 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/10 10:11
Fix GPU DMA linked mode

7724b94a – Lycoder <aurealinbox@gmail.com> authored on 2023/06/09 18:25
Improve interrupts, fix EPC

3fe9c0a1 – Lisandro Alarcón <aurealinbox@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/06/08 19:42
Update README.md

ff5f4e74 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/07 17:29
Implement more GP0 commands

9f6cf39d – Lycoder <aurealinbox@gmail.com> authored on 2023/06/07 06:03
Fix rectangle blit

5ee893ab – Lycoder <aurealinbox@gmail.com> authored on 2023/06/06 14:01
Improve build scripts

e9408c21 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/05 19:14
Implement kernel call hooks

a214d47e – Lycoder <aurealinbox@gmail.com> authored on 2023/06/04 12:51
Zero initialize all structs on psx_*_init

bfd5ccc6 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/03 15:07
Organize project into core and frontend folders

dd9dabad – Lycoder <aurealinbox@gmail.com> authored on 2023/06/03 13:39
Implement GPU DMA request mode

b33cb7c7 – Lycoder <aurealinbox@gmail.com> authored on 2023/06/02 08:13
Add PS-X EXE support

7d017c2e – Lycoder <aurealinbox@gmail.com> authored on 2023/06/01 19:38
Add argparse to tree, start working on core config

9c10caa2 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/31 19:57
Start working on CLI

c73cd1c3 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/30 19:00
Tidy up some files

e4756814 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/30 12:42
Fix Makefile, Windows build cleanup

64a6679e – Lycoder <aurealinbox@gmail.com> authored on 2023/05/30 12:29
Mask MSB from OTC address write

c88eff58 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/29 15:50
Implement GPU DMA linked list sync mode

3ed9d3e2 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/29 14:01
Move devices into their own folder

c83dd8ff – Lycoder <aurealinbox@gmail.com> authored on 2023/05/29 13:10
Implement OTC DMA, add some more device stubs

8143d797 – Lisandro Alarcón <aurealinbox@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/05/28 17:55
Create README.md

43771954 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/27 20:50
Fix dma.h typo

0e7c2fd6 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/27 20:49
Implemented a bunch more devices, start implementing DMA

0afae655 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/27 13:04
Finished implementing all CPU instructions

3704f893 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/26 21:31
Implemented a bunch more instructions

78d3a6a2 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/26 15:12
Implemented region mapping

962ab4a7 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/26 15:03
Implement ADDU and SLTU

af885acf – Lycoder <aurealinbox@gmail.com> authored on 2023/05/26 14:50
Do pending load on j

a6c0c227 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/26 14:47
Implemented load delay slots and RAM

cf0b2a9a – Lycoder <aurealinbox@gmail.com> authored on 2023/05/26 10:56
Add Makefile, implement more instructions

babfdd84 – Lycoder <aurealinbox@gmail.com> authored on 2023/05/25 20:54
Initial commit