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
/
devices
/
bus
/
isa
/
mda.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
1
-11
/
+11
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-141
/
+139
*
bus/isa: Simplify signatures of most handlers (nw)
AJR
2020-05-31
1
-17
/
+19
*
devices/machine: simplified handlers for various devices (nw)
Ivan Vangelista
2020-03-24
1
-4
/
+4
*
mda.cpp, eis_hgb107x: Ericsson High resolution Monochrome Graphics Board 1070...
Joakim Larsson Edstrom
2019-11-22
1
-519
/
+0
*
eispc.cpp, mda.cpp: epc LPT device properly installed and is promoted to working
Joakim Larsson Edstrom
2019-11-19
1
-2
/
+18
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-8
/
+8
*
srcclean (nw)
Vas Crabb
2019-10-26
1
-19
/
+19
*
eispc_kb.cpp: experiment with removing direct calls to resume/suspend
Joakim Larsson Edstrom
2019-09-29
1
-7
/
+1
*
Review comments fixed
Joakim Larsson Edstrom
2019-09-26
1
-28
/
+26
*
mda: Added Ericsson Monochrome HR Graphics Board 1070 (might be splitted out ...
Joakim Larsson Edstrom
2019-09-26
1
-43
/
+564
*
mc6845: Use standard device method to adjust input clock (nw)
AJR
2019-04-28
1
-1
/
+1
*
isa_hercules: Add dump of Mazovia Polish alternate character set [MCbx Old Co...
AJR
2019-04-13
1
-2
/
+5
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-27
/
+30
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-30
/
+27
*
mc6845, crtc_ega: Simplify read/write handlers (nw)
AJR
2019-02-19
1
-6
/
+6
*
screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD...
Ivan Vangelista
2019-02-11
1
-18
/
+21
*
some more MCFG macros removal (nw)
Ivan Vangelista
2019-02-08
1
-2
/
+2
*
Add definition for one rather well-known XTAL (nw)
AJR
2019-01-24
1
-1
/
+1
*
mc6845, upd7220: removed MCFG macros (nw)
Ivan Vangelista
2018-11-20
1
-52
/
+42
*
pc_lpt, upd765: removed MCFG macros (nw)
Ivan Vangelista
2018-09-28
1
-4
/
+4
*
More cleanup/streamlining of machine configuration and macros:
Vas Crabb
2018-05-15
1
-4
/
+4
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-8
/
+8
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-3
/
+3
*
device_add_mconfig up to devices/bus/l* (nw)
Ivan Vangelista
2017-06-09
1
-60
/
+42
*
MT 06594
Robbbert
2017-06-01
1
-1
/
+1
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-3
/
+3
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-15
/
+12
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-4
/
+7
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-40
/
+40
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-2
/
+2
*
Memory fun [O.Galibert]
Olivier Galibert
2016-06-14
1
-5
/
+13
*
reverting:
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
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
-4
/
+4
*
removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ...
Miodrag Milanovic
2015-12-17
1
-3
/
+3
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-6
/
+6
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+981