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
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-1
/
+0
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-2
/
+2
*
Ignore warnings for non existing options in previous level of ini files (pare...
Miodrag Milanovic
2011-01-21
1
-1
/
+1
*
Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as...
Miodrag Milanovic
2011-01-18
1
-0
/
+3
*
Fixed some long standing issues with image device config (no whatsnew)
Miodrag Milanovic
2011-01-17
1
-1
/
+5
*
Made MESS drivers too load config from parent drivers (as MAME) but images ar...
Miodrag Milanovic
2011-01-17
1
-2
/
+0
*
Fix for bug #04142 [Miodrag Milanovic]
Miodrag Milanovic
2010-12-20
1
-1
/
+1
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-1
/
+1
*
- Fixed issue with image empty slot [Miodrag Milanovic]
Miodrag Milanovic
2010-11-26
1
-5
/
+5
*
Create new class osd_interface to house OSD callbacks. Added new
Aaron Giles
2010-10-21
1
-2
/
+2
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-1
/
+1
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-11
/
+11
*
Made options visible to device validate function when doing "-validate", this...
Miodrag Milanovic
2010-09-01
1
-0
/
+11
*
Cleanups and version bump.
mame0138u4
Aaron Giles
2010-07-22
1
-4
/
+4
*
Put back removed printf line,my mistake (no whatsnew)
Miodrag Milanovic
2010-07-21
1
-0
/
+1
*
Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew)
Miodrag Milanovic
2010-07-21
1
-4
/
+0
*
- Added new operation on options which enables adding of parameter and execut...
Miodrag Milanovic
2010-07-21
1
-0
/
+8
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-4
/
+4
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-1223
/
+61
*
Moved image_postdevice_init call to proper place (no whatsnew)
Miodrag Milanovic
2010-06-28
1
-3
/
+3
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-114
/
+111
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
1
-1
/
+1
*
Implemented most of calls for image device (no whatsnew)
Miodrag Milanovic
2010-06-18
1
-0
/
+3
*
- removed MESS dependency from config.c
Miodrag Milanovic
2010-06-17
1
-12
/
+4
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-2
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-41
/
+42
*
Added ui_active to running_machine so that it can be accessed by the OSD inpu...
Fabio Priuli
2010-06-06
1
-0
/
+1
*
fix NULL to UINT32 conversion
Michaƫl Banaan Ananas
2010-05-13
1
-2
/
+2
*
Cleanups and version bump.
Aaron Giles
2010-04-08
1
-1
/
+1
*
Added gprof support to the makefile. [Bryan Ischo]
Aaron Giles
2010-04-08
1
-2
/
+9
*
Changed all driver_data structs into classes with a simple
Aaron Giles
2010-02-25
1
-4
/
+4
*
Added initialization of natural keyboard into init_machine
Miodrag Milanovic
2010-02-14
1
-0
/
+3
*
- Moved natural keyboard support from MESS to MAME
Miodrag Milanovic
2010-02-12
1
-4
/
+0
*
Internal debugger using the mame rendering infrastructure
Couriersud
2010-02-11
1
-1
/
+4
*
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
[next]