| Commit message (Expand) | Author | Age | Files | Lines |
* | YM2612: More accurate LFO implementation and channel clipping [Eke-Eke, Nemes... |  R. Belmont | 2010-01-16 | 1 | -471/+396 |
* | Cleanups and version bump. |  Aaron Giles | 2010-01-16 | 20 | -81/+81 |
* | Added casting operators to the region_info class so you can assign |  Aaron Giles | 2010-01-16 | 43 | -130/+182 |
* | More PPC GCC warning fixes. |  R. Belmont | 2010-01-15 | 9 | -20/+20 |
* | More PPC GCC warning fixes. |  R. Belmont | 2010-01-15 | 1 | -4/+4 |
* | Fixed period for both sn76489 and sn76489A periodic noise; fixes pitch in 'sm... |  Jonathan Gevaryahu | 2010-01-15 | 1 | -7/+16 |
* | i386: Improved accuracy of the various emulated models, makes CPU detection p... |  Dirk Best | 2010-01-15 | 5 | -48/+80 |
* | Added a mostly-complete SunPlus u'nSP core based on the one in Segher's "Unun... |  Ryan Holtz | 2010-01-14 | 4 | -0/+1267 |
* | MT03233: Fix multisession crash in SE3208 affecting crystal.c [anonymous] |  Paul Priest | 2010-01-12 | 1 | -1/+3 |
* | Fix for MT00111 - rom region overrun in YMF278B core on loop j=0 of SAMPLE_UP... |  Paul Priest | 2010-01-12 | 1 | -14/+15 |
* | Added xtal for MESS. |  Curt Coder | 2010-01-12 | 1 | -0/+1 |
* | Enforce that numbers are all the same exact width when loading fonts. |  Aaron Giles | 2010-01-12 | 1 | -0/+12 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 137 | -319/+316 |
* | Explicitly allow PAIR and PAIR64 in save states. |  Aaron Giles | 2010-01-12 | 1 | -1/+2 |
* | Fixed memory freeing so that is it released in the opposite order |  Aaron Giles | 2010-01-11 | 12 | -137/+204 |
* | 03649: gekisha: Unknown DIP 4-2 toggles Auto Tsumo after Reach. If it is enab... |  Angelo Salese | 2010-01-11 | 1 | -0/+1 |
* | Added the mameconfig version to the -listxml output [Oliver Stoneberg] |  Phil Bennett | 2010-01-11 | 3 | -10/+7 |
* | Added a PCM sample end/loop callback to the RF5C68 core [Barry Rodewald] |  Phil Bennett | 2010-01-11 | 2 | -0/+22 |
* | Try using type_traits for detection of valid save types. |  Aaron Giles | 2010-01-11 | 3 | -11/+45 |
* | Fixed bogus empty ROM region warnings. |  Aaron Giles | 2010-01-11 | 1 | -7/+4 |
* | Fix cheat crash and comment display. |  Aaron Giles | 2010-01-11 | 2 | -3/+5 |
* | Fix crash if exit scheduled before cpus ready.e.g. clicking close on window. ... |  Paul Priest | 2010-01-10 | 1 | -2/+3 |
* | Fix a few stray delete's that didn't pair with global_alloc/auto_alloc. |  Aaron Giles | 2010-01-10 | 3 | -6/+6 |
* | sprintf -> vsprintf, oops. Requires a recompile, but at least |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Fix typo causing crash in laserdisc games. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 98 | -135/+100 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 597 | -1948/+1682 |
* | Compile fix. |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
* | Oops, forgot this. |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 45 | -808/+582 |
* | Provide location in "attempt to free untracked memory" message |  Couriersud | 2010-01-08 | 1 | -1/+1 |
* | Fix an issue which may cause a division by zero or undefined behaviour. |  Couriersud | 2010-01-08 | 1 | -1/+1 |
* | Re-enabled malloc/free but routed them to the file+line versions. |  Aaron Giles | 2010-01-08 | 1 | -2/+2 |
* | Oops, forgot these files. |  Aaron Giles | 2010-01-08 | 2 | -0/+823 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 96 | -1264/+604 |
* | The starting value for an output port is now the default value, which is base... |  smf- | 2010-01-07 | 2 | -2/+3 |
* | VIA6522: Refactored interface to use READ/WRITE_LINE. |  Curt Coder | 2010-01-07 | 2 | -41/+29 |
* | Added some missing header declarations and static qualifiers. Added validity.... |  Phil Bennett | 2010-01-06 | 19 | -6/+47 |
* | moved the fix for the crash when you toggle cheats inside cheat.c, to avoid d... |  smf- | 2010-01-06 | 3 | -23/+32 |
* | Fix for MT03621: Hitting F6 without -cheat trigger causes crash |  Fabio Priuli | 2010-01-06 | 2 | -4/+4 |
* | Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... |  Fabio Priuli | 2010-01-06 | 14 | -36/+32 |
* | [PIT8253] Corrected timer update, makes at586 show correct speed (no whatsnew... |  Miodrag Milanovic | 2010-01-06 | 1 | -39/+50 |
* | Changed berlwall, arkanoid, bakubrkr, mgcrystl to use YM2149 [Corrado Tomaselli] |  Phil Bennett | 2010-01-05 | 1 | -1/+1 |
* | Forgot to save last changes in latest commit. |  Miodrag Milanovic | 2010-01-04 | 1 | -3/+3 |
* | [PIT8253] Update PIT counter even if there was no elapsed cycles (this only a... |  Miodrag Milanovic | 2010-01-04 | 1 | -10/+10 |
* | Get rid of setjmp/longjmp for error handling in favor of exceptions. |  Aaron Giles | 2010-01-04 | 4 | -117/+164 |
* | Make MSVC compile once again. |  Aaron Giles | 2010-01-04 | 1 | -1/+1 |
* | Fix codegen bug that broke kinst. |  Aaron Giles | 2010-01-04 | 1 | -6/+6 |
* | Fix linker warning. |  Aaron Giles | 2010-01-04 | 1 | -4/+4 |
* | Fix typo in 8-bit eeprom case. |  Aaron Giles | 2010-01-03 | 1 | -1/+1 |