summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cpu.mak
Commit message (Collapse)AuthorAgeFilesLines
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-2661/+0
| | | | | | | | | | | | | | make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files
* start an internal map for the v53 (nw) mamehaze2015-03-081-0/+1
|
* shuffle more HNG64 stuff around, add stub CPU classes for the different CPU ↵ mamehaze2015-03-071-1/+2
| | | | types it uses so that we can start implementing the peripherals properly rather than hacking them into the driver (nw)
* added Hitachi HMCS40 series MCU core skeleton hap2015-03-041-0/+27
|
* added NEC uCOM-4 MCU core skeleton hap2015-02-071-0/+19
|
* fixed MESS linking (nw) Oliver Stöneberg2015-01-301-2/+2
|
* added AMI S2000 cpu skeleton and disasm hap2015-01-291-0/+29
|
* introduced BASELIBS to makefile to link smaller tools with less dependencies ↵ Oliver Stöneberg2015-01-011-1/+1
| | | | (nw)
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-1/+1
|
* arcompact (nw) mamehaze2014-12-261-3/+9
|
* arcompact: prepare to add more opcodes (nw) mamehaze2014-12-211-2/+2
|
* start making an actual CPU core out of the arcompact disassembler, executes ↵ mamehaze2014-12-201-2/+19
| | | | the first few jumps (nw)
* arcompact - reorganize a little (nw) mamehaze2014-12-111-1/+1
|
* ok, we're definitely ARCompact based, it's a different instruction set (nw) mamehaze2014-12-031-0/+14
|
* skeleton CPU core so that I can begin to write an ARC disassembler (nw) mamehaze2014-12-031-0/+13
|
* (nw) Split RSP vector opcodes into separate files for interpreter, DRC and ↵ mooglyguy2014-11-191-2/+18
| | | | DRC + SIMD. Breaks interpreter mode for reasons yet unknown.
* Convert PSX sio to use devcb. [smf] smf-2014-10-261-1/+1
|
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-1/+1
| | | | well, just doing now what we can
* rewrote most of tms7000, fixing a few issues and adding preliminary support ↵ Michaël Banaan Ananas2014-07-161-2/+1
| | | | for TMS70x1/2 family
* added preliminary tmpz84c015, stupid daisy chain Michaël Banaan Ananas2014-06-211-4/+5
|
* renamed opcode lists.h to .inc, renamed LR35902_FLAG_x to FLAG_x Michaël Banaan Ananas2014-06-131-2/+2
|
* move tmpz84c011 specifics to its own files, make z80ctc a subdevice rather ↵ David Haywood2014-06-111-0/+1
| | | | than adding it separately it in each driver using a tmpz84c011. (nw)
* upd7810: reorganize, compile source files seperately instead of Dirk Best2014-06-111-5/+8
| | | including them into the main source
* Added placeholder TGPx4 CPU core for Model 2C, nw Angelo Salese2014-06-051-0/+13
|
* m37710: make memory helpers inline; remove more obsolete cruft (nw) Alex W. Jackson2014-05-221-0/+2
|
* (MESS) New driver added: Xerox Alto 2 [Juergen Buchmueller] Miodrag Milanovic2014-04-221-0/+109
| | | out of whatsnew: Did not add Unicode support for debugger from branch yet, for now few special chars are converted to be plain ASCII
* sh2.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-04-121-9/+3
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-25/+25
|
* h8: Implement the 8-bits timers, namcos23 coins work again [O. Galibert] Olivier Galibert2014-04-051-1/+8
|
* - New Z80 CPU derivate Toshiba TLCS-Z80 [Felipe Sanches] Miodrag Milanovic2014-04-041-2/+3
| | | | - Improving emulation of SONY PVE-500 video editing station [Felipe Sanches]
* h8: Add the h8/3008 [O. Galibert] Olivier Galibert2014-04-021-1/+12
|
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-251-45/+155
| | | (mess) mu100: Main screen turn on [O. Galibert]
* last round of *.c -> *.inc renaming for now (nw) Oliver Stöneberg2014-03-191-2/+2
|
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-191-34/+34
|
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-20/+23
|
* renamed a few more files from *.c to *.inc Oliver Stöneberg2014-03-191-6/+6
|
* Replacing legacy implementations in TMS99xx. (nw) Michael Zapf2014-02-271-16/+10
|
* removing some unused legacy things (nw) Wilbert Pol2014-02-261-12/+0
|
* replaced #defines with inline functions (nw) smf-2014-01-211-2/+1
|
* small cleanup (nw) Wilbert Pol2013-12-271-1/+0
|
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
|
* Added Signetics 8X300 microcontroller core, updated Wicat driver to use mahlemiut2013-12-211-0/+14
| | | | it. [Barry Rodewald]
* fixed scudsp & ssp1601 entries [Vito] smf-2013-11-241-4/+4
|
* Added a bare bones SCUDSP core, to be improved Angelo Salese2013-10-081-1/+3
|
* small change to mcs96 generation messages (nw) Oliver Stöneberg2013-09-251-2/+2
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
|
* (MESS) Added preliminary S+core CPU emulation. [Sandro Ronco] Sandro Ronco2013-09-071-0/+19
| | | | | | (MESS) New NOT WORKING system ----------------------- - Mattel HyperScan [Sandro Ronco]
* i8089: converted to a proper cpu core, added debugger support and disassembler Dirk Best2013-08-241-0/+19
|
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-0/+6
| | | leland: finish modernizing the leland sound and use new 80186 [Carl]
* tms32082: split MP and PP disassembler (nw) Ville Linde2013-07-271-1/+1
|