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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-1
/
+0
*
Removed legacy_cpu_device. [Wilbert Pol]
Wilbert Pol
2014-09-12
1
-416
/
+0
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-1
/
+1
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
added missing short names to legacy devices and added validation that short n...
Miodrag Milanovic
2013-08-23
1
-1
/
+2
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-3
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-21
/
+21
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-8
/
+9
*
Removed partial frame hack from the core
Angelo Salese
2011-12-14
1
-2
/
+0
*
Added a way to handle output for debug messages and debugger itself into octa...
Miodrag Milanovic
2011-10-04
1
-0
/
+2
*
Cleanups and version bump
mame0142u3
Angelo Salese
2011-05-08
1
-3
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-193
/
+132
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-0
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-4
/
+4
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-3
/
+3
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-3
/
+4
*
Put the state list in a simple_list<>.
Aaron Giles
2010-09-07
1
-1
/
+1
*
Converted ASAP CPU core from a legacy CPU core to a modern device.
Aaron Giles
2010-09-07
1
-3
/
+3
*
For legacy CPUs, track whether we have initialized, and if we haven't,
Aaron Giles
2010-08-26
1
-2
/
+4
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-0
/
+2
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-2
/
+2
*
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
-2
/
+1
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-66
/
+23
*
Use UINT64s for converting cycles <-> clocks.
Aaron Giles
2010-07-01
1
-2
/
+2
*
Modified way device_type constants are defined in order to get unidasm compil...
Miodrag Milanovic
2010-06-29
1
-0
/
+2
*
That's what trimspace is for. :)
Aaron Giles
2010-06-27
1
-4
/
+1
*
strip trailing spaces from register names on legacy cpu's.
smf-
2010-06-26
1
-0
/
+5
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-4
/
+5
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-14
/
+14
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-32
/
+61
*
Cache pointer to exit function to prevent crashes on teardown.
Aaron Giles
2010-06-09
1
-18
/
+14
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-2
/
+2
*
Tweak to s2650 IRQ cycle handling to fix gcc codegen bug.
Aaron Giles
2010-06-09
1
-0
/
+2
*
Handle flag-less CPUs gracefully.
Aaron Giles
2010-06-08
1
-1
/
+1
*
Make cpu_getpreviouspc() work again, fixing btime and some other stuff.
Aaron Giles
2010-06-08
1
-0
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+550