summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/pps4/pps4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1587/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-071-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-3/+3
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-454/+454
* Clean up and fix comments (nw) jbu2014-12-161-236/+239
* Add preliminary emulation of the Rockwell A17XX chips (ROM, RAM, I/O) and fix... jbu2014-12-141-1/+3
* Fix the TM disassembly. Don't set m_I in ROP() and don't set m_I2 in ARG(). (nw) jbu2014-12-071-12/+13
* Fix previous opcode detection for LB and LBL. Fix disassembler for LBL (nw) jbu2014-12-071-6/+6
* Add chip pinouts for 10660 and 11660 (nw) jbu2014-12-051-0/+27
* Fix cut+paste, typos and some implementation bugs (nw) jbu2014-12-041-37/+34
* Introduc m_Skip to skip ops. Clean up + fixes (nw) jbu2014-12-041-76/+82
* Rewrote Rockwell PPS-4 CPU core based on bitsavers.org documents jbu2014-12-031-307/+1469
* pps4 / gts1 : added notes Robbbert2014-07-311-0/+20
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-2/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+0
* pps4.c: Modernized cpu core (nw) Wilbert Pol2013-09-051-202/+118
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-137/+137
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Remove some straggling const address_space references, and get rid of Aaron Giles2011-03-171-3/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-9/+9
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-26/+26
* - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] Miodrag Milanovic2011-01-011-0/+454