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
/
mconfig.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernized cage, dcs and midwayic (nw)
Miodrag Milanovic
2014-04-20
1
-18
/
+0
*
Created memcard as device and removed it from machine/generic (nw)
Miodrag Milanovic
2014-04-17
1
-9
/
+0
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-1
/
+1
*
Video attributes are now per screen (nw)
Miodrag Milanovic
2014-03-06
1
-22
/
+0
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-9
/
+0
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-3
/
+0
*
Slot options can now be configured inline without creating an array. Legacy s...
smf-
2013-12-16
1
-16
/
+8
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
moved some legacy stuff from mconfig.h to mcfglgcy.h (nw)
Oliver Stöneberg
2013-07-16
1
-8
/
+0
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-38
/
+19
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-32
/
+32
*
Created a base class delegate_common_base for all delegate
Aaron Giles
2012-10-14
1
-0
/
+8
*
Made MCFG_QUANTUM_PERFECT_CPU able to work within devices (no whatsnew)
Miodrag Milanovic
2012-08-13
1
-2
/
+3
*
removed some unused variable declarations from MACHINE_CONFIG_* macros (no wh...
Oliver Stöneberg
2012-07-27
1
-12
/
+0
*
Merged watchdog back into running_machine.
Aaron Giles
2012-04-12
1
-46
/
+4
*
Added the ability to specify member function driver callbacks for
Aaron Giles
2012-04-10
1
-0
/
+18
*
Create new devices buffered_spriteram<n>_device, which manage buffered
Aaron Giles
2012-03-08
1
-3
/
+0
*
Sync core fixes from MESS done by OG (nw)
Miodrag Milanovic
2012-02-11
1
-2
/
+2
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-6
/
+7
*
Added clearing of generic nvram handler and removed megadriv ifdefs (no whats...
Miodrag Milanovic
2011-11-17
1
-0
/
+2
*
Added hot/cold attributes. Made the MAME executable 1% smaller by using the
Nathan Woods
2011-11-06
1
-4
/
+4
*
"You have taken your first step into a larger world." ―Obi-Wan Kenobi
smf-
2011-05-06
1
-0
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-27
/
+27
*
Fix MT#04291
Aaron Giles
2011-03-31
1
-2
/
+12
*
Minor cleanups.
Aaron Giles
2011-03-30
1
-1
/
+0
*
BIG update.
Aaron Giles
2011-03-29
1
-4
/
+4
*
Attached emu_options to the machine_config, and the running_machine
Aaron Giles
2011-03-10
1
-1
/
+3
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-0
/
+1
*
Modified video update system. [Miodrag Milanovic]
Miodrag Milanovic
2011-02-24
1
-6
/
+0
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-4
/
+4
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-2
/
+2
*
MDRV_* -> MCFG_*
Aaron Giles
2010-12-31
1
-24
/
+24
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-0
/
+5
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-1
/
+1
*
Moved auto-finding code down into the device_t object so it can be more
Aaron Giles
2010-09-14
1
-1
/
+1
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-1
/
+4
*
Changed driver_data objects to be devices. Replaced the driver_data_t
Aaron Giles
2010-09-02
1
-98
/
+32
*
Changed the MACHINE_DRIVER_* macros, as follows:
Aaron Giles
2010-09-01
1
-11
/
+31
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-211
/
+94
*
(Wow, I had no idea quite so many drivers were using driver_data!)
Aaron Giles
2010-08-04
1
-1
/
+3
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-1
/
+1
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-5
/
+5
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-1
/
+0
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-62
/
+87
*
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
-110
/
+57
*
Changed all driver_data structs into classes with a simple
Aaron Giles
2010-02-25
1
-3
/
+6
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-3
/
+3
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-8
/
+82
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+1
[next]