Commit graph

340 commits

Author SHA1 Message Date
Joel Middendorf
1b970994f0 Allow opening the same ROM again 2018-07-11 10:53:30 -04:00
Joel Middendorf
3cc53c2077 remove triggerAIInterrupt() 2018-07-11 09:59:02 -04:00
Joel Middendorf
d802345feb Fix reading wrong byte for TV System 2018-07-10 14:10:06 -04:00
Joel Middendorf
cf552a2398 Fix vi load 2018-07-10 04:10:45 -04:00
Joel Middendorf
7386021a25 support kseg mirrors 2018-07-09 15:23:50 -04:00
Joel Middendorf
3d1490c7dd optimze decompileBlock() 2018-07-09 00:38:55 -04:00
Joel Middendorf
25ae57fa8a stub unimplemented functions 2018-07-09 00:25:44 -04:00
Joel Middendorf
129ca03ac8 convertci4() fix
dsll, dsrl, dsra
Stub unumplemented functions
Bump to 0.4.7
2018-07-08 05:02:28 -04:00
Joel Middendorf
4c2a4550b3 Fix RGBA32 2018-07-05 17:03:00 -04:00
Joel Middendorf
bdd5170464 memory size function .. for optional expansion pak
convertci4() fix
DMA fix
2018-07-05 14:04:04 -04:00
Joel Middendorf
1cb47a8c1c LoadTLUT() 2018-07-05 03:49:25 -04:00
Joel Middendorf
e22dc35b91 support wireframe toggle if repeatDList is on 2018-07-03 04:22:44 -04:00
Joel Middendorf
cb1cdacddb support wireframe toggle if repeatDList is on 2018-07-03 04:19:21 -04:00
Joel Middendorf
b0394d3177 formatTexture() improvements
Fixes so debug.html can work
Fixes so repeatDList can allow breakpoints
Fix convertI4() convertCI4() textures
2018-07-02 18:06:20 -04:00
Joel Middendorf
1307684310 texture converti4() convertI8() 2018-06-30 00:17:21 -04:00
Joel Middendorf
d37ca1590d rgba32 texture 2018-06-29 23:42:05 -04:00
Joel Middendorf
f890538a1d implemented GBI1_TRI2()
implemented GBI1_Line3d()
Line3d fixes
2018-06-27 02:58:51 -04:00
Joel Middendorf
509b66c1f0 GBI1 Vtx (WIP) 2018-06-25 01:30:40 -04:00
Joel Middendorf
a4cd0b2e5e detect microcode 2018-06-24 21:27:28 -04:00
Joel Middendorf
4b57dcc6b8 crash fix on undefined texture 2018-06-23 18:54:34 -04:00
Joel Middendorf
839174002c terminate emulator on exception 2018-06-23 18:31:32 -04:00
Joel Middendorf
e8729d092b Remove try/catch for stability 2018-06-23 18:07:55 -04:00
Joel Middendorf
60d2f07f22 UI fixes 2018-06-23 17:12:03 -04:00
Joel Middendorf
43757c8d49 sleep if in infimnite loop to allow UI to respond 2018-06-23 16:55:11 -04:00
Joel Middendorf
27492915b9 remove that=this context from memory load/store arrow functions 2018-06-23 01:57:21 -04:00
Joel Middendorf
6409f9bbc6 Use arrow functions for memory load/stores 2018-06-23 01:46:22 -04:00
Joel Middendorf
bc294daf5f setInt32 optimizations for little-endian 2018-06-22 22:05:44 -04:00
Joel Middendorf
9283ebae7b little-endian DMA optimizations and interrupt load/store optimizations 2018-06-22 20:00:04 -04:00
Joel Middendorf
f52b18c0d7 getInt32 optimizations 2018-06-22 19:19:46 -04:00
Joel Middendorf
43f1dc8163 Fewer arrays are faster 2018-06-22 17:39:29 -04:00
Joel Middendorf
fe781085e9 Remove unnecessary int32 coercion 2018-06-20 14:37:14 -04:00
Joel Middendorf
0e58e43253 gfx optimizations for little-endian 2018-06-20 09:45:36 -04:00
Joel Middendorf
4221740e7f little-endian gfx performance optimizations 2018-06-19 23:06:50 -04:00
Joel Middendorf
e497cbd29d little-endian gfx performance optimizations 2018-06-19 17:13:59 -04:00
Joel Middendorf
49baec5bea little-endian gfx performance optimizations 2018-06-19 16:50:58 -04:00
Joel Middendorf
e9d1a181f9 Optimize video hle little-endian loads/stores 2018-06-13 01:44:00 -04:00
Joel Middendorf
77dab2465c Fix little-endian byte swapping for z64 format 2018-06-12 20:53:26 -04:00
Joel Middendorf
dbe6596554 Fix blits for little-endian 2018-06-12 12:11:10 -04:00
Joel Middendorf
3c36ec8843 little-endian blit
Fixed loading zip archives for little-endian engine
Chrome Demo rom starts to work with little-endian memory
little-endian PIF. Mario works
little-endian texture blit (WIP)
little-endian texture blit (WIP)
2018-06-12 12:00:30 -04:00
Joel Middendorf
f0701ff30e cleanup 2018-06-11 04:39:28 -04:00
Joel Middendorf
dbd78baaae typo fix 2018-06-11 02:28:32 -04:00
Joel Middendorf
f829acf987 Missing LL opcode 2018-06-11 00:00:32 -04:00
Joel Middendorf
232e288ff2 little-endian memory and dma functions 2018-06-10 22:42:54 -04:00
Joel Middendorf
d33c7db43a Add little-endian memory arrays 2018-06-10 15:30:07 -04:00
Joel Middendorf
cf0e8f9379 array buffers in memory 2018-06-10 14:51:22 -04:00
Joel Middendorf
e178dba4d5 Create array buffers so buffers arrays can be created using them and indexing by 16bit and 32bit 2018-06-10 14:15:37 -04:00
Joel Middendorf
697257501c memory Little-endian (WIP) 2018-06-10 12:53:08 -04:00
Joel Middendorf
1e54d3fdb1 Optimize opcode map for compiler 2018-06-02 03:32:15 -04:00
Joel Middendorf
83de429b71 optimizations 2018-05-13 18:08:02 -04:00
Joel Middendorf
b6edb14bd7 Separate tile blits into functions so v8 can optimize 2018-05-12 18:24:49 -04:00