recognize the MED ssf2 header
[picodrive.git] / pico / 32x /
2017-10-02 notazfame: always update the fetch map
2017-08-18 notaz32x: skip unnecessary bios work in cd mode
2017-08-06 notazeliminate texrels, part 3
2017-08-06 notazeliminate texrels (wip2)
2017-08-06 notazeliminate texrels (wip)
2013-10-04 notazcd: fix cycle overflow issue
2013-09-22 notazcd: fix yet more desyncs
2013-09-15 notazhandle 32x+cd
2013-09-09 notazhandle dbra wait loops, update cyclone
2013-08-31 notazMerge branch 'dev'
2013-08-31 notazallow to disable SH2 dynarec on runtime
2013-08-27 notaznew timing for main and cd
2013-08-20 notazdeal with some strict aliasing issues
2013-08-19 notaz32x: some mapping corrections
2013-08-18 notaz32x: pwm pop reduction hacks
2013-08-18 notaz32x: some hacks..
2013-08-18 notaz32x: more memhandler improvements
2013-08-17 notaz32x: improve interrupt handling
2013-08-15 notaz32x: fix bg color tests
2013-08-15 notaz32x: improve pwm a bit more
2013-08-15 notaz32x: avoid unnecessary logging
2013-08-15 notaz32x: add preliminary hint emulation
2013-08-15 notazsimpler solution to regparm problem
2013-08-14 notaz32x: simplify logging a bit
2013-08-13 notaz32x: some timing hacks..
2013-08-13 notaz32x: implement more sh2 peripherals
2013-08-13 notaz32x: m68k memory handler improvemets
2013-08-10 notaz32x: handle FEN quirk
2013-08-10 notazfix incomplete init
2013-08-10 notazminor 68k timing tuning
2013-08-08 notaz32x: memhandler improvements
2013-08-06 notaz32x: fix some more timing problems
2013-08-05 notaz32x: some accuracy improvements
2013-08-05 notaz32x: map dram correctly on 68k side
2013-08-05 notaz32x: move sh2 peripheral emu code to it's own file
2013-08-04 notaz32x: implement dreq1, improve dmac
2013-08-03 notaz32x: improve pwm accuracy
2013-07-28 notazfix clang warnings
2013-07-27 notaz32x: fix FM handling
2013-07-27 notazminor drawing code cleanup
2013-07-27 notazrework sh2 sync, again..
2013-07-22 notazdrc: tune invalidation
2013-07-13 notaz32x: fix savestates
2013-07-13 notazdrc: lots of new debug code
2013-07-13 notazsh2: sync sh2 core with latest mame
2013-07-09 notaz32x: a hack for dealing with pwm inaccuracy
2013-07-09 notazsave event times to savestates
2013-07-09 notaz32x: add some comments
2013-07-09 notaz32x: rework scheduling/timing
2013-07-08 notaz32x: start reworking sheduling
2013-07-02 notaz32x: fix lockstep code
2013-06-29 notazfamec: fix 64bit portability issues
2013-06-27 notazinitial libretro port
2013-06-26 notazclarify PicoDrive's license
2013-06-22 notazstart new makefile, migrate to libpicofe
2010-06-02 notazallow compiling without 32x and sms code
2010-01-29 notazsh2 overclock and logging stuff, menu refactoring
2010-01-27 notaz32x and sms savestates. Core-independent z80 state...
2010-01-23 notaz32x: improve irq handling + few bugfixes
2010-01-21 notaz32x: drc: new smc handling, some bugfixes + refactoring
2010-01-15 notaz32x: drc: some constant propagation
2010-01-14 notaz32x: add missing pprof call for draw
2010-01-12 notaz32x: still tweaking renderers
2010-01-12 notaz32x: final renderer tweaks; PWM disable kills PWM irqs
2010-01-10 notaz32x: various gfx related bugfixes
2010-01-10 notaznew 32x renderers, auto fskip change, massive refactoring
2010-01-02 notaz32x: drc: mmap dram+rom for direct dereference
2009-12-31 notazsimple profiler added
2009-12-29 notaz32x: drc: inline dispatcher and irq handling; do write...
2009-12-06 notazport to 64bit. Some gcc 4.4 warning fixes
2009-11-12 notaz32x: don't log purge area access
2009-10-26 notaz32x: drc: handlers wip
2009-10-22 notaz32x drc functional on ARM, random adjustments
2009-10-18 notaz32x: drc: new smc handling, write handlers adjusted.
2009-10-15 notaz32x: new SH2 memory handling, hopefully faster
2009-10-13 notaz32x: drc: more wip, some games work, debug stats
2009-10-13 notaz32x: interpreter-wrap drc works (demos only). SVP drc...
2009-10-06 notaz32x: overflow handling for X-Men
2009-10-05 notaz32x: famec support
2009-10-03 notaz32x: built-in BIOS; reset handling; 68k memhandler...
2009-10-02 notaz32x: poll_detect tweaks, debug unification
2009-10-01 notaz32x: watchdog for Star Wars, SCI IRQs for X-men (also...
2009-10-01 notaz32x: improve 'simple' scheduling, works for 'interestin...
2009-09-30 notaz32x: improved lockstep mode, allows compatibility over 50%
2009-09-29 notaz32x: RLE mode + tweaks, VR runs but unstable as everyth...
2009-09-29 notaz32x: implement VDP fill, improve PWM, division unit...
2009-09-25 notaz32x: add more regs, ignore purge space
2009-09-23 notaz32x: vints, dram read, hw divider. Doom runs, but fragi...
2009-09-22 notaz32x: preliminary PWM implementation. 32x opts in menu
2009-09-20 notaz32x: hook slave sh2, BIOS passes (not much else):
2009-09-20 notaz32x: sh2 irqs (irls), preliminary DMAC implementation
2009-09-18 notaz32x: some missed code from MAME, minor tweaks
2009-09-18 notaz32x: mode2 draw, debug, poll detection
2009-09-17 notaz32x: sh2 wip, main SH2 BIOS passes
2009-09-14 notaz32x: more wip
2009-09-12 notaz32x: packed pixel mode (works over 68k)
2009-09-11 notaz32x: initial code (security code passes)