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
...
*
Big debugger cleanup.
Aaron Giles
2008-12-03
1
-129
/
+95
*
Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,
Aaron Giles
2008-11-26
1
-3
/
+3
*
Cleanups and version bump for 0.128u4.
mame0128u4
Aaron Giles
2008-11-24
1
-21
/
+21
*
change_pc? What change_pc?
Aaron Giles
2008-11-24
1
-4
/
+0
*
Further debugger cleanup. Symbol tables now have a global ref
Aaron Giles
2008-11-22
1
-894
/
+914
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-458
/
+548
*
Another big one.
Aaron Giles
2008-11-20
1
-446
/
+437
*
Converted change_pc() into a no-op. Changed memory_set_direct_region() to
Aaron Giles
2008-11-19
1
-1
/
+1
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
1
-1
/
+1
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-14
/
+14
*
This patch:
Aaron Giles
2008-11-13
1
-6
/
+7
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-7
/
+8
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
1
-30
/
+31
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-65
/
+66
*
Cleanups and version bump.
mame0127u5
Aaron Giles
2008-09-26
1
-3
/
+3
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-09-26
1
-0
/
+2
*
02280: any set with multiple CPUs: Disassembler freezes when doing a Run on a...
Aaron Giles
2008-09-22
1
-20
/
+48
*
Changed requirements for laserdisc CHDs to require a new chunk of
Aaron Giles
2008-09-18
1
-0
/
+18
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-17
/
+17
*
Changed DEVICE_START functions to return an error code. Currently this
Aaron Giles
2008-09-09
1
-19
/
+20
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-27
/
+27
*
Cleanups and version bump.
mame0127u1
Aaron Giles
2008-08-28
1
-2
/
+2
*
Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8...
Aaron Giles
2008-08-22
1
-6
/
+23
*
Cleanups and version bump.
mame0126u4
Aaron Giles
2008-08-07
1
-1
/
+1
*
Added expression validation callback to verify names for CPUs and
Aaron Giles
2008-08-07
1
-1
/
+48
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-07-31
1
-2
/
+1
*
Fixed 64-bit GCC compile.
R. Belmont
2008-07-31
1
-1
/
+1
*
Changed symbol table reference parameters to void * from UINT32.
Aaron Giles
2008-07-31
1
-46
/
+46
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-51
/
+18
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-117
/
+120
*
Cleanups and version bump.
mame0126u2
Aaron Giles
2008-07-24
1
-1
/
+1
*
Robustified key behavior when the debugger is visible. Should now
Aaron Giles
2008-07-17
1
-3
/
+11
*
Cleanups.
Aaron Giles
2008-07-17
1
-38
/
+38
*
Changed direct access EEPROM interface to return the "bus width" of the
Aaron Giles
2008-07-17
1
-29
/
+480
*
Note: I have done some testing, but there are probably more bugs
Aaron Giles
2008-07-12
1
-1
/
+2
*
Cleanups and version bump.
mame0125u9
Aaron Giles
2008-07-03
1
-8
/
+8
*
Changed how watchpoints work so that supporting them adds 0 overhead
Aaron Giles
2008-06-28
1
-70
/
+57
*
GCC 64-bit compile fix
R. Belmont
2008-06-26
1
-1
/
+1
*
Cleanups/version bump.
mame0125u7
Aaron Giles
2008-06-26
1
-30
/
+30
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
1
-700
/
+843
*
Do not stop in the debugger while we are waiting for a pending
Aaron Giles
2008-06-24
1
-1
/
+1
*
Several miscellaneous changes:
Aaron Giles
2008-05-29
1
-13
/
+13
*
Restructured input port internals and cleaned up inptport.c:
Aaron Giles
2008-05-15
1
-1
/
+1
*
Flipped the damn mem_mask. It is no longer inverted when passed to
Aaron Giles
2008-04-20
1
-5
/
+1
*
Cleanups and version bump to 0.124u1.
mame0124u1
Aaron Giles
2008-04-03
1
-1
/
+1
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-04-02
1
-1
/
+1
*
Passes mem_mask to the read and write debug hooks. This allows the address & ...
smf-
2008-03-27
1
-12
/
+43
*
reverted, I misunderstood something and it's broken. I'm on it.
smf-
2008-03-27
1
-43
/
+12
*
Passes mem_mask to the read and write debug hooks. This allows the address & ...
smf-
2008-03-27
1
-12
/
+43
*
Renamed *_vbl_cb to *_vblank_callback.
Aaron Giles
2008-03-14
1
-1
/
+1
[prev]
[next]