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
*
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
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-1
/
+1
*
Put minimum tag length back to 2 characters for now.
Aaron Giles
2009-11-19
1
-2
/
+2
*
Enforce a minimum tag length of 3 characters. This will enable
Aaron Giles
2009-11-15
1
-1
/
+2
*
> -----Original Message-----
Aaron Giles
2009-10-01
1
-14
/
+14
*
Move address_map array from cpu_config to device_config. Added
Aaron Giles
2009-07-08
1
-0
/
+15
*
Removed device types from device queries that use tags, under the
Aaron Giles
2009-03-02
1
-4
/
+2
*
Added the ability for devices to have their own custom inline config management.
Aaron Giles
2009-02-16
1
-14
/
+16
*
Ok, this is The Big One.
Aaron Giles
2009-02-11
1
-113
/
+79
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-01-13
1
-3
/
+7
*
Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling
Aaron Giles
2008-12-20
1
-5
/
+12
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-3
/
+8
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-67
/
+0
*
Added macros to access ROM and MACHINE_DRIVER by name.
Curt Coder
2008-11-26
1
-1
/
+4
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-1
/
+2
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-2
/
+2
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-11-08
1
-6
/
+6
[next]