summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Fix fatal pointer truncation on 64-bit builds. R. Belmont2008-12-171-0/+15
* Hi mamedev, Aaron Giles2008-12-1617-159/+132
* More device normalization: Aaron Giles2008-12-1620-323/+75
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-1641-3084/+1872
* Cleanups and version bump. Aaron Giles2008-12-1537-124/+124
* Fix all obvious regressions based on screenshots. Aaron Giles2008-12-151-0/+2
* Removed hack for setting mcs51 serial callbacks. Updated micro3d to use Aaron Giles2008-12-142-24/+15
* Removed unnecessary masking in disassembly view. Aaron Giles2008-12-141-3/+3
* Fix raster effects in nbbatman - as far as I can judge. Couriersud2008-12-141-2/+5
* i960: fixed nor opcode and added notor opcode Roberto Zandona2008-12-141-1/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-143-38/+34
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-142-57/+61
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-1422-120/+113
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-147-37/+35
* From: Micko [mailto:mmicko@gmail.com] Aaron Giles2008-12-141-48/+7
* Changed the 6522 VIA implementation to be a device Nathan Woods2008-12-142-520/+409
* Changed attotime_to_ticks/ticks_to_attotime to use UINTs and the eminline Aaron Giles2008-12-141-6/+18
* 6522 interface cleanups Nathan Woods2008-12-132-81/+179
* Fixed remaining crash regressions from recent changes. Aaron Giles2008-12-132-1/+3
* Expanded cpuexec cycles <-> attotime functions to handle UINT64s. Aaron Giles2008-12-132-6/+10
* Re-order SCSP init to fix crash. R. Belmont2008-12-131-18/+16
* Pointer-ified the dsp56k cpu core. [Andrew Gardner] Andrew Gardner2008-12-126-1550/+1508
* I8085 Curt Coder2008-12-122-0/+32
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-1238-209/+228
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-126-195/+219
* Fix Altivec RGB primitives on newer GCCs. [budge, Vas Crabb] R. Belmont2008-12-121-32/+32
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-113-78/+81
* Fixed crash bug in DCS games. Aaron Giles2008-12-119-448/+243
* Pointer-ified the TMS32025 core. Quench2008-12-111-1461/+1429
* Writes to a pit8253 timer control word always restart the timer. Wilbert Pol2008-12-111-14/+7
* Fixed compile error, and fixed crash when handling an exception when the Aaron Giles2008-12-112-2/+7
* Removed safe_cpu_get_pc() which doesn't really make sense anymore. Aaron Giles2008-12-113-33/+16
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-1192-1426/+1147
* Here's the big one.... Aaron Giles2008-12-1157-579/+406
* relax oki 6295 command validity check Nicola Salmoria2008-12-111-1/+1
* Pointer-ified the PIC16C5x core. Quench2008-12-112-542/+536
* Pointer-ified the TMS32010 core. Quench2008-12-112-535/+518
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-1138-76/+51
* Pointer-ified the sc61860 core. Aaron Giles2008-12-104-562/+557
* Pointer-ified the saturn core. Aaron Giles2008-12-104-1027/+1018
* Pointer-ified the PDP1 core. Aaron Giles2008-12-102-297/+296
* Enabled all CPU cores/variants. Fixed compile issue revealed as a result. Aaron Giles2008-12-101-1/+1
* Pointer-ified the lr35902 core. Aaron Giles2008-12-104-892/+884
* Fix compile error. Aaron Giles2008-12-101-2/+1
* Pointer-ified the lh5801 core. Aaron Giles2008-12-103-541/+536
* Pointer-ified the cp1610 core. Aaron Giles2008-12-102-2116/+2106
* Fatalerror in non-debug builds too. Aaron Giles2008-12-101-2/+0
* Pointer-ified the MC68HC11 core. Aaron Giles2008-12-103-1041/+1034
* Pointer-ified the TMS32051 core. Aaron Giles2008-12-103-954/+955
* Pointer-ified the upd7810 core. Aaron Giles2008-12-104-2919/+2917