index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
debug
/
debugcpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SDL OS/2 fixes [K.O. Myung-Hun]
R. Belmont
2011-01-10
1
-1
/
+1
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-3
/
+3
*
Add directxor parameter to direct memory accessors. Update all callers
Aaron Giles
2010-12-31
1
-13
/
+14
*
Fixed BSD compile [ElBarto]
R. Belmont
2010-12-06
1
-1
/
+3
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-1
/
+1
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-1
/
+1
*
Fix compile error.
Aaron Giles
2010-11-03
1
-2
/
+2
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-155
/
+90
*
Create new class osd_interface to house OSD callbacks. Added new
Aaron Giles
2010-10-21
1
-16
/
+17
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-7
/
+7
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-14
/
+14
*
Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized
Aaron Giles
2010-09-05
1
-8
/
+364
*
Have each device create its own device_debug instead of letting the
Aaron Giles
2010-09-04
1
-6
/
+15
*
Since previous fix made lot of issues, found better solution for this astring...
Miodrag Milanovic
2010-08-22
1
-1
/
+1
*
Added bool operator to astring, returning true if the string is
Aaron Giles
2010-08-21
1
-3
/
+3
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
1
-9
/
+9
*
Remove most of the temporary inline helpers.
Aaron Giles
2010-08-19
1
-5
/
+5
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-29
/
+29
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-140
/
+151
*
More loop initializers for PowerPC compile.
R. Belmont
2010-07-07
1
-1
/
+1
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-42
/
+42
*
Cleanup debugger interface some more.
Aaron Giles
2010-07-06
1
-1409
/
+1467
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-987
/
+1006
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-25
/
+22
*
Some more cases to directly access the state interface instead of using the old
Aaron Giles
2010-07-02
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-31
/
+25
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-1
/
+1
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-8
/
+9
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-1
/
+1
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-372
/
+314
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-4
/
+4
*
Internal debugger using the mame rendering infrastructure
Couriersud
2010-02-11
1
-1
/
+5
*
Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward.
Couriersud
2010-02-05
1
-2
/
+3
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-52
/
+52
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-1
/
+1
*
Fixed memory freeing so that is it released in the opposite order
Aaron Giles
2010-01-11
1
-6
/
+6
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+3
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-13
/
+13
*
Exposed an address space for EEPROM devices. This has several
Aaron Giles
2009-12-28
1
-90
/
+0
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Rename eepromdev.c/h back to eeprom.c/h
Aaron Giles
2009-12-27
1
-1
/
+1
*
Rename functions and other references to eepromdev_* back to eeprom_*
Aaron Giles
2009-12-27
1
-2
/
+2
*
Allow any device memory (not just CPU's) to be accessed via debug expressions.
Aaron Giles
2009-12-27
1
-60
/
+70
*
Device memory spaces are now visible in the debugger.
Aaron Giles
2009-10-09
1
-21
/
+23
*
Fix typo/bug caught by GCC
R. Belmont
2009-10-02
1
-1
/
+1
*
Memory references can now explicitly specify logical or physical access
Aaron Giles
2009-10-01
1
-49
/
+76
*
removed confusing double variable name
Michaƫl Banaan Ananas
2009-09-12
1
-4
/
+2
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
1
-13
/
+13
[next]