summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-40/+0
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+0
* Removed legacy_cpu_device. [Wilbert Pol] Wilbert Pol2014-09-121-416/+0
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-1/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-21/+21
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-8/+9
* Removed partial frame hack from the core Angelo Salese2011-12-141-2/+0
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-0/+2
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-193/+132
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-0/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-3/+3
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-3/+4
* Put the state list in a simple_list<>. Aaron Giles2010-09-071-1/+1
* Converted ASAP CPU core from a legacy CPU core to a modern device. Aaron Giles2010-09-071-3/+3
* For legacy CPUs, track whether we have initialized, and if we haven't, Aaron Giles2010-08-261-2/+4
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-0/+2
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-2/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-66/+23
* Use UINT64s for converting cycles <-> clocks. Aaron Giles2010-07-011-2/+2
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+2
* That's what trimspace is for. :) Aaron Giles2010-06-271-4/+1
* strip trailing spaces from register names on legacy cpu's. smf-2010-06-261-0/+5
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-4/+5
* Cleanups and version bump. Aaron Giles2010-06-171-14/+14
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-32/+61
* Cache pointer to exit function to prevent crashes on teardown. Aaron Giles2010-06-091-18/+14
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-2/+2
* Tweak to s2650 IRQ cycle handling to fix gcc codegen bug. Aaron Giles2010-06-091-0/+2
* Handle flag-less CPUs gracefully. Aaron Giles2010-06-081-1/+1
* Make cpu_getpreviouspc() work again, fixing btime and some other stuff. Aaron Giles2010-06-081-0/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+550