]> Shamusworld >> Repos - virtualjaguar/history - src/jaguar.cpp
Removed some cruft and nonstandard int/uint types, added M series BIOS.
[virtualjaguar] / src / jaguar.cpp
2013-02-23 Shamus HammonsRemoved some cruft and nonstandard int/uint types,...
2013-02-13 Shamus HammonsFixed limits on cartridge space from 4MB to 6MB.
2013-02-07 Shamus HammonsFix to M68K core vs. DSP thread sync problem.
2013-01-10 Shamus HammonsInitial gamepad support.
2012-12-03 Shamus HammonsMerge branch 'master' of shamusworld.gotdns.org/git...
2012-12-01 Shamus HammonsChanged some formatting on the stack trace and OP list...
2012-12-01 Shamus HammonsFixed missing paren in jaguar.cpp :-P
2012-12-01 Shamus HammonsAdded Object Processor browser window for debug mode.
2012-06-19 Shamus HammonsMore compliance fixes, artwork changes, build system...
2012-05-24 Shamus HammonsMinor tweaks to Makefiles, added command line switches...
2012-05-01 Shamus HammonsInitial stab at getting the DSP to run in the host...
2012-02-13 Shamus HammonsPreliminary fixes for memory accesses between $200000...
2012-01-27 Shamus HammonsInitial fixes for audio subsystem. Fragile; may break...
2011-12-27 Shamus HammonsRevert VC fix, switch from 'fast' to 'compatible' UAE...
2011-12-23 Shamus HammonsFixed VC to act like a real Jaguar. :-)
2011-11-26 Shamus HammonsRISC LOAD/STORE alignment fixes.
2011-11-17 Shamus HammonsVideo rendering now has correct timing per frame, in...
2011-11-03 Shamus HammonsAdded new 68000 cpu core based on UAE's 68000. Here...
2011-10-14 Shamus HammonsFixed NTSC timing (was same as PAL timing), fixed PAL...
2011-08-14 Shamus HammonsFixed crash in FileThread where file type was known...
2011-08-11 Shamus HammonsFix crashing on certain files with no filename extension.
2011-07-31 Shamus HammonsFixes in the controller config for MacOSX, added option...
2011-07-19 Shamus HammonsKludge: Keep BIOS from running in Alpine mode.
2011-07-18 Shamus HammonsAdded Jaguar BIOS files: You no longer need them, they...
2011-07-16 Shamus HammonsFixed software loading to load independently of Jaguar...
2011-07-14 Shamus HammonsFixes for the 68K IRQ system. There's probably a little...
2011-07-13 Shamus HammonsAdded stricter TOM memory checking.
2011-07-12 Shamus HammonsAdded possibility to run DSP without host audio output...
2011-07-05 Shamus HammonsMerging qt-experimental into trunk.
2011-06-26 Shamus HammonsRemoved files no longer needed, fixed build system...
2011-01-17 Shamus HammonsInitial attempt to get Jaguar core to run in the new...
2011-01-17 Shamus HammonsVarious renaming to accomodate change from vj to virtua...
2010-01-18 Shamus HammonsInitial changeset to experimental branch
2009-11-26 Shamus HammonsWe can now compile, but still doesn't work at this...
2009-11-26 Shamus HammonsAttempting to add sanity to memory access: Added mmu...
2009-06-24 Shamus HammonsAnd so with this revision, we commit massive breakage...
2008-11-01 Shamus HammonsRenamed clock.cpp/h to event.cpp/h, did some long overd...
2008-10-30 Shamus HammonsFixed fullscreen<-->windowed mode swith in OpenGL mode...
2007-12-16 Shamus HammonsExtensive changes to remove gcc 4.x warnings, general...
2005-08-13 Shamus HammonsMade JaguarExecuteNew play nice with the GUI code
2005-02-04 Shamus HammonsNew timer based execution code
2004-12-29 Shamus HammonsChanges for 32BPP rendering
2004-06-01 Shamus HammonsUpdate to main jag loop, hooks for debugging CD BIOS
2004-03-20 Shamus HammonsLots of commentary/minor updates
2004-01-02 Shamus HammonsQnD fix to prevent bad VIs from happening
2003-11-15 Shamus HammonsSmall fix to catch missed unmapped memory logging
2003-11-06 Shamus Hammons1.0.7 update
2003-10-03 Shamus HammonsChanges for 1.0.7 update
2003-09-16 Shamus HammonsAdded support for dual DSP cores
2003-09-14 Shamus HammonsTiny update (for comparison core)
2003-09-11 Shamus HammonsPipeline updates...
2003-09-05 Shamus HammonsFixes for TOM scanline execution, FlipOut 'fix'
2003-09-02 Shamus HammonsChanges to support new video subsystem
2003-08-28 Shamus HammonsMore changes for upcoming 1.0.5 release
2003-08-25 Shamus HammonsChanges for upcoming 1.0.5 release
2003-08-23 Shamus HammonsRemove stopping on bad memory access ;-)
2003-08-22 Shamus HammonsChanges for the upcoming 1.0.5 release
2003-08-16 Neils WagenaarChanges mainly to support the removal of SDLptc.h
2003-08-15 Neils WagenaarVirtual Jaguar 1.0.5 update (Shamus)
2003-08-11 Neils WagenaarVirtual Jaguar 1.0.4 update (Shamus)
2003-07-08 Neils WagenaarThis commit was generated by cvs2svn to compensate...
2003-07-02 Ryan C. GordonInitial revision