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
/
cpuintrf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-3
/
+3
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-3
/
+3
*
Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the
Aaron Giles
2009-09-07
1
-4
/
+4
*
Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO
Aaron Giles
2009-07-09
1
-4
/
+17
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-37
/
+27
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
1
-1
/
+3
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-130
/
+21
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-8
/
+30
*
Fixed registers view to only show those entries valid for the
Aaron Giles
2008-12-19
1
-0
/
+1
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-26
/
+26
*
This update is the below two patches, plus the remaining changes
Aaron Giles
2008-12-19
1
-4
/
+0
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-69
/
+120
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
1
-3
/
+3
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-17
1
-449
/
+0
*
More device normalization:
Aaron Giles
2008-12-16
1
-98
/
+31
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-276
/
+501
*
Fixed remaining crash regressions from recent changes.
Aaron Giles
2008-12-13
1
-0
/
+2
*
Removed safe_cpu_get_pc() which doesn't really make sense anymore.
Aaron Giles
2008-12-11
1
-14
/
+12
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-20
/
+0
*
Here's the big one....
Aaron Giles
2008-12-11
1
-9
/
+3
*
Re-routed empty get/set context calls to the dummy CPU's, and removed them
Aaron Giles
2008-12-09
1
-0
/
+3
*
Removed cpunum_get_active().
Aaron Giles
2008-12-06
1
-3
/
+0
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-71
/
+85
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-9
/
+1
*
Big debugger cleanup.
Aaron Giles
2008-12-03
1
-70
/
+1
*
Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler
Aaron Giles
2008-11-23
1
-13
/
+0
*
Another big one.
Aaron Giles
2008-11-20
1
-1
/
+24
*
Fixed "H8/3344" to "H8/3334" as per Guru.
R. Belmont
2008-11-19
1
-1
/
+1
*
Big H8 update
R. Belmont
2008-11-19
1
-0
/
+1
*
Pointerized the COP400 CPU cores.
Curt Coder
2008-11-18
1
-6
/
+15
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
1
-3
/
+0
*
Disassemblers now get the CPU object.
Aaron Giles
2008-11-16
1
-3
/
+3
*
Const-ified the return from cpu_get_address_space.
Aaron Giles
2008-11-15
1
-1
/
+1
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-3
/
+17
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-112
/
+402
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
1
-38
/
+39
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-132
/
+67
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
1
-5
/
+4
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
1
-17
/
+65
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
1
-6
/
+30
*
Adding per-device and per-CPU validity checks
Nathan Woods
2008-07-06
1
-0
/
+3
*
Several miscellaneous changes:
Aaron Giles
2008-05-29
1
-2
/
+18
*
WIP check-in. Things work now, but I'm still working on the code.
Aaron Giles
2008-03-09
1
-2
/
+5
*
Normalized function pointer typedefs: they are now all
Aaron Giles
2008-03-03
1
-40
/
+40
*
Moves watchdog processing logic into its own module
Zsolt Vasvari
2008-03-02
1
-0
/
+1
*
Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers.
Aaron Giles
2008-01-14
1
-0
/
+4
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+516