summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/vtlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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