summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-0933-237/+237
* Star Castle drone sound improvement from Jim Hernandez. Aaron Giles2008-11-081-4/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-0865-682/+695
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-0881-452/+504
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-0830-106/+110
* fixed unassigned variable error. smf-2008-11-081-9/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-11-081-0/+8
* From: <razoola@cps2shock.com> Aaron Giles2008-11-081-111/+108
* From: abcd efgh [mailto:cix_999@yahoo.it] Aaron Giles2008-11-081-41/+33
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-11-082-19/+19
* Dear Aaron, Aaron Giles2008-11-082-0/+20
* Done some work on the Forte Card driver,not yet working. Angelo Salese2008-11-081-29/+182
* minor 32x cleanup + comment davidhay2008-11-081-7/+8
* reorganized 32x code a bit. davidhay2008-11-081-829/+769
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-08225-3583/+3638
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner, PhilB, RBelmont) Andrew Gardner2008-11-084-142/+751
* Merged DS5002FP into MCS51 Couriersud2008-11-0710-5119/+583
* Various improvements in the ST-V driver: Angelo Salese2008-11-073-93/+121
* More 68000 cleanup. Aaron Giles2008-11-075-2266/+2258
* Fixed 68020+ Aaron Giles2008-11-071-3/+3
* fixed background color of srmp1/srmp2 (by EdxGROfS0) Yasuhiro Ogawa2008-11-071-1/+1
* Minor fixes. Aaron Giles2008-11-072-12/+13
* Fix a reg-ex replace issue - Thx Andrew Gardner! Couriersud2008-11-071-1/+1
* "Pointer"-ified the 6502 Couriersud2008-11-0717-612/+700
* i386 seems to already be defined by the compiler? changed to _i386 davidhay2008-11-061-9/+9
* Some more gcc 64bit tranquilizers Couriersud2008-11-064-10/+7
* Fix 64 bit compile Couriersud2008-11-061-0/+2
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-06126-2252/+2450
* Fixed a few issues caught by an MSVC compile (why doesn't gcc complain??) Aaron Giles2008-11-063-8/+8
* 32x changes which benefit tempo davidhay2008-11-061-695/+670
* Removed a bunch of useless macros. Consolidated several others. Aaron Giles2008-11-064-2334/+2197
* Fixed compilation issues with 68000 changes. Aaron Giles2008-11-0613-481/+59
* "Pointer"-ified the 68000. What a mess! Aaron Giles2008-11-0610-2380/+2386
* Re-added suspend/resume synchronization to fix a few games. Aaron Giles2008-11-061-0/+8
* "Pointer"-ified the ADSP-21xx core. Aaron Giles2008-11-063-1827/+1700
* Fixed bug in new quantum code that could result in an invalid Aaron Giles2008-11-061-1/+1
* Changed core cycle computations to use div_64x32 instead of full 64-bit Aaron Giles2008-11-051-6/+28
* Oops, didn't mean to check in the digdug hack for perfect interleave. Aaron Giles2008-11-051-2/+0
* Fix bad bug in scheduler quantum code. Aaron Giles2008-11-051-1/+1
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-0545-185/+253
* "Pointer-ified" the mcs51 core Couriersud2008-11-052-531/+557
* "Pointer-ified" the mcs48 core Couriersud2008-11-041-402/+414
* Fixed coinage in Speed Attack! and cleaned-up the driver to current standards. Angelo Salese2008-11-043-50/+82
* Pointer-ified the R3000 core. Aaron Giles2008-11-041-450/+468
* "Pointer-ified" the Z80 core as an example for testing. Aaron Giles2008-11-041-2126/+2143
* [MC6845] Reverted all changes. Curt Coder2008-11-041-50/+10
* added 32x rendering 'mode 2' (15bpp) davidhay2008-11-041-11/+46
* From: Micko [mailto:mmicko@gmail.com] Aaron Giles2008-11-042-54/+103
* Re-inlined core attotime functions. This makes a significant difference Aaron Giles2008-11-043-275/+241
* Hooked up 6845 Couriersud2008-11-031-16/+40