index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
cpu
/
vtlb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed some auto_mallocs in favor of dynamic_arrays.
Aaron Giles
2014-02-19
1
-10
/
+9
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-4
/
+2
*
pcap: don't crash on exit when wpcap.dll is unloaded before pcap_close is cal...
cracyc
2013-02-07
1
-1
/
+1
*
i386: improve tlb performance slightly (nw)
cracyc
2013-02-07
1
-1
/
+0
*
i386: add tlb [Carl]
cracyc
2013-01-31
1
-0
/
+35
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-12
/
+12
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-8
/
+8
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-2
/
+2
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-3
/
+3
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-12
/
+11
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-3
/
+3
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-8
/
+8
*
MIPS3 TLB fixes:
Aaron Giles
2009-11-17
1
-1
/
+3
*
fixed visual studio 64 bit compile
smf-
2009-05-07
1
-1
/
+1
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-8
/
+4
*
Moved some of the CPU cores over to use get_safe_token like other devices.
Aaron Giles
2009-03-12
1
-4
/
+4
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-1
/
+1
*
More device normalization:
Aaron Giles
2008-12-16
1
-1
/
+1
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-3
/
+3
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-6
/
+3
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
1
-1
/
+3
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-7
/
+10
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
1
-0
/
+1
*
Save state support:
Aaron Giles
2008-06-23
1
-1
/
+4
*
Cleanups and version bump.
mame0125u6
Aaron Giles
2008-06-17
1
-27
/
+27
*
Created common virtual TLB managment module.
Aaron Giles
2008-06-16
1
-0
/
+284