summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cpu.mak (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* not ready for this yet (nw) R. Belmont2013-02-031-5/+1
* Initial implementation of Ensoniq ES5510 DSP [Christian Brunschen] R. Belmont2013-02-031-1/+18
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-187/+187
* dsp16: Added 16-bit immediate load opcode. [Andrew Gardner] Andrew Gardner2013-01-051-1/+2
* Preliminary support for M740 (M5074x/M5074x) CPU family [R. Belmont] R. Belmont2012-12-271-1/+10
* (mess) mcs96: First (incomplete) stab at a core [O. Galibert] Olivier Galibert2012-12-171-0/+37
* Fixed python to use env variable as described in root makefile; fixes builds ... Jonathan Gevaryahu2012-12-061-10/+10
* m6502,tms57002: Snakes in an emulator [Robert Muth, O. Galibert] Olivier Galibert2012-12-061-47/+20
* (MESS) Added Sanyo LC8670 CPU core. [Sandro Ronco] Sandro Ronco2012-11-191-0/+13
* replaced usage of psx_sio_install_handler & psx_sio_input with devices. [smf] smf-2012-11-101-1/+1
* fix compile (no whatsnew) Miodrag Milanovic2012-11-061-2/+2
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-21/+129
* cpu.mak: Allow overriding tmsmake/m68kmake for easier cross-compilation and t... R. Belmont2012-11-041-0/+4
* v30mz.c: Converted to c++. [Wilbert Pol] Wilbert Pol2012-08-041-5/+1
* v30mz: Removed unneeded header file (nw) Wilbert Pol2012-07-291-1/+0
* Added cycle-precise implementation of tms9980a; changed tms9900.c to allow fo... Michael Zapf2012-06-141-1/+7
* New TMS9900 and TMS9995 implementation with proper control line handling Michael Zapf2012-06-071-8/+16
* Missed this in Haze's commit (nw) R. Belmont2012-03-291-1/+18
* tms57002: Modernize [O. Galibert] Olivier Galibert2012-03-091-2/+0
* m68k: Add API to install a non-debugger instruction hook. Usage is strongly ... Miodrag Milanovic2012-02-201-0/+2
* ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Hay... R. Belmont2012-01-111-1/+10
* arm7: some code reorganization, used a jump table for a small speedup [David ... R. Belmont2012-01-111-0/+3
* Preliminary hook up of sh3 dma from Haze + flash access code from Luca. (nw) Scott Stone2011-10-091-1/+11
* Reusing the SH4 timer code for the SH3 after a bit of refactoring by Haze (no... Miodrag Milanovic2011-10-071-1/+10
* Added explicit checks on functions making use of SH4 internal registers to en... Scott Stone2011-10-031-2/+7
* m68k: Preliminary support for MC68340 (CPU32). Reorganized to facilitate C++... R. Belmont2011-08-271-1/+1
* h8: Added peripheral and IRQ support for H8S/2xxx CPUs. [Tim Schuerewegen, R.... R. Belmont2011-07-301-4/+14
* added some extra dependencies for psx code. nwm smf-2011-05-161-0/+3
* "I'm sorry. Am I interrupting anything?" -- Lando Calrissian smf-2011-05-161-1/+1
* The codes changed, we need R2 -- Princess Leia smf-2011-05-141-4/+6
* "Why do you take this apart now? I'm trying to get us out of here and you pul... smf-2011-05-101-1/+7
* "You have taken your first step into a larger world." ―Obi-Wan Kenobi smf-2011-05-061-1/+4
* split out gte code from cpu core, although it's still part of the cpu device. smf-2011-04-271-2/+5
* split out psx cpu core to it's own directory, ready for a reorganisation. smf-2011-04-271-5/+14
* tms57002: significantly improved build speed on lower-end h/w [R. Belmont] R. Belmont2011-02-061-1/+7
* A new WE DSP16A cpu disassembler. [Andrew Gardner] Andrew Gardner2011-01-251-0/+14
* Added the HCD62121 cpu to cpu.mak (used by MESS) Fabio Priuli2011-01-241-0/+15
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-21/+14
* Added a mostly complete NEC V25/V35 CPU core, added working sound to Batsugun... Angelo Salese2011-01-161-0/+2
* Added HD61700 CPU core used for emulate Casio PB-1000/PB-2000c in MESS [Sandr... Miodrag Milanovic2011-01-061-0/+13
* Add uPD7725 16-bit DSP core and hookups for SNES hardware [byuu, R. Belmont] R. Belmont2011-01-021-0/+13
* Fix rule to ensure proper recompilation (no whatsnew) R. Belmont2011-01-011-1/+1
* MIPS: make DRC selectable by #ifdef [R. Belmont] R. Belmont2011-01-011-1/+4
* - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] Miodrag Milanovic2011-01-011-0/+13
* Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-231-1/+16
* i286.c: Partially implemented protected mode. Fixed verw, verr, lar, lsl, and... Wilbert Pol2010-10-311-0/+1
* Removed old CDP1802 CPU. (no whatsnew) Curt Coder2010-10-191-15/+0
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-181-0/+15
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-3/+0