summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v60 (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-078-44/+44
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-19/+19
* patches to make f1 super lap work, submitted by Haze, make Sixtoe happy! Michaël Banaan Ananas2012-09-031-2/+3
* fixed some "comparison is always true/false" warnings reported by clang by Fi... Miodrag Milanovic2012-05-201-2/+2
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-8/+8
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-7/+7
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-2/+2
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-2113-844/+631
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-11/+11
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-38/+41
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-192-25/+25
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-8/+7
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+9
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-12/+12
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-5/+5
* Within src/emu, basic conversions: Aaron Giles2010-01-121-4/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-1/+2
* Results of running the latest srcclean. Aaron Giles2009-12-284-44/+44
* > -----Original Message----- Aaron Giles2009-10-032-2/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-21/+21
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-4/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-8/+18
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-3/+0
* 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug Aaron Giles2008-12-301-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-12/+12
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-9/+9
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Cleanups and version bump. Aaron Giles2008-12-151-2/+2
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-13/+3
* Pointer-ified the v60 core. Aaron Giles2008-12-0815-3858/+3835
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-8/+8
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* Remaining CPU cores updated to new functions. Aaron Giles2008-11-2313-857/+693
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-11/+11
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-8/+8
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-2/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-083-17/+17
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-16/+18
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-7/+9