menu: add reset hotkey
[picodrive.git] / pico / cd /
2017-10-11 notazsome more risky timing changes
2017-10-02 notazfame: always update the fetch map
2017-08-06 notazremove dead code
2017-08-06 notazeliminate texrels (wip)
2017-08-05 notazcd: fix missed null terminator
2013-10-12 notazfix use of freed mem
2013-10-12 notazremove regs union due to compiler issues
2013-10-10 notazupdate gp2x for input changes
2013-10-08 notazfix yet another sync issue..
2013-10-07 notazcd: hacks..
2013-10-06 notazcd: switch to CD drive emu code from genplus
2013-10-06 notazcd: switch to CD controller code from genplus
2013-10-04 notazcd: fix cycle overflow issue
2013-09-24 notazfamec: remove unused dual code
2013-09-24 notazcd: fix copy-paste bug, comm issue
2013-09-23 notazcd: pcm: tune addr reload
2013-09-22 notazcd: gfx: reduce LUT size
2013-09-22 notazcd: integrate new gfx code
2013-09-22 notazcd: pull in Genesis-Plus-GX CD gfx code
2013-09-22 notazcd: fix yet more desyncs
2013-09-22 notazcd: rewrite pcm
2013-09-17 notazcd: better cd change handling, perhaps?
2013-09-15 notazhandle 32x+cd
2013-09-09 notazcd: delay gfx ops again
2013-09-09 notazhandle dbra wait loops, update cyclone
2013-09-08 notazimprove cue handling a bit
2013-09-06 notazminor formatting changes
2013-09-06 notazcd: tweak the poll code further
2013-09-03 notazcd: fix breakage in comm detection
2013-08-31 notazMerge branch 'dev'
2013-08-29 notazcd: fix busreq and reset
2013-08-29 notazcd: some fixes
2013-08-28 notazcd: clean up dmna handling, stuff
2013-08-27 notazrename cd/pico.c -> cd/mcd.c
2013-08-27 notazcd sync improvements, part2
2013-08-27 notazcd sync improvements
2013-08-27 notaznew timing for main and cd
2013-08-20 notazdeal with some strict aliasing issues
2013-07-28 notazget rid of port_config.h
2013-07-08 notaz32x: start reworking sheduling
2013-06-29 notazfamec: fix 64bit portability issues
2013-06-26 notazclarify PicoDrive's license
2010-01-27 notaz32x and sms savestates. Core-independent z80 state...
2010-01-27 notazbugfixes related to mmap usage for ROM
2009-12-31 notazsimple profiler added
2009-10-15 notaz32x: new SH2 memory handling, hopefully faster
2009-09-30 notaz32x: improved lockstep mode, allows compatibility over 50%
2009-09-22 notazrandom cleanups
2009-09-16 notazmemory refactoring (mostly for cd) + ARM mem asm update
2009-09-14 notazCyclone interface for new mem system, minor tweaks
2009-09-05 notazFinish migrating to new mem handling. Make carthw db...
2009-09-02 notaznew memory handling, but asm and mappers need update.
2009-08-15 notazdrZ80 separation finished, related bugs fixed
2009-08-15 notazfix CD load filename display
2009-08-12 notazs68k-side Silpheed hack (needed for EU version)
2009-08-12 notazswitch DMNA Silpheed hack to timeslice hack
2009-08-10 notazmove CD tray handling out of emu loop
2009-08-03 notazimprove cd change handling
2008-10-16 notazdebug bgm player, sound code refactoring
2008-08-28 notazlowercasing filenames, part3