Joel Middendorf
2a7fca8298
optimize decompile performance
2018-07-08 23:45:46 -04:00
Joel Middendorf
5438d27849
main loop optimization
2018-07-08 15:07:55 -04:00
Joel Middendorf
cce7b3529f
log todo: fix double shift value opcodes
2018-07-08 10:09:29 -04:00
Joel Middendorf
bc38f5a371
stubbing missing opcode functions
2018-07-08 05:40:07 -04:00
Joel Middendorf
85da80afe0
Merge pull request #41 from schibo/ucodes
...
Ucode 1 Initial support
2018-07-08 05:03:24 -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
711f9ec101
local jquery
2018-07-05 15:56:08 -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
eccdefb39c
Bump to 0.4.6
2018-06-23 18:32:59 -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
62b381f84e
Bump to 0.4.4
2018-06-23 16:56:09 -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
5f98390ac1
latest closure compiler 20180610
2018-06-20 15:33:51 -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
12ac8cb3e7
Bump to 0.4.2
2018-06-19 16:51:40 -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
a123f3ad56
Merge pull request #40 from schibo/LE
...
little-endian memory layout
2018-06-12 12:17:38 -04:00
Joel Middendorf
d39f080eff
Bump to 0.4.0
2018-06-12 12:16:24 -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
9211e4e7b0
Merge branch 'master' into LE
2018-06-11 00:03:04 -04:00
Joel Middendorf
b002685ea9
Missing LL opcode
2018-06-11 00:02:48 -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