Commit graph

151 commits

Author SHA1 Message Date
Joel Middendorf
d802345feb Fix reading wrong byte for TV System 2018-07-10 14:10:06 -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
bdd5170464 memory size function .. for optional expansion pak
convertci4() fix
DMA fix
2018-07-05 14:04:04 -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
d37ca1590d rgba32 texture 2018-06-29 23:42:05 -04:00
Joel Middendorf
509b66c1f0 GBI1 Vtx (WIP) 2018-06-25 01:30:40 -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
0e58e43253 gfx optimizations for little-endian 2018-06-20 09:45:36 -04:00
Joel Middendorf
77dab2465c Fix little-endian byte swapping for z64 format 2018-06-12 20:53:26 -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
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
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
b83d562f3b Type annotations 2018-05-06 15:23:19 -04:00
Joel Middendorf
70f6e3d16f optimize microcode lut and matrix load 2018-05-06 08:04:15 -04:00
Joel Middendorf
d884007d6c fix function lost scope on runLoop exit causing recompile of block on reentry to runLoop 2018-05-05 23:05:05 -04:00
Joel Middendorf
743a948b72 Fix: Don't compile a new block every time runLoop is called 2018-05-05 20:21:57 -04:00
Joel Middendorf
310b6b8efb Smaller functions & expressions for v8 performance 2018-05-05 13:08:13 -04:00
Joel Middendorf
254166e2a4 beq/bne optimizations 2018-05-04 06:23:30 -04:00
Joel Middendorf
af8ad0843f Fixes to allow closure compiler to compile for ES6; compiled function lookup table for performance 2018-05-03 10:57:07 -04:00
Joel Middendorf
3d07a60a46 Fix blits 2018-04-30 22:58:10 -04:00
Joel Middendorf
4d64e138ed Consolidate init and constructor in 1964 class 2018-04-30 20:36:56 -04:00
Joel Middendorf
5ed4ea618f Optimize loads/stores 2018-04-30 19:55:38 -04:00
Joel Middendorf
426e276c58 Optimiz virtualToPhysical translation and SW 2018-04-30 19:25:22 -04:00
Joel Middendorf
b5068efbf1 Rewrite videoHLE class; optimize loading texture formats 2018-04-30 05:19:35 -04:00
Joel Middendorf
c4067cfb39 Avoid hidden 1964.js classes 2018-04-30 03:24:19 -04:00
Joel Middendorf
2d5c39fd2e Use ES6 const 2018-04-25 06:42:30 -04:00
Joel Middendorf
3315ff02dd comments 2018-04-25 04:31:59 -04:00
Joel Middendorf
1e195127e7 optimize lwl, lwr 2018-04-25 04:00:03 -04:00
Joel Middendorf
37e8bbb12a optimize calls 2018-04-25 00:29:35 -04:00
Joel Middendorf
c56fb0be5b fix bgtz, bgtzl 2018-04-24 23:17:49 -04:00
Joel Middendorf
11b8437832 dense arrays for memory lookup is faster 2018-04-23 06:48:13 -04:00
Joel Middendorf
7d0185529c Update libraries to support latest CoffeeScript 2.2.4 and ECMAScript6 2018-04-22 12:12:05 -04:00
Joel Middendorf
96f8271ab0 Performance 2018-04-22 08:59:52 -04:00
Joel Middendorf
8f45eab35d Performance 2018-04-22 05:38:07 -04:00