summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-1785-562/+616
* changed 6809 disassembler to work with kram3 Nicola Salmoria2008-11-171-3/+7
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-1711-2824/+940
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-17170-3369/+3157
* Some -literally- code alignment Couriersud2008-11-164-31/+31
* move ea into state struct Couriersud2008-11-162-27/+28
* Fix icount Couriersud2008-11-163-143/+143
* Fix icount: m68_icount ==> m68_state->icount Couriersud2008-11-162-63/+61
* added device_config to the disassembler. smf-2008-11-162-2/+2
* Disassemblers now get the CPU object. Aaron Giles2008-11-163-6/+6
* added m6809 config option to control where opcodes 10 and 11 fetch the second... Nicola Salmoria2008-11-164-59/+77
* More disentangling of the 68000 core. Removed old unused CPS2 Aaron Giles2008-11-168-350/+181
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-1530-216/+216
* Added generic read/write callbacks. Aaron Giles2008-11-152-0/+831
* God forbid, neogeo doesn't work.... Aaron Giles2008-11-151-0/+4
* Sega/Williams compile and crash fixes. Aaron Giles2008-11-152-12/+16
* Const-ified the return from cpu_get_address_space. Aaron Giles2008-11-152-11/+11
* Fix 8042kbdc.c and pci.c warnings Couriersud2008-11-142-6/+6
* Fix mc146818 warnings Couriersud2008-11-141-6/+6
* Fix compile error #2 Couriersud2008-11-141-2/+3
* Fix compile error Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-1474-1506/+1514
* Pointer-ified the 6800, 6809 and hd6309 cpu cores Couriersud2008-11-1413-5725/+6088
* Remove a #if 1 Couriersud2008-11-131-2/+0
* This patch: Aaron Giles2008-11-132-7/+8
* 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