shithub: psxe

RSS feed

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