0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add preliminary BIOS More... almost 12 years ago
Swap out loadInstruction in IRQ More... almost 12 years ago
Add baseline IRQ support More... almost 12 years ago
Raise pending IRQs when enabling them More... almost 12 years ago
Clear interrupt timer before polling so we know the definitive time for the next one More... almost 12 years ago
Set first HInterval properly to avoid hblanking immediately More... almost 12 years ago
Remove reduntant checks in video timing updater More... almost 12 years ago
Optimize video timing updates and allow for recursive calls in the even that we had a really long last instruction More... almost 12 years ago
Eliminate costly prefetches More... almost 12 years ago
Slew of timer bugs fixed More... almost 12 years ago
Use strict More... almost 12 years ago
byte-align immediate that is otherwise word-aligned More... almost 12 years ago
Split ARM and Thumb prefetch routines in two and exploit locality by splitting the instruction cache into pages More... almost 12 years ago
Real timings More... almost 12 years ago
Move B(2) to somewhere where it makes more sense More... almost 12 years ago
Fix BX(2) More... almost 12 years ago
Initial implementation of Halt More... almost 12 years ago
Fix video IRQs More... almost 12 years ago
Fix video IRQs + fix IRQ function names More... almost 12 years ago
Restructure load/store functions More... almost 12 years ago
Add ability to dismiss interrupts More... almost 12 years ago
Try and get visible representation of memory when forcing a load before falling back More... almost 12 years ago
Begin implementing interrupts More... almost 12 years ago
Fix some typos in video.js More... almost 12 years ago
Add polling for time until next interrupt + implementation for video More... almost 12 years ago
Smooth scrolling More... almost 12 years ago
Fix slew of potential logic errors that assumed JS numbers overflow at 32-bits More... almost 12 years ago
Implement banked registers (except for SPSR) More... almost 12 years ago
Run for 8 frames before going async More... almost 12 years ago
Run a few console tasks asynchronously to let other parts catch up More... almost 12 years ago