index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
android-updates
arm3_copro
arm_playground
asmjit
barcrest
cdimono2_wip
cdplay
deprecated
draggable-layout
dribbling-nl
floppy_sound
hlsl_aviplay
lindbergh_exp
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
midtunit_video
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
pc98floppy
py_regtests
rendlay_vid
s32_kokoroji
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
vrender0_3
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
bus
/
megadrive
/
md_slot.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
device_image_interface: Interface overhaul
AJR
2022-01-06
1
-3
/
+2
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-8
/
+7
*
new WORKING software list entries (#7884)
David Haywood
2021-04-05
1
-0
/
+2
*
Make "slot" feature in software lists and a few related features case-sensitive
AJR
2021-01-05
1
-2
/
+1
*
various devices and drivers: removed superfluous semicolons (nw)
Ivan Vangelista
2020-06-29
1
-2
/
+2
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
1
-12
/
+12
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-3
/
+3
*
general cleanup:
Vas Crabb
2017-05-23
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-12
/
+12
*
Changes to make get_default_card_software() less stupid
Nathan Woods
2017-04-10
1
-6
/
+4
*
Made a number of methods be const correct and static where appropriate
Nathan Woods
2017-04-10
1
-1
/
+1
*
Make device_image_interface::update_names a private method called automatical...
AJR
2017-03-03
1
-12
/
+0
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-3
/
+3
*
device_image_interface cleanups (nw)
AJR
2017-02-27
1
-2
/
+2
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-25
/
+25
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-2
/
+2
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-8
/
+8
*
device_image_interface::call_softlist_load() was a virtual function where eve...
Nathan Woods
2016-07-21
1
-10
/
+0
*
megadriv: improved description of many taiwanese unlicensed titles
etabeta78
2016-06-19
1
-0
/
+1
*
Cleanups and version bump
mame0174
Miodrag Milanovic
2016-05-25
1
-1
/
+1
*
misc. nw.
etabeta78
2016-05-17
1
-3
/
+21
*
megadrive: added custom X24C02 emulation to NBA Jam cart,
etabeta78
2016-05-01
1
-0
/
+4
*
Swap the endianess of the md_slot device bus to big endian, fixing megadriv c...
Scott Stone
2016-03-27
1
-1
/
+1
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-5
/
+5
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-5
/
+5
*
modernize rom_load_manager (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-3
/
+3
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
1
-1
/
+1
*
Revert "use c++ cast instead of c casts (nw)"
Miodrag Milanovic
2015-12-05
1
-40
/
+40
*
use c++ cast instead of c casts (nw)
Miodrag Milanovic
2015-12-05
1
-40
/
+40
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-6
/
+6
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
1
-5
/
+5
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1099