summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcuml.c
Commit message (Expand)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-10/+12
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-3/+3
* added device shortname to DRC UML log for systems with multiple DRCs (nw) Oliver Stöneberg2014-11-071-1/+4
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-2/+2
* flush drcuml.asm log (nw) Oliver Stöneberg2014-11-041-0/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-6/+4
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-3/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-31/+31
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-4/+4
* BIG update. Aaron Giles2011-03-291-19/+19
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-24/+24
* Move memory accessors into the near cache for x64. Aaron Giles2011-01-171-1/+3
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-1846/+549
* Convert drccache to C++ Aaron Giles2011-01-051-12/+12
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-8/+8
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-13/+6
* Enhanced the UML opcodes for LOAD, LOADS, and STORE to support Aaron Giles2009-12-131-7/+19
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-14/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-12/+12
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-2/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-5/+1
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-4/+4
* UML: Aaron Giles2008-06-171-79/+222
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-85/+85
* 64-bit GCC compile fixes. R. Belmont2008-06-081-1/+1
* gticlub: Aaron Giles2008-06-071-1/+1
* UML: Aaron Giles2008-06-061-13/+102
* UML: Aaron Giles2008-06-061-18/+109
* UML: Aaron Giles2008-06-061-28/+508
* UML: Aaron Giles2008-06-061-0/+1
* UML: Aaron Giles2008-06-061-12/+69
* UML: Aaron Giles2008-06-061-77/+228
* UML changes: Aaron Giles2008-06-061-192/+254
* Separated condflags into two individual fields. Aaron Giles2008-06-051-108/+111
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-5/+5
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-57/+25
* Cleanups for 0.125u3. Aaron Giles2008-05-291-6/+6