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 |
2008-06-22 |
slack | Little disasm improvements |
commit | commitdiff | tree | snapshot |
2008-06-22 |
slack | Merge commit 'origin/master' |
commit | commitdiff | tree | snapshot |
2008-06-22 |
slack | Iniciado debugger. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
slack | Iniciado debugger. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
slack | Verificacion de argumentos en test_core |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Jorge Gorbe... | New logger |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Jorge Gorbe... | Moved read/write to .cc |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Jorge Gorbe... | VRAM/OAM read/write implemented |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Jorge Gorbe... | Memory map fix |
commit | commitdiff | tree | snapshot |
2008-06-10 |
slack | IO video register names in GBIO |
commit | commitdiff | tree | snapshot |
2008-06-10 |
slack | Constructor en GBVideo |
commit | commitdiff | tree | snapshot |
2008-06-10 |
slack | GBVideo en Makefile |
commit | commitdiff | tree | snapshot |
2008-06-10 |
slack | Añadido GBVideo.cc |
commit | commitdiff | tree | snapshot |
2008-06-10 |
slack | Fixes para que compile de nuevo |
commit | commitdiff | tree | snapshot |
2008-06-10 |
slack | Fixed GBRom test |
commit | commitdiff | tree | snapshot |
2008-02-15 |
slack | fixed typo |
commit | commitdiff | tree | snapshot |
2008-02-14 |
slack | GBVideo.h added |
commit | commitdiff | tree | snapshot |
2007-08-22 |
slack | Preparando las cosas para empezar con el video |
commit | commitdiff | tree | snapshot |
2007-08-21 |
slack | MOAR OPCODES!!! |
commit | commitdiff | tree | snapshot |
2007-08-20 |
slack | - Cambiados accesos a memoria de operator[] a read... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
slack | retoques en el log de cabeceras de roms |
commit | commitdiff | tree | snapshot |
2007-08-19 |
slack | Fix 2 casts al estilo C |
commit | commitdiff | tree | snapshot |
2007-08-19 |
slack | Logging de datos de las roms. Cambio gbrom.cc->GBRom.cc |
commit | commitdiff | tree | snapshot |
2007-08-19 |
slack | Añadida funcion para loggear cabecera de ROMs a gbrom.cc |
commit | commitdiff | tree | snapshot |
2007-08-19 |
slack | Cambio logger.h -> Logger.h |
commit | commitdiff | tree | snapshot |
2007-08-19 |
slack | Mas cosas sobre memoria y MBCs |
commit | commitdiff | tree | snapshot |
2007-07-27 |
slack | Creado logger. Implementado STOP a medias. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
slack | - Mas opcodes |
commit | commitdiff | tree | snapshot |
2007-07-04 |
slack | Oh si, dame mas docs |
commit | commitdiff | tree | snapshot |
2007-01-11 |
slack | Creado opcodes.h que contiene macros para implementar... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
slack | Import inicial. |
commit | commitdiff | tree | snapshot |
|