summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v30mz (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-4/+4
* v30mz.c: Make gcc behave like clang (nw) Wilbert Pol2012-08-081-2/+4
* v30mz.c: Fixed disasm_max_opcode_bytes(). (nw) Wilbert Pol2012-08-081-1/+1
* v30mz.c: Converted to c++. [Wilbert Pol] Wilbert Pol2012-08-046-2011/+3761
* Clean-ups and version bump Miodrag Milanovic2012-07-301-1/+1
* v30mz.c: Getting rid of some typedefs and cleaning up a few things. (nw) Wilbert Pol2012-07-293-104/+86
* v30mz: Removed unneeded header file (nw) Wilbert Pol2012-07-291-11/+0
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-3/+3
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-18/+18
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-192-6/+8
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-9/+9
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+3
* 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-4/+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-11/+10
* Fixed VS2010 compiling Fabio Priuli2010-03-182-8/+8
* v30mz: Increased MAX_INSTRUCTION_BYTES to prevent disasm crashes (no whatsnew). Wilbert Pol2010-02-181-1/+1
* Cleanups and version bump. Aaron Giles2010-01-281-2/+2
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* - Added MESS dependent code missing in emu.h Miodrag Milanovic2010-01-191-3/+22
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* More PPC GCC warning fixes. R. Belmont2010-01-151-1/+1
* 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-2/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-283-38/+38
* > -----Original Message----- Aaron Giles2009-09-241-5/+19
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Fixed CPU_GET_INFO issues spotted by -validate in MESS debug build Fabio Priuli2009-04-111-1/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-151-5/+14
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-9/+9
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-2/+2
* CPU header cleanups.... Aaron Giles2008-12-182-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* 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-6/+2
* Pointer-ified the V30MZ core. Untested as nobody is using it. Aaron Giles2008-12-085-939/+920
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* activecpu_count -= 133 Aaron Giles2008-12-062-31/+33
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-20/+18
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-242-24/+17
* Remaining CPU cores updated to new functions. Aaron Giles2008-11-232-15/+21