summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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