summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-1377-170/+119
* Hooked up disconnected reset functions. Aaron Giles2008-11-134-19/+19
* From AtariAce: Aaron Giles2008-11-1380-929/+960
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-1367-2361/+2320
* Fix state save in discrete sound Couriersud2008-11-123-7/+55
* abc_step and abc_reset now declared as DISCRETE_STEP( abc ) and DISCRETE_RESE... Couriersud2008-11-126-141/+155
* Transparent mc6545 phi1/pi2 addressing Couriersud2008-11-112-2/+75
* Sync with MESS Nathan Woods2008-11-116-49/+48
* Converted TMS340x0 cores to be pointer-based. Aaron Giles2008-11-109-2668/+2589
* Fix compile error. Aaron Giles2008-11-101-1/+1
* Removed save_device pattern if favor of just accepting the Aaron Giles2008-11-1020-60/+24
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-1025-289/+234
* Major cpuintrf changes: Aaron Giles2008-11-10141-1658/+1489
* * Renamed mcs51_regs to mcs51_state_t Couriersud2008-11-091-412/+412
* Fix deleted CHECK_IRQ_LINES() Couriersud2008-11-091-3/+3
* Formatting, identation Couriersud2008-11-092-44/+44
* i960 core switched to pointer state access Couriersud2008-11-091-1057/+1076
* Converted i8x41 to use pointers for state access Couriersud2008-11-092-1416/+1453
* s14001a.c: added chip pinout and operation notes. Jonathan Gevaryahu2008-11-091-1/+85
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-0959-177/+184
* i8x41: fixed missing space at the end of file Roberto Zandona2008-11-091-1/+1
* UPI-41/42 (still I8x41.c) changes: Couriersud2008-11-097-105/+189
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-0919-178/+178
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-0825-97/+98
* 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-083-128/+737
* Merged DS5002FP into MCS51 Couriersud2008-11-078-5088/+574
* More 68000 cleanup. Aaron Giles2008-11-075-2266/+2258
* Fixed 68020+ Aaron Giles2008-11-071-3/+3
* 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
* Removed a bunch of useless macros. Consolidated several others. Aaron Giles2008-11-064-2334/+2197
* Fixed compilation issues with 68000 changes. Aaron Giles2008-11-067-471/+48
* "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
* 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-0510-131/+197
* "Pointer-ified" the mcs51 core Couriersud2008-11-052-531/+557
* "Pointer-ified" the mcs48 core Couriersud2008-11-041-402/+414
* 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