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