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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump.
mame0129
Aaron Giles
2009-01-04
1
-2
/
+2
*
02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug
Aaron Giles
2008-12-30
1
-7
/
+10
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
5
-48
/
+158
*
Cleanups and version bump.
Aaron Giles
2008-12-22
2
-3
/
+3
*
Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling
Aaron Giles
2008-12-20
1
-0
/
+1
*
removed unused variable "result"
Roberto Zandona
2008-12-20
1
-1
/
+0
*
Memory view fixes:
Aaron Giles
2008-12-20
1
-38
/
+63
*
Fixed registers view to only show those entries valid for the
Aaron Giles
2008-12-19
1
-0
/
+2
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
2
-4
/
+4
*
This update is the below two patches, plus the remaining changes
Aaron Giles
2008-12-19
1
-2
/
+2
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
3
-14
/
+21
*
More device normalization:
Aaron Giles
2008-12-16
2
-4
/
+4
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
4
-430
/
+413
*
Cleanups and version bump.
Aaron Giles
2008-12-15
1
-3
/
+3
*
Removed unnecessary masking in disassembly view.
Aaron Giles
2008-12-14
1
-3
/
+3
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-6
/
+5
*
Fixed compile error, and fixed crash when handling an exception when the
Aaron Giles
2008-12-11
1
-2
/
+5
*
Here's the big one....
Aaron Giles
2008-12-11
3
-32
/
+0
*
Added logic to track OSD updates separately from internal view updates in the
Aaron Giles
2008-12-08
3
-5
/
+37
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-07
2
-2
/
+0
*
Cleanups/version bump/added missing drivers.
mame0128u5
Aaron Giles
2008-12-06
4
-146
/
+146
*
activecpu_count -= 133
Aaron Giles
2008-12-06
1
-1
/
+1
*
Fixed some memory view-related issues:
Aaron Giles
2008-12-05
1
-6
/
+18
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
2
-2
/
+2
*
02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS
Aaron Giles
2008-12-04
1
-30
/
+9
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
3
-25
/
+25
*
More debugger changes.
Aaron Giles
2008-12-03
7
-290
/
+699
*
Big debugger cleanup.
Aaron Giles
2008-12-03
8
-2296
/
+2258
*
Fixed stepping in the debugger.
R. Belmont
2008-11-29
1
-1
/
+1
*
Move cpunum_get_active() removal.
Aaron Giles
2008-11-27
1
-6
/
+5
*
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
3
-28
/
+28
*
change_pc? What change_pc?
Aaron Giles
2008-11-24
2
-8
/
+0
*
Further debugger cleanup. Symbol tables now have a global ref
Aaron Giles
2008-11-22
7
-1005
/
+1123
*
Fix 64bit compile
Couriersud
2008-11-21
1
-1
/
+1
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
11
-799
/
+893
*
Another big one.
Aaron Giles
2008-11-20
6
-625
/
+613
*
Converted change_pc() into a no-op. Changed memory_set_direct_region() to
Aaron Giles
2008-11-19
2
-2
/
+2
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
2
-57
/
+57
*
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
4
-58
/
+70
*
Fix compile error.
Aaron Giles
2008-11-10
1
-1
/
+1
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
4
-48
/
+50
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
5
-130
/
+132
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
1
-4
/
+4
*
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
3
-22
/
+50
*
Changed requirements for laserdisc CHDs to require a new chunk of
Aaron Giles
2008-09-18
1
-0
/
+18
[next]