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
/
mame.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward.
Couriersud
2010-02-05
1
-1
/
+1
*
UI menu interface changes
Couriersud
2010-01-27
1
-2
/
+2
*
Convrted the rest of devintrf to classes and moved management
Aaron Giles
2010-01-19
1
-1
/
+1
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-6
/
+6
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-62
/
+7
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-1
/
+1
*
Added casting operators to the region_info class so you can assign
Aaron Giles
2010-01-16
1
-5
/
+7
*
Fixed memory freeing so that is it released in the opposite order
Aaron Giles
2010-01-11
1
-65
/
+49
*
Fix crash if exit scheduled before cpus ready.e.g. clicking close on window. ...
Paul Priest
2010-01-10
1
-2
/
+3
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-25
/
+25
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-46
/
+35
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-122
/
+94
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-3
/
+2
*
Get rid of setjmp/longjmp for error handling in favor of exceptions.
Aaron Giles
2010-01-04
1
-61
/
+20
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
Fixes so we can compile as C++ again.
Aaron Giles
2009-12-28
1
-5
/
+5
*
Moved machine->gfx initialization out of the video module and
Aaron Giles
2009-12-23
1
-0
/
+3
*
A few more fixes.
Aaron Giles
2009-12-21
1
-6
/
+3
*
Cleaned-up several drivers; added missing prototypes and removed dead ones,
Phil Bennett
2009-12-08
1
-1
/
+0
*
Memory shares are now specified by tag instead of index.
Aaron Giles
2009-12-05
1
-1
/
+1
*
Cleanups and version bump.
mame0135u2
Aaron Giles
2009-11-30
1
-1
/
+1
*
Memory regions now use a tagmap for lookups.
Aaron Giles
2009-11-30
1
-33
/
+39
*
> From: Robert [mailto:pac0446@bigpond.net.au]
Aaron Giles
2009-10-25
1
-0
/
+2
*
> -----Original Message-----
Aaron Giles
2009-10-01
1
-1
/
+1
*
Made INI file order explicit via priorities.
Aaron Giles
2009-09-21
1
-14
/
+14
*
Cleanups and version bump.
Aaron Giles
2009-09-10
1
-1
/
+1
*
Fix CPP_COMPILE (except for internal compiler error on snes.c).
Aaron Giles
2009-09-08
1
-8
/
+0
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
1
-5
/
+2
*
Added debug_global_input_code_pressed() for use in debugging.
Aaron Giles
2009-09-08
1
-9
/
+18
*
[from AtariAce]
Aaron Giles
2009-08-30
1
-2
/
+2
*
Changed profiler to separate start/stop cases. [Christophe Jaillet]
Aaron Giles
2009-08-19
1
-4
/
+4
*
Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems
Aaron Giles
2009-07-09
1
-11
/
+0
*
Cleanups and version bump.
Aaron Giles
2009-05-28
1
-1
/
+1
*
From: William Krick [mailto:bill@3feetunder.com]
Aaron Giles
2009-05-28
1
-0
/
+6
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-6
/
+6
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-9
/
+9
*
Add muting just before saving the NVRAM, and de-mute just after
Aaron Giles
2009-03-09
1
-0
/
+2
*
Cleanups and version bump.
mame0129u4
Aaron Giles
2009-02-17
1
-1
/
+1
*
Ok, this is The Big One.
Aaron Giles
2009-02-11
1
-2
/
+4
*
Major drawgfx cleanup, global removal, and feature enhancements:
Aaron Giles
2009-01-12
1
-3
/
+1
*
Significantly optimized the inner execution loop. arknoid2 is ~2.5x
Aaron Giles
2008-12-22
1
-3
/
+2
*
This update is the below two patches, plus the remaining changes
Aaron Giles
2008-12-19
1
-1
/
+3
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-4
/
+4
*
More device normalization:
Aaron Giles
2008-12-16
1
-2
/
+0
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-55
/
+18
*
Cleanups and version bump.
Aaron Giles
2008-12-15
1
-9
/
+9
*
Fixed crash bug in DCS games.
Aaron Giles
2008-12-11
1
-57
/
+64
*
Here's the big one....
Aaron Giles
2008-12-11
1
-16
/
+24
*
Removed mame_find_cpu_index(). Use cputag_get_cpu() instead.
Aaron Giles
2008-12-06
1
-17
/
+0
*
Fixed some memory view-related issues:
Aaron Giles
2008-12-05
1
-16
/
+18
[prev]
[next]