summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppccom.c
Commit message (Expand)AuthorAgeFilesLines
* fixed unterminated strings in powerpc debugger (nw) Oliver Stöneberg2015-01-241-0/+2
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-2/+0
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-2/+0
* fix line endings, hopefully (nw) cracyc2014-10-251-113/+113
* ppc: converted remaining callbacks to delegates (nw) Osso2014-10-251-116/+113
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-4/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-3/+2
* powerpc: Modernised cpu core (nw) Wilbert Pol2014-06-301-948/+1274
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-1/+1
* did same for PPC (nw) Miodrag Milanovic2014-04-281-6/+6
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-5/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* using delegates instead of read/write_device_func in ppc core (nw) Miodrag Milanovic2014-04-011-6/+26
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+4
* ppccom.c - Fix and simplify PPC4xx DMA interrupt logic. Fixes goal animations... Phil Bennett2013-11-011-23/+23
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-0/+2
* 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-389/+387
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-5/+5
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-12/+12
* PowerPC: Fixed 601-type BAT processing [R. Belmont] R. Belmont2012-09-031-5/+5
* ppc: Implemented PPC403 DMA chaining [Ville Linde] Ville Linde2012-09-021-89/+194
* ppc: Added callbacks for buffered external DMAs. [Ville Linde] Ville Linde2012-07-301-1/+118
* Clean-ups and version bump Miodrag Milanovic2012-07-301-4/+4
* ppc: Changed cap flags to UINT32 for future additions. (nw) Ville Linde2012-07-251-1/+1
* ppc: Exposed segment registers to the debugger. Ville Linde2012-07-251-0/+51
* ppc: Added optional callback for explicit data cache stores. Ville Linde2012-07-251-0/+23
* Cleanup (no whatsnew) Miodrag Milanovic2012-05-131-2/+2
* Added PPC405GP to PPC cpu core [Lukasz Markowski] Miodrag Milanovic2012-05-121-6/+17
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-1/+1
* ppc: Implemented correct BATs for 601 and memory-forced I/O controller interf... R. Belmont2011-07-181-16/+71
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-24/+24
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-8/+8
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* PPC: don't crash 601 R. Belmont2010-10-301-2/+21