Commit graph

239 commits

Author SHA1 Message Date
schibo4@gmail.com
22a77c2463 bump to 0.1.0 for release
git-svn-id: http://1964js.googlecode.com/svn/trunk@192 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-12-09 22:53:20 +00:00
schibo4@gmail.com
612b51043c My runloop wasn't able to process interrupts other than vi interrupts. Fixed now, yaylsls
git-svn-id: http://1964js.googlecode.com/svn/trunk@191 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-12-09 21:26:35 +00:00
schibo4@gmail.com
28a52ce425 clear mi interrupt fix
git-svn-id: http://1964js.googlecode.com/svn/trunk@190 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-12-09 20:57:54 +00:00
schibo4@gmail.com
b753680c2b Using slim instead of haml
git-svn-id: http://1964js.googlecode.com/svn/trunk@181 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-12-09 06:07:45 +00:00
schibo4@gmail.com
fe9ab580cb Move audio logic into its own class
git-svn-id: http://1964js.googlecode.com/svn/trunk@180 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-12-08 06:51:19 +00:00
schibo4@gmail.com
b6e4d0bfa7 Stability and performance: Don't init until rom is loaded and cleanup old scripts written to the page
git-svn-id: http://1964js.googlecode.com/svn/trunk@179 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-12-05 08:30:06 +00:00
schibo4@gmail.com
b38b137e4f fixed timing problem showing user panel
git-svn-id: http://1964js.googlecode.com/svn/trunk@177 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-11-19 01:09:17 +00:00
schibo4@gmail.com
81d2abd35f improved timing
git-svn-id: http://1964js.googlecode.com/svn/trunk@175 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-11-05 02:39:29 +00:00
schibo4@gmail.com
bdf4ee1732 use less memory for tlb. mario getting a lot farther in game. Mario's not jumping out of the pipe at start probably because we need to flush dyna cache at dma transfer
git-svn-id: http://1964js.googlecode.com/svn/trunk@174 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-11-04 20:07:37 +00:00
schibo4@gmail.com
84cbc92289 tlb logic improvement and removed se() and ze() helpers
git-svn-id: http://1964js.googlecode.com/svn/trunk@173 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-11-04 19:23:37 +00:00
schibo4@gmail.com
dd04e7c817 pif controller fixes
git-svn-id: http://1964js.googlecode.com/svn/trunk@171 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-11-04 18:05:20 +00:00
schibo4@gmail.com
ef5732ce3a tlb fixes. Mario gets past title screen
git-svn-id: http://1964js.googlecode.com/svn/trunk@170 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-11-04 13:57:27 +00:00
schibo4@gmail.com
024a2ab502 TLB fix
git-svn-id: http://1964js.googlecode.com/svn/trunk@166 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-27 21:19:20 +00:00
schibo4@gmail.com
68bb4b566e TLB (WIP)
git-svn-id: http://1964js.googlecode.com/svn/trunk@165 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-27 19:47:06 +00:00
schibo4@gmail.com
b31f172fe8 TLB (WIP)
git-svn-id: http://1964js.googlecode.com/svn/trunk@164 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-27 19:43:40 +00:00
schibo4@gmail.com
f6469553b4 tlb (wip)
git-svn-id: http://1964js.googlecode.com/svn/trunk@163 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-27 04:06:48 +00:00
schibo4@gmail.com
af74694449 wireframe optimization
git-svn-id: http://1964js.googlecode.com/svn/trunk@162 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-22 00:15:37 +00:00
schibo4@gmail.com
3178388f36 eeprom (wip)
git-svn-id: http://1964js.googlecode.com/svn/trunk@161 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-21 21:54:37 +00:00
schibo4@gmail.com
8af1c7b490 more TLB (WIP)
git-svn-id: http://1964js.googlecode.com/svn/trunk@160 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-21 18:16:17 +00:00
schibo4@gmail.com
4bede8f9e5 TLB region r/w (WIP)
git-svn-id: http://1964js.googlecode.com/svn/trunk@159 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-21 16:25:39 +00:00
schibo4@gmail.com
679f7fe75e shorten names magic_number to m and programCounter to p for compile and runtime performance
git-svn-id: http://1964js.googlecode.com/svn/trunk@158 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-21 07:53:22 +00:00
schibo4@gmail.com
80fd76c87b Wireframe mode is back .. and bump to 0.0.15
git-svn-id: http://1964js.googlecode.com/svn/trunk@157 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-21 02:15:28 +00:00
schibo4@gmail.com
44db9095dc Was allocating too much for typed arrays; starting TLB work
git-svn-id: http://1964js.googlecode.com/svn/trunk@156 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-18 07:33:55 +00:00
schibo4@gmail.com
ad94679ba5 button consts for closure optimizations
git-svn-id: http://1964js.googlecode.com/svn/trunk@155 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-18 04:44:38 +00:00
schibo4@gmail.com
d738bc32c8 cleanup .. speparate keyboard file
git-svn-id: http://1964js.googlecode.com/svn/trunk@154 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-18 04:18:46 +00:00
schibo4@gmail.com
8052f3ff92 Cleanup dma class
git-svn-id: http://1964js.googlecode.com/svn/trunk@153 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-18 02:51:07 +00:00
schibo4@gmail.com
1d1245771c refactored memory stores
git-svn-id: http://1964js.googlecode.com/svn/trunk@149 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-02 02:26:52 +00:00
schibo4@gmail.com
e37cf6cbd4 dummy memory reads..fixes Manic Miner freeze regression
git-svn-id: http://1964js.googlecode.com/svn/trunk@147 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-01 06:35:49 +00:00
schibo4@gmail.com
8923055ee5 Refactored memory loads
git-svn-id: http://1964js.googlecode.com/svn/trunk@146 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-10-01 05:50:01 +00:00
schibo4@gmail.com
e0f6e416c4 optimize var vAddr
git-svn-id: http://1964js.googlecode.com/svn/trunk@145 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-30 22:55:34 +00:00
schibo4@gmail.com
6f43988389 License applied to generated files
git-svn-id: http://1964js.googlecode.com/svn/trunk@144 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-30 21:01:24 +00:00
schibo4@gmail.com
a7292d8ff0 JSDoc hints for Closure to compile some consts in memory.js
git-svn-id: http://1964js.googlecode.com/svn/trunk@142 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-30 15:03:52 +00:00
schibo4@gmail.com
5d671b1233 Clicking window toggles ui on/off
git-svn-id: http://1964js.googlecode.com/svn/trunk@141 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-30 10:40:13 +00:00
schibo4@gmail.com
e0e05ec57f Respect no_throwing_strings for CoffeeLint
git-svn-id: http://1964js.googlecode.com/svn/trunk@140 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-29 19:09:07 +00:00
schibo4@gmail.com
c776e39d52 using CoffeeLint
git-svn-id: http://1964js.googlecode.com/svn/trunk@137 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-29 18:53:06 +00:00
schibo4@gmail.com
e496b989be Fix to handle undefined file name when user cancels open file dialog
git-svn-id: http://1964js.googlecode.com/svn/trunk@112 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-15 09:36:57 +00:00
schibo4@gmail.com
9e20207b89 fixed path to bitjs compression library
git-svn-id: http://1964js.googlecode.com/svn/trunk@110 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-15 09:12:55 +00:00
schibo4@gmail.com
a1571af3b6 Rewritten in CoffeeScript; directory structure changed
git-svn-id: http://1964js.googlecode.com/svn/trunk@109 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-15 07:16:37 +00:00
schibo4@gmail.com
dc0d5f4213 Rewritten in CoffeeScript; directory structure changed
git-svn-id: http://1964js.googlecode.com/svn/trunk@108 0378edba-076e-5dc0-2bb2-d87a714dcd81
2012-09-15 07:16:14 +00:00