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
/
debugcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-16
/
+16
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-26
/
+26
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-2
/
+2
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-17
/
+18
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-6
/
+4
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-17
/
+8
*
Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former...
Fabio Priuli
2010-01-06
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Internal memory system shuffling. Address maps initialized internally
Aaron Giles
2009-12-06
1
-3
/
+4
*
replaced char * pointer comparison with strcmp.
smf-
2009-12-06
1
-1
/
+1
*
fixed compiling after share were changed to a tag, not tested if this is the ...
smf-
2009-12-06
1
-2
/
+2
*
More memory system cleanup. Removed SMH_* macros entirely. In
Aaron Giles
2009-12-05
1
-1
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-2
/
+2
*
Fix GCC compiler warning.
R. Belmont
2009-10-02
1
-0
/
+2
*
> From: Sandro Ronco [mailto:sandroronco@gmail.com]
Aaron Giles
2009-10-01
1
-38
/
+76
*
> -----Original Message-----
Aaron Giles
2009-09-21
1
-39
/
+47
*
Cleanups and version bump.
Aaron Giles
2009-09-10
1
-1
/
+1
*
Added helper function core_i64_hex_format. Replaced several printf cases in t...
Aaron Giles
2009-09-10
1
-122
/
+31
*
> -----Original Message-----
Aaron Giles
2009-09-10
1
-0
/
+20
*
Fix CPP_COMPILE (except for internal compiler error on snes.c).
Aaron Giles
2009-09-08
1
-2
/
+2
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
1
-20
/
+20
*
Cleanups and version bump.
mame0133u5
Aaron Giles
2009-09-07
1
-13
/
+13
*
Fixed 64-bit MSVC compile.
Curt Coder
2009-09-06
1
-1
/
+1
*
From: Sandro Ronco [mailto:sandro.ronco@alice.it]
Aaron Giles
2009-09-03
1
-0
/
+490
*
Added casts to ensure proper values are passed to the ctype.h functions.
Aaron Giles
2009-06-25
1
-4
/
+4
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-2
/
+2
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-9
/
+9
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-1
/
+1
*
More device normalization:
Aaron Giles
2008-12-16
1
-1
/
+1
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-149
/
+141
*
Here's the big one....
Aaron Giles
2008-12-11
1
-10
/
+0
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-07
1
-1
/
+0
*
Cleanups/version bump/added missing drivers.
mame0128u5
Aaron Giles
2008-12-06
1
-12
/
+12
*
activecpu_count -= 133
Aaron Giles
2008-12-06
1
-1
/
+1
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-1
/
+1
*
More debugger changes.
Aaron Giles
2008-12-03
1
-88
/
+88
*
Big debugger cleanup.
Aaron Giles
2008-12-03
1
-165
/
+200
*
Cleanups and version bump for 0.128u4.
mame0128u4
Aaron Giles
2008-11-24
1
-6
/
+6
*
Further debugger cleanup. Symbol tables now have a global ref
Aaron Giles
2008-11-22
1
-29
/
+31
*
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
1
-249
/
+233
*
Another big one.
Aaron Giles
2008-11-20
1
-144
/
+159
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-18
/
+20
*
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
1
-8
/
+8
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-32
/
+32
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
1
-4
/
+4
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-205
/
+204
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-09-11
1
-1
/
+1
[next]