summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v30mz
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-132-3958/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* Added this variation when I was working on wonderswan (nw) Wilbert Pol2015-05-142-2/+2
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* Changes for Bryan McPhail (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-072-0/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-4/+4
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-4/+4
* fixed usage of uninitialized member in v30mz_cpu_device (nw) Oliver Stöneberg2014-04-301-0/+2
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* reduced some duplication in the nec disassembler interface (nw) smf-2013-03-061-3/+2
* fixed uninitialized members in src/emu/cpu/v30mz/v30mz.c (nw) Oliver Stöneberg2013-02-231-0/+4
* No need for usign device_irq_acknowledge_callback in modern cpu (no whatsnew) Miodrag Milanovic2013-01-312-3/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-112-196/+195
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Enum and union normalization. Aaron Giles2012-09-161-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* 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