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
/
devcpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MDRV_* -> MCFG_*
Aaron Giles
2010-12-31
1
-10
/
+10
*
For legacy CPUs, track whether we have initialized, and if we haven't,
Aaron Giles
2010-08-26
1
-0
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-1
/
+1
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-14
/
+8
*
Whoops, forgot this.
Aaron Giles
2010-07-07
1
-6
/
+0
*
Remove the global clock accessors and cpu_* aliases:
Aaron Giles
2010-07-07
1
-4
/
+4
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-1
/
+1
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-33
/
+4
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-39
/
+56
*
Remove obsolete type.
Aaron Giles
2010-07-02
1
-19
/
+4
*
Kill cpu_get_sp().
Aaron Giles
2010-07-02
1
-1
/
+0
*
Use UINT64s for converting cycles <-> clocks.
Aaron Giles
2010-07-01
1
-2
/
+2
*
Remove the following functions:
Aaron Giles
2010-07-01
1
-4
/
+0
*
Modified way device_type constants are defined in order to get unidasm compil...
Miodrag Milanovic
2010-06-29
1
-1
/
+1
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-3
/
+3
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-2
/
+1
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-20
/
+20
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-54
/
+82
*
Cache pointer to exit function to prevent crashes on teardown.
Aaron Giles
2010-06-09
1
-0
/
+1
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-3
/
+3
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-47
/
+48
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+557