summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v60
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1315-12075/+0
* comments (nw) Stiletto2015-08-201-0/+65
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-10/+10
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-2215-16/+16
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-1315-15/+30
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-073-0/+6
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-7/+7
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-2/+1
* forgot to rename am.c (nw) Oliver Stöneberg2014-03-191-0/+0
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-1913-12/+12
* Note (nw) Wilbert Pol2014-02-201-0/+3
* v60.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-1914-4683/+5174
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1113-488/+466
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* 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