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
/
vtech
/
memexp
Commit message (
Expand
)
Author
Age
Files
Lines
*
vtech/sdloader: Add support for SPI SD card
Dirk Best
2021-09-16
2
-6
/
+122
*
srcclean in preparation for release
Vas Crabb
2021-06-27
1
-2
/
+2
*
vtech: Rework expansion bus emulation
Dirk Best
2021-06-01
15
-193
/
+566
*
vtech: Add floppy formats and fs
Olivier Galibert
2021-05-26
2
-2
/
+13
*
floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed
Olivier Galibert
2021-05-25
1
-2
/
+1
*
vtech/memexp/rs232: Add version 1.6 and make it default
Dirk Best
2021-05-19
1
-1
/
+5
*
floppies: Turn the format arrays into function calls. Create a default "mfm"...
Olivier Galibert
2021-03-02
1
-2
/
+2
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
2
-5
/
+7
*
Various buses and associated drivers: Simplify handler signatures (nw)
AJR
2020-05-21
8
-29
/
+32
*
Spring cleaning:
Vas Crabb
2019-11-01
2
-16
/
+4
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
3
-6
/
+6
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
3
-27
/
+29
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
3
-29
/
+27
*
bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:...
AJR
2019-02-25
3
-27
/
+29
*
spkrdev: Removed MCFG macros, nw
mooglyguy
2018-12-25
2
-30
/
+19
*
bus/rs232.cpp: completed removal of MCFG macros (nw)
Ivan Vangelista
2018-10-23
1
-4
/
+5
*
devcb3
Vas Crabb
2018-07-07
1
-3
/
+3
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-4
/
+4
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-2
/
+2
*
Make MCFG_DEVICE_ADD and callable device types more flexible:
Vas Crabb
2018-05-04
3
-14
/
+16
*
maps: Finish devices/bus (nw)
Olivier Galibert
2018-04-21
1
-6
/
+7
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-11
/
+6
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-2
/
+2
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
2
-2
/
+2
*
finally got rid of machine_mconfig_additions (nw)
Ivan Vangelista
2017-06-14
2
-4
/
+2
*
another fifty device_mconfig_additions out of the way (nw)
Vas Crabb
2017-06-14
4
-22
/
+14
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
2
-2
/
+2
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
14
-221
/
+224
*
Self-registering devices prep:
Vas Crabb
2017-02-27
6
-9
/
+9
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
14
-7
/
+7
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
12
-25
/
+25
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
8
-8
/
+8
*
Memory fun [O.Galibert]
Olivier Galibert
2016-06-14
2
-2
/
+2
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
vtech1: Add support for the "Dick Smith VZ-200/300 RTTY Cartridge"
Dirk Best
2016-04-08
6
-3
/
+138
*
reverting:
Miodrag Milanovic
2016-01-20
10
-16
/
+16
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
10
-16
/
+16
*
override part 1 (nw)
Miodrag Milanovic
2015-12-05
5
-21
/
+21
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
3
-6
/
+6
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
6
-0
/
+0
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
12
-0
/
+1157