summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bump Miodrag Milanovic2012-07-3016-207/+207
* that trick doesn't work with ADD (SUB is left-to-right, ADD is equal both ways) Michaël Banaan Ananas2012-07-291-1/+1
* msm5205.c: Preserve the documentation differences between MSM6585 & MSM5205 n... Brian Troha2012-07-291-13/+33
* v30mz.c: Getting rid of some typedefs and cleaning up a few things. (nw) Wilbert Pol2012-07-293-104/+86
* v30mz: Removed unneeded header file (nw) Wilbert Pol2012-07-292-12/+0
* added minimal support for MSM6585 Michaël Banaan Ananas2012-07-293-19/+49
* Sync with MESS (nw) Miodrag Milanovic2012-07-281-2/+3
* cleanup ?-operator usage (should also fix the warnings found by firewave) Michaël Banaan Ananas2012-07-281-17/+17
* firewave's patch fixes more !-operator warnings Michaël Banaan Ananas2012-07-281-1/+1
* fix ?-operator warnings found by firewave Michaël Banaan Ananas2012-07-282-2/+2
* fixed assertion with new m6800 CPU types (no whatsnew) Oliver Stöneberg2012-07-281-1/+3
* MESS 15624 Michaël Banaan Ananas2012-07-271-16/+16
* Fixed AMD/ASD opcodes in the F8 CPU core. Status flags are set before the dec... Miodrag Milanovic2012-07-271-70/+139
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-279-36/+36
* removed some unused variable declarations from MACHINE_CONFIG_* macros (no wh... Oliver Stöneberg2012-07-271-12/+0
* Properly call va_end() before throwing exceptions in fatalerror functions (no... Oliver Stöneberg2012-07-271-2/+4
* fixed bogus if-condition in src/emu/cpu/cop400/cop410ds.c Oliver Stöneberg2012-07-271-1/+1
* fixed building with MSVC smf-2012-07-261-2/+2
* MSVC doesn't like classy structs, no idea if this breaks anything. smf-2012-07-261-1/+1
* ppc: Better fix for dword aligned 64-bit accesses. (nw) Ville Linde2012-07-261-11/+18
* ppc: Changed cap flags to UINT32 for future additions. (nw) Ville Linde2012-07-253-5/+6
* ppc: Exposed segment registers to the debugger. Ville Linde2012-07-252-1/+69
* ppc: Added optional callback for explicit data cache stores. Ville Linde2012-07-254-0/+35
* am9517a: sync with MESS changes (nw) R. Belmont2012-07-251-2/+21
* voodoo: Cleaned up Banshee 2D blitter code. (nw) Ville Linde2012-07-252-60/+54
* Remove redundant line. Also check to see if svn mail is restored now. Aaron Giles2012-07-241-2/+0
* Haze: fixed title screen in Fruit Dream Angelo Salese2012-07-242-17/+30
* Moved TMS9901/9902 from mess/machine into emu/machine subtree Michael Zapf2012-07-235-0/+1718
* ppcdrc.c: Split up dword-aligned 64-bit accesses to 32-bits. (nw) Ville Linde2012-07-231-0/+24
* Fix OS X Intel compilation Phil Bennett2012-07-231-1/+1
* Hooked up TC0091LVC device to Fruit Dream [Angelo Salese] Angelo Salese2012-07-231-2/+2
* Sync with MESS (nw) R. Belmont2012-07-231-0/+53
* fix soundlatch warning Michaël Banaan Ananas2012-07-231-15/+15
* dfruit hooks, and moved scrolling inside buffering, nw Angelo Salese2012-07-231-14/+10
* Ported TC0091LVC into a proper file Angelo Salese2012-07-233-5/+475
* tlcs900: Added support for TMP95C063. [Ville Linde] Ville Linde2012-07-222-267/+1158
* Add another subtype to 6800 core so that I can correctly define the CPU type ... Scott Stone2012-07-222-0/+70
* fixed constant overflow, 64 bit constants require U64() macro. smf-2012-07-221-2/+2
* Implemented a generic implementation to model discrete net lists. [Couriersud] Couriersud2012-07-225-0/+2898
* Small speedup for _get_profile_ticks. No WN. Couriersud2012-07-221-5/+9
* PORT_ADJUSTER now accepts PORT_MINMAX as well. [Couriersud] Couriersud2012-07-222-1/+2
* namcos21/gal3: Removed C140_TYPE_SYSTEM21_B banking. Correct sound banking (i... Phil Bennett2012-07-212-25/+3
* dsp32c changes: [Phil Bennett] Phil Bennett2012-07-213-16/+66
* sync with mess. no whatsnew. Fabio Priuli2012-07-201-0/+1
* some of the updates from Quench Michaël Banaan Ananas2012-07-191-16/+20
* update alu.d on lalk Michaël Banaan Ananas2012-07-181-1/+2
* small cleanup Michaël Banaan Ananas2012-07-181-20/+6
* fixed another carry/overflow flag edge case + fixed NORM opcode Michaël Banaan Ananas2012-07-181-33/+16
* fix edge cases with add/sub carry and overflow flag Michaël Banaan Ananas2012-07-181-12/+10
* Converted roc10937.c and bfm_bd1.c output code to use BITSWAP macros. James Wallace2012-07-161-39/+4