Commit graph

1437 commits

Author SHA1 Message Date
Dillon Beliveau
d04eaa007a flash and sram are accessed at the same address 2021-02-19 18:01:03 -05:00
Dillon Beliveau
b638d8b4f6 assert save types 2021-02-19 17:40:03 -05:00
Dillon Beliveau
43d9a02048 initialize flash to 0xFF 2021-02-19 17:30:34 -05:00
Dillon Beliveau
f6247c23a8 Earthworm Jim 3d to game db, rename eeprom_1mb to flash_1m 2021-02-19 17:30:26 -05:00
Dillon Beliveau
deb45e0d3e
Update memory_map.rst 2021-02-17 10:12:10 -05:00
Dillon Beliveau
9fd323d932
Update issues_log.rst 2021-02-15 17:30:37 -05:00
Dillon Beliveau
669154799a
Update issues_log.rst 2021-02-15 17:29:30 -05:00
Dillon Beliveau
027bb41880 Use https url for parallel-rdp submodule 2021-02-12 17:28:17 -05:00
Dillon Beliveau
fd6ada1237
Merge pull request #10 from Kime78/patch-1
Update memory_map.rst
2021-02-11 15:06:50 -05:00
Mihalache Mihai
8a1c8943b4
Update memory_map.rst
Fixed a typo
2021-02-11 22:03:59 +02:00
Dillon Beliveau
e82bf96b07 RDRAM is no longer stored big endian 2021-02-10 16:21:26 -05:00
Dillon Beliveau
d4ca4e7d97 New param for new angrylion 2021-02-10 16:10:41 -05:00
Dillon Beliveau
c2eee38295 cp1 c_ule 2021-02-07 17:44:44 -05:00
Dillon Beliveau
15d14cceee banjo kazooie, pokemon snap, starfox 64 to game db 2021-02-07 17:39:44 -05:00
Dillon Beliveau
cd46e68b5f bomberman and wave race to game db 2021-02-07 16:56:06 -05:00
Dillon Beliveau
cb0b86c040 smash 64 to game db 2021-02-07 16:43:15 -05:00
Dillon Beliveau
eb30bdbc37 FPU instructions necessary for diddy kong racing 2021-02-07 15:54:43 -05:00
Dillon Beliveau
2c0624a3dc what was I thinking with this mask anyway 2021-02-07 14:17:33 -05:00
Dillon Beliveau
35718dde80 mask addresses correctly again 2021-02-07 14:10:07 -05:00
Dillon Beliveau
9467e1113e Merge branch 'rdram-little-endian' 2021-02-07 14:08:37 -05:00
Dillon Beliveau
7abd67306d don't translate address twice 2021-02-07 14:00:01 -05:00
Dillon Beliveau
d61242ec74 working on swapping DMEM to little endian 2021-02-07 13:34:32 -05:00
Dillon Beliveau
2f9f261b3f typo 2021-02-06 21:32:47 -05:00
Dillon Beliveau
5ccee24981 move stuff around, RSP bus doesn't need whole system 2021-02-06 21:32:47 -05:00
Dillon Beliveau
a8db71cb1a delete some unused code 2021-02-06 21:32:47 -05:00
Dillon Beliveau
7a87019d46 take RSP as argument here 2021-02-06 21:32:47 -05:00
Dillon Beliveau
92bc5b6be4 per instruction, not per cycle 2021-02-06 14:47:31 -05:00
Dillon Beliveau
cad07882ca
Merge pull request #9 from wheremyfoodat/master
Update PIF HLE documentation
2021-02-06 09:33:32 -05:00
wheremyfoodat
c29ab936d7 Fixed sign extension of initial $t3 val 2021-02-06 14:07:48 +02:00
wheremyfoodat
3a8e77c5fa Update PIF doc 2021-02-06 13:32:57 +02:00
Dillon Beliveau
85bc8922b8 continue using big endian for RSP 2021-01-24 15:09:15 -05:00
Dillon Beliveau
942e67a34d rdram to little endian (cpu supported only), use mainline parallel-rdp 2021-01-24 14:58:27 -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
c0d22f5f78 delete some unused code 2021-01-24 13:05:44 -05:00
Dillon Beliveau
a9a1fedf8b take RSP as argument here 2021-01-24 12:50:14 -05:00
Dillon Beliveau
dfcd708978 const 2021-01-23 19:19:01 -05:00
Dillon Beliveau
5856ef7823 close button on imgui demo window 2021-01-23 13:44:28 -05:00
Dillon Beliveau
ccdb50728e update readme 2021-01-23 13:32:02 -05:00
Dillon Beliveau
9b02ea87fc add -h / --help parameter 2021-01-23 13:14:09 -05:00
Dillon Beliveau
fb9e659f42 Add screenshot 2021-01-23 12:59:10 -05:00
Dillon Beliveau
e3e8a4bc4c Remove screenshot 2021-01-23 12:58:01 -05:00
Dillon Beliveau
5c7c3c3ffe cleanup useless comments 2021-01-22 00:26:07 -05:00
Dillon Beliveau
087004f6bb
Merge pull request #8 from Dillonb/imgui
Imgui
2021-01-22 00:20:24 -05:00
Dillon Beliveau
f0e4dbc620 don't destroy these 2021-01-21 23:34:20 -05:00
Dillon Beliveau
ccdb94a97e use a renderpass, draw parallel-rdp's image to swapchain using a textured quad 2021-01-21 23:21:18 -05:00
Dillon Beliveau
bdb492bcc5 cleanup font upload code further 2021-01-20 18:03:27 -05:00
Dillon Beliveau
be327a9539 only run command buffer once 2021-01-20 17:17:39 -05:00
Dillon Beliveau
23972be4a7 Use ubuntu 20.04 for build pipeline 2021-01-19 23:36:02 -05:00
Dillon Beliveau
d89fe8d29f add vulkan headers include path to imgui module 2021-01-19 23:05:57 -05:00
Dillon Beliveau
3e481f3c2b UI tweaks 2021-01-19 23:05:50 -05:00