wenboi.git
2008-09-14 slackAdded some port names to the disassembler
2008-09-13 slackVertical mirroring support for sprites
2008-09-13 slack(almost) working sprite support, still no Y-flipping
2008-09-13 slackLogging functions with up to 10 parameters
2008-09-12 slackFixed bug in core. LDH was accessing directly to memory...
2008-09-12 Jorge Gorbe... Fixed bug in ADD SP, inm which truncated the result...
2008-09-12 Jorge Gorbe... Disassembly of next instruction is back to the debugger
2008-09-12 slackAdded missing 'SBC A,inm' opcode implementation :P
2008-09-12 slackRestored disasm command in the emulator/debugger
2008-09-12 slackAdded ignore command to the disassembler
2008-08-17 slackdisassembler works now :D
2008-08-16 slackdisassembler things. more to come soon
2008-08-16 slackFirst (somewhat) working version of wendi, the wenboi...
2008-08-15 slackMoar disassembler work. Build still broken.
2008-08-15 slackNew disassembler WIP. Build is completely broken now.
2008-07-19 slackMBC1 Implemented
2008-07-19 slackAdded "display wmap" and "display smap". Also changed...
2008-07-19 U-Blackbird... Fixed HALT instruction.
2008-07-15 slackWatchpoint support. Fixed bug in AND/OR/XOR zero flag...
2008-07-14 slackvarious fixes
2008-07-14 slackDMA. First steps
2008-07-13 slackFixed typo in Interrupt Enable port number :P
2008-07-12 slackCheck if VRAM or OAM are busy before accessing them.
2008-07-06 slackSprites. First steps
2008-07-06 slackImproved error message in MBC.cc
2008-07-05 slackDe-flickering and untested window drawing added
2008-07-05 slacklogfunc8 added
2008-07-05 slackFix in gbcore dependencies
2008-07-05 slackTimer and divider implemented
2008-07-03 Jorge Gorbe... HALT implemented
2008-07-02 Jorge Gorbe... Core simulates instruction cycle cost. Optimizations.
2008-07-02 slackSome apparently useless optimizations. Needs more work.
2008-07-01 slackOptimizations
2008-07-01 Jorge Gorbe... Changed default log level to WARNING
2008-07-01 Jorge Gorbe... test updated
2008-07-01 Jorge Gorbe... Big core bugs corrected :)
2008-07-01 Jorge Gorbe... util.cc created, Makefile updated
2008-07-01 Jorge Gorbe... BG_MAP view added
2008-07-01 slackInterrupt hell. Breakpoints added
2008-06-30 Jorge Gorbe... fix in make clean
2008-06-30 slackmore video work
2008-06-30 slackFix al mostrar entrypoint
2008-06-29 slackMore video code
2008-06-29 slackCore fixes
2008-06-24 Jorge Gorbe... Video, first steps
2008-06-24 Jorge Gorbe... closing stdin closes test_core now
2008-06-23 slacka bit more of disasm
2008-06-22 slackLittle disasm improvements
2008-06-22 slackMerge commit 'origin/master'
2008-06-22 slackIniciado debugger.
2008-06-22 slackIniciado debugger.
2008-06-21 slackVerificacion de argumentos en test_core
2008-06-16 Jorge Gorbe... New logger
2008-06-16 Jorge Gorbe... Moved read/write to .cc
2008-06-16 Jorge Gorbe... VRAM/OAM read/write implemented
2008-06-16 Jorge Gorbe... Memory map fix
2008-06-10 slackIO video register names in GBIO
2008-06-10 slackConstructor en GBVideo
2008-06-10 slackGBVideo en Makefile
2008-06-10 slackAñadido GBVideo.cc
2008-06-10 slackFixes para que compile de nuevo
2008-06-10 slackFixed GBRom test
2008-02-15 slackfixed typo
2008-02-14 slackGBVideo.h added
2007-08-22 slackPreparando las cosas para empezar con el video
2007-08-21 slackMOAR OPCODES!!!
2007-08-20 slack- Cambiados accesos a memoria de operator[] a read...
2007-08-19 slackretoques en el log de cabeceras de roms
2007-08-19 slackFix 2 casts al estilo C
2007-08-19 slackLogging de datos de las roms. Cambio gbrom.cc->GBRom.cc
2007-08-19 slackAñadida funcion para loggear cabecera de ROMs a gbrom.cc
2007-08-19 slackCambio logger.h -> Logger.h
2007-08-19 slackMas cosas sobre memoria y MBCs
2007-07-27 slackCreado logger. Implementado STOP a medias.
2007-07-13 slack- Mas opcodes
2007-07-04 slackOh si, dame mas docs
2007-01-11 slackCreado opcodes.h que contiene macros para implementar...
2007-01-09 slackImport inicial.