2013-05-24 |
@slackito | README.md: little markdown formatting fix |
commit | commitdiff | tree | snapshot |
2013-05-24 |
@slackito | Create README.md |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Jorge Gorbe | Fixed DAA, RLC, RRC |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Jorge Gorbe | whitespace fix |
commit | commitdiff | tree | snapshot |
2011-10-02 |
slack | Fixed flags in bit rotates |
commit | commitdiff | tree | snapshot |
2011-10-02 |
slack | Fixed zero flag in SBC |
commit | commitdiff | tree | snapshot |
2011-10-02 |
slack | Fixed zero flag in ADD HL, r16 |
commit | commitdiff | tree | snapshot |
2011-10-02 |
slack | Fixed POP AF instruction (lowest 4 bits in flags are... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
slack | Changed time measurements for FPS display |
commit | commitdiff | tree | snapshot |
2010-02-16 |
slack | Added FPS counter to status bar |
commit | commitdiff | tree | snapshot |
2009-05-19 |
slack | Added options to disable drawing of BG/Window/Sprites |
commit | commitdiff | tree | snapshot |
2009-05-13 |
slack | Fixed 2 bugs in sprite drawing |
commit | commitdiff | tree | snapshot |
2009-05-13 |
slack | fixed a few warnings when compiling with gcc |
commit | commitdiff | tree | snapshot |
2009-05-13 |
slack | fixed logging to a file |
commit | commitdiff | tree | snapshot |
2009-04-28 |
slack | Comment support in the disassembly window. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
slack | Bugfix in bit rotations |
commit | commitdiff | tree | snapshot |
2009-04-26 |
slack | Breakpoint support in the GUI |
commit | commitdiff | tree | snapshot |
2009-04-25 |
slack | Added view menu with options for hidding disassembly... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
slack | Added scale2x algorithm to the GUI. New scaling method... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
slack | Fixed regression caused by previous commit |
commit | commitdiff | tree | snapshot |
2009-04-22 |
slack | Fixed windows build |
commit | commitdiff | tree | snapshot |
2009-03-23 |
slack | Added -Wall to gcc builds |
commit | commitdiff | tree | snapshot |
2009-03-17 |
slack | Added some commented out code for future icons in toolb... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
slack | Added history browsing to qtboi disassembly window |
commit | commitdiff | tree | snapshot |
2009-03-17 |
slack | Disassembly view fixes |
commit | commitdiff | tree | snapshot |
2009-03-14 |
slack | qtboi disassembly window is somewhat browseable now... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
slack | bugfix in disassembly |
commit | commitdiff | tree | snapshot |
2009-03-14 |
slack | Disassembly and status display in qtboi |
commit | commitdiff | tree | snapshot |
2009-03-13 |
slack | Changed palette. Added QLabel with status string. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
slack | qtboi is playable :D |
commit | commitdiff | tree | snapshot |
2009-03-12 |
slack | Qt window for emulation control. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
slack | QTBoi WIP, first steps |
commit | commitdiff | tree | snapshot |
2009-03-11 |
slack | WIP |
commit | commitdiff | tree | snapshot |
2009-03-11 |
slack | bugfix to the previous bugfix :P |
commit | commitdiff | tree | snapshot |
2009-03-11 |
slack | bugfix in LD (nn), SP |
commit | commitdiff | tree | snapshot |
2009-01-20 |
slack | Big restructuring in order to switch to CMake |
commit | commitdiff | tree | snapshot |
2009-01-19 |
slack | fixed tab/space mismatch in wendi/wendi.cc |
commit | commitdiff | tree | snapshot |
2009-01-19 |
slack | Added include <cstring> for memcpy in some headers |
commit | commitdiff | tree | snapshot |
2008-10-01 |
slack | fix wendi arguments |
commit | commitdiff | tree | snapshot |
2008-10-01 |
slack | Fixed REALLY STUPID copy&paste bug in INC (HL) |
commit | commitdiff | tree | snapshot |
2008-10-01 |
slack | log calls in debug level |
commit | commitdiff | tree | snapshot |
2008-10-01 |
slack | added PC to unknown opcode error messages |
commit | commitdiff | tree | snapshot |
2008-10-01 |
slack | added access checks to port reads/writes |
commit | commitdiff | tree | snapshot |
2008-10-01 |
slack | fix typo in wendi.cc |
commit | commitdiff | tree | snapshot |
2008-09-23 |
slack | Merge branch 'master' of ssh://slack@slack.codemaniacs... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
slack | simultaneous text and graph disasm |
commit | commitdiff | tree | snapshot |
2008-09-22 |
slack | Added a copy of the GPL version 3 to the repository |
commit | commitdiff | tree | snapshot |
2008-09-22 |
slack | Added missing include guard to opcodes.h |
commit | commitdiff | tree | snapshot |
2008-09-22 |
slack | Added copyright and license notices to each source... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
slack | Added graph output (via dot) to wendi |
commit | commitdiff | tree | snapshot |
2008-09-20 |
slack | Little flaw in DAA, but I think it's not correct yet. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
U-OMMADAWN... | Removed pandocs.htm to stop ohloh from thinking 38... v0.1 |
commit | commitdiff | tree | snapshot |
2008-09-17 |
U-OMMADAWN... | Initial joypad+buttons input support. Some games are... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
slack | Added some port names to the disassembler |
commit | commitdiff | tree | snapshot |
2008-09-13 |
slack | Vertical mirroring support for sprites |
commit | commitdiff | tree | snapshot |
2008-09-13 |
slack | (almost) working sprite support, still no Y-flipping |
commit | commitdiff | tree | snapshot |
2008-09-13 |
slack | Logging functions with up to 10 parameters |
commit | commitdiff | tree | snapshot |
2008-09-12 |
slack | Fixed bug in core. LDH was accessing directly to memory... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Jorge Gorbe... | Fixed bug in ADD SP, inm which truncated the result... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Jorge Gorbe... | Disassembly of next instruction is back to the debugger |
commit | commitdiff | tree | snapshot |
2008-09-12 |
slack | Added missing 'SBC A,inm' opcode implementation :P |
commit | commitdiff | tree | snapshot |
2008-09-12 |
slack | Restored disasm command in the emulator/debugger |
commit | commitdiff | tree | snapshot |
2008-09-12 |
slack | Added ignore command to the disassembler |
commit | commitdiff | tree | snapshot |
2008-08-17 |
slack | disassembler works now :D |
commit | commitdiff | tree | snapshot |
2008-08-16 |
slack | disassembler things. more to come soon |
commit | commitdiff | tree | snapshot |
2008-08-16 |
slack | First (somewhat) working version of wendi, the wenboi... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
slack | Moar disassembler work. Build still broken. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
slack | New disassembler WIP. Build is completely broken now. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
slack | MBC1 Implemented |
commit | commitdiff | tree | snapshot |
2008-07-19 |
slack | Added "display wmap" and "display smap". Also changed... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
U-Blackbird... | Fixed HALT instruction. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
slack | Watchpoint support. Fixed bug in AND/OR/XOR zero flag... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
slack | various fixes |
commit | commitdiff | tree | snapshot |
2008-07-14 |
slack | DMA. First steps |
commit | commitdiff | tree | snapshot |
2008-07-13 |
slack | Fixed typo in Interrupt Enable port number :P |
commit | commitdiff | tree | snapshot |
2008-07-12 |
slack | Check if VRAM or OAM are busy before accessing them. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
slack | Sprites. First steps |
commit | commitdiff | tree | snapshot |
2008-07-06 |
slack | Improved error message in MBC.cc |
commit | commitdiff | tree | snapshot |
2008-07-05 |
slack | De-flickering and untested window drawing added |
commit | commitdiff | tree | snapshot |
2008-07-05 |
slack | logfunc8 added |
commit | commitdiff | tree | snapshot |
2008-07-05 |
slack | Fix in gbcore dependencies |
commit | commitdiff | tree | snapshot |
2008-07-05 |
slack | Timer and divider implemented |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Jorge Gorbe... | HALT implemented |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Jorge Gorbe... | Core simulates instruction cycle cost. Optimizations. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
slack | Some apparently useless optimizations. Needs more work. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
slack | Optimizations |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jorge Gorbe... | Changed default log level to WARNING |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jorge Gorbe... | test updated |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jorge Gorbe... | Big core bugs corrected :) |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jorge Gorbe... | util.cc created, Makefile updated |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jorge Gorbe... | BG_MAP view added |
commit | commitdiff | tree | snapshot |
2008-07-01 |
slack | Interrupt hell. Breakpoints added |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Jorge Gorbe... | fix in make clean |
commit | commitdiff | tree | snapshot |
2008-06-30 |
slack | more video work |
commit | commitdiff | tree | snapshot |
2008-06-30 |
slack | Fix al mostrar entrypoint |
commit | commitdiff | tree | snapshot |
2008-06-29 |
slack | More video code |
commit | commitdiff | tree | snapshot |
2008-06-29 |
slack | Core fixes |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jorge Gorbe... | Video, first steps |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jorge Gorbe... | closing stdin closes test_core now |
commit | commitdiff | tree | snapshot |
2008-06-23 |
slack | a bit more of disasm |
commit | commitdiff | tree | snapshot |
next |