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
/
devlegcy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed LEGACY_MEMORY_DEVICE and LEGACY_NVRAM_DEVICE support in core, since n...
Miodrag Milanovic
2012-02-03
1
-85
/
+0
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-4
/
+3
*
Ensure m_token is NULL in the event of a 0-length token for legacy devices.
Aaron Giles
2011-04-30
1
-1
/
+2
*
Move call to legacy device's stop function to device_stop() from the
Aaron Giles
2011-04-30
1
-6
/
+14
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-138
/
+67
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-0
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-1
/
+1
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-4
/
+4
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+2
*
Added a virtual stream update function to the device sound interface.
Aaron Giles
2011-01-21
1
-0
/
+11
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-0
/
+59
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-2
/
+2
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-2
/
+2
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-1
/
+4
*
- removed MESS dependency from config.c
Miodrag Milanovic
2010-06-17
1
-214
/
+1
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-34
/
+34
*
More OS X PPC fixes (no whatsnew)
R. Belmont
2010-06-17
1
-1
/
+1
*
Image device cleanup (no whatsnew)
Miodrag Milanovic
2010-06-16
1
-103
/
+119
*
devlegacy.c,clifront.c,info.c [Miodrag Milanovic]
Miodrag Milanovic
2010-06-15
1
-0
/
+197
*
Add back the validity check support for legacy devices to help MESS.
Aaron Giles
2010-06-11
1
-0
/
+14
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-0
/
+332