summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/vtlb.c
Commit message (Expand)AuthorAgeFilesLines
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-10/+9
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-4/+2
* pcap: don't crash on exit when wpcap.dll is unloaded before pcap_close is cal... cracyc2013-02-071-1/+1
* i386: improve tlb performance slightly (nw) cracyc2013-02-071-1/+0
* i386: add tlb [Carl] cracyc2013-01-311-0/+35
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-8/+8
* MIPS3 TLB fixes: Aaron Giles2009-11-171-1/+3
* fixed visual studio 64 bit compile smf-2009-05-071-1/+1
* Bulk change alert. Aaron Giles2009-04-261-8/+4
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-4/+4
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-1/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-6/+3
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-1/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-7/+10
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-0/+1
* Save state support: Aaron Giles2008-06-231-1/+4
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-27/+27
* Created common virtual TLB managment module. Aaron Giles2008-06-161-0/+284